|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IComponentContext
This class represents an interface of ComponentContext It can creates a ComponentFactory, a ConnectorFactory and a MessageFactory
| Method Summary | |
|---|---|
IComponentFactory |
createComponentFactory()
Creates a default component factory. |
IComponentFactory |
createComponentFactory(java.lang.String factoryType)
Creates a component factory for a given type. |
IConnectorFactory |
createConnectorFactory(IBroker broker)
Creates a default connector factory. |
IConnectorFactory |
createConnectorFactory(java.lang.String factoryType,
IBroker broker)
Creates a connector factory for a given type. |
IMessageFactory |
createMessageFactory()
Creates a default message factory. |
IMessageFactory |
createMessageFactory(java.lang.String factoryType)
Creates a message factory for a given type. |
| Method Detail |
|---|
IComponentFactory createComponentFactory()
throws ComponentFactoryException
ComponentFactoryException
IComponentFactory createComponentFactory(java.lang.String factoryType)
throws ComponentFactoryException
factoryType - type of the factory to be created
ComponentFactoryException
IConnectorFactory createConnectorFactory(IBroker broker)
throws ConnectorFactoryException
broker -
ConnectorFactoryExceptionIConnectorFactory
IConnectorFactory createConnectorFactory(java.lang.String factoryType,
IBroker broker)
throws ConnectorFactoryException
factoryType - broker -
ConnectorFactoryExceptionIConnectorFactory
IMessageFactory createMessageFactory()
throws MessageFactoryException
MessageFactoryExceptionIMessageFactory
IMessageFactory createMessageFactory(java.lang.String factoryType)
throws MessageFactoryException
factoryType -
MessageFactoryExceptionIMessageFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||