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

Method Summary
 void init(ComponentContext componentContext, ComponentLifeCycleThread componentLifeCycleThread, Context context)
          Initialization of ComponentLifeCycleMBean
 

Method Detail

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 description
componentContext - the component Context
component - the component
mbeanName - the mbean name
componentLifeCycleThread - the thread of the component life cycle
log - the log
context - 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.