org.apache.camel.management.mbean
Class ManagedEndpoint

java.lang.Object
  extended by org.apache.camel.management.mbean.ManagedEndpoint
Direct Known Subclasses:
ManagedBrowsableEndpoint

@ManagedResource(description="Managed Endpoint")
public class ManagedEndpoint
extends Object


Constructor Summary
ManagedEndpoint(Endpoint endpoint)
           
 
Method Summary
 String getCamelId()
           
 Endpoint getEndpoint()
           
 String getEndpointUri()
           
 void init(ManagementStrategy strategy)
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagedEndpoint

public ManagedEndpoint(Endpoint endpoint)
Method Detail

init

public void init(ManagementStrategy strategy)

getEndpoint

public Endpoint getEndpoint()

getCamelId

@ManagedAttribute(description="Camel id")
public String getCamelId()

getEndpointUri

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

isSingleton

@ManagedAttribute(description="Singleton")
public boolean isSingleton()


Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.