org.ow2.petals.container.lifecycle
Interface ComponentLifeCycleInterface
- All Known Implementing Classes:
- ComponentLifeCycle
public interface ComponentLifeCycleInterface
The ComponentLifeCycle interface has to have its mbean interface
in the same package as it.
- Author:
- Adrien LOUIS - EBM WebSourcing
init
void init(ComponentContext componentContext,
ComponentLifeCycleThread componentLifeCycleThread,
Context context)
throws org.ow2.petals.kernel.api.server.PetalsException,
javax.jbi.JBIException
- Initialization of ComponentLifeCycleMBean
- Parameters:
componentDescription - the component descriptioncomponentContext - the component Contextcomponent - the componentmbeanName - the mbean namecomponentLifeCycleThread - the thread of the component life cyclelog - the logcontext - the context
- Throws:
org.ow2.petals.kernel.api.server.PetalsException - occurs when it is impossible to init the component life cycle
javax.jbi.JBIException
Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.