|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.servicemix.jbi.framework.ComponentRegistry
public class ComponentRegistry
Registry for Components
| Constructor Summary | |
|---|---|
protected |
ComponentRegistry(Registry reg)
|
| Method Summary | |
|---|---|
void |
deregisterComponent(ComponentMBeanImpl component)
Deregister a Component |
ComponentMBeanImpl |
getComponent(ComponentNameSpace id)
Get a registered ComponentConnector from it's id |
Collection<ComponentMBeanImpl> |
getComponents()
|
ComponentMBeanImpl |
registerComponent(ComponentNameSpace name,
String description,
javax.jbi.component.Component component,
boolean binding,
boolean service,
String[] sharedLibraries)
Register a Component |
void |
shutDown()
shutdown all Components |
void |
start()
start components |
void |
stop()
stop components |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ComponentRegistry(Registry reg)
| Method Detail |
|---|
public ComponentMBeanImpl registerComponent(ComponentNameSpace name,
String description,
javax.jbi.component.Component component,
boolean binding,
boolean service,
String[] sharedLibraries)
name - description - component - dc - binding - service -
public void start()
throws javax.jbi.JBIException
javax.jbi.JBIException
public void stop()
throws javax.jbi.JBIException
javax.jbi.JBIException
javax.jbi.JBIException
public void shutDown()
throws javax.jbi.JBIException
javax.jbi.JBIExceptionpublic void deregisterComponent(ComponentMBeanImpl component)
component - public ComponentMBeanImpl getComponent(ComponentNameSpace id)
id -
public Collection<ComponentMBeanImpl> getComponents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||