org.apache.servicemix.web.model
Class Registry
java.lang.Object
org.apache.servicemix.web.model.Registry
public class Registry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registry
public Registry(RegistryMBean mbean,
ProxyManager proxyManager)
getComponents
public List<Component> getComponents()
getComponent
public Component getComponent(String name)
getComponent
public List<Component> getComponent(SharedLibrary library)
getEndpoints
public List<Endpoint> getEndpoints()
getEndpoint
public Endpoint getEndpoint(ObjectName objectName)
getEndpoints
public List<Endpoint> getEndpoints(Component component)
throws Exception
- Throws:
Exception
getServiceUnits
public List<ServiceUnit> getServiceUnits()
getServiceUnit
public ServiceUnit getServiceUnit(String name)
getServiceUnits
public List<ServiceUnit> getServiceUnits(Component component)
getServiceUnits
public List<ServiceUnit> getServiceUnits(ServiceAssembly assembly)
getServiceAssemblies
public List<ServiceAssembly> getServiceAssemblies()
getServiceAssembly
public ServiceAssembly getServiceAssembly(String name)
getSharedLibraries
public List<SharedLibrary> getSharedLibraries()
getSharedLibrary
public SharedLibrary getSharedLibrary(String name)
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.