org.apache.camel.management
Class ManagedRoute

java.lang.Object
  extended by org.apache.camel.management.ManagedRoute

@ManagedResource(description="Managed Route",
                 currencyTimeLimit=15)
public class ManagedRoute
extends Object


Field Summary
static String VALUE_UNKNOWN
           
 
Method Summary
 String getEndpointUri()
           
 Route getRoute()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE_UNKNOWN

public static final String VALUE_UNKNOWN
See Also:
Constant Field Values
Method Detail

getRoute

public Route getRoute()

getEndpointUri

@ManagedAttribute(description="Route Endpoint Uri")
public String getEndpointUri()

start

@ManagedOperation(description="Start Route")
public void start()
           throws IOException
Throws:
IOException

stop

@ManagedOperation(description="Stop Route")
public void stop()
          throws IOException
Throws:
IOException


Copyright © 2007 Apache Software Foundation. All Rights Reserved.