|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentContextCommunication
The ComponentContext needs to access some services such as the Router and so on. Those services are implemented by Fractal components, that may dynamically change during the runtime.
Thus, the ComponentContext can not reference directly those services. Each
time the ComponentContext uses those services, it retrieves through this
interface the good reference of the service. This interface is implemented by
the fractal components Installer
and
ComponentLifeCycle
.
org.ow2.petals.microkernel.container.lifecycle.Installer
,
org.ow2.petals.microkernel.container.lifecycle.ComponentLifeCycle
Method Summary | |
---|---|
ServiceEndpoint |
getAddress()
The address of the component, as a Consumer. |
AdminService |
getAdminService()
Get the Admin service. |
EndpointRegistry |
getEndpointRegistry()
Get the EndpointRegistry service. |
InitialContext |
getInitialContext()
The Initial context for the component. |
String |
getInstallationRoot()
The installation directory of the component. |
org.ow2.petals.jbi.descriptor.original.generated.Jbi |
getJBIDescriptor()
Gets the JBI Descriptor. |
Logger |
getLogger()
The Logger for the component. |
RouterService |
getRouterService()
Get the Router service. |
TransactionManager |
getTransactionManagerService()
Get the TransactionManager service. |
String |
getWorkspaceRoot()
The working directory for the component. |
Method Detail |
---|
org.ow2.petals.jbi.descriptor.original.generated.Jbi getJBIDescriptor()
String getInstallationRoot()
String getWorkspaceRoot()
AdminService getAdminService()
ServiceEndpoint getAddress()
EndpointRegistry getEndpointRegistry()
Logger getLogger()
RouterService getRouterService()
InitialContext getInitialContext()
TransactionManager getTransactionManagerService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |