|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.easybeans.component.cmi.CmiComponent
public class CmiComponent
Component providing a support of CMI.
| Constructor Summary | |
|---|---|
CmiComponent()
|
|
| Method Summary | |
|---|---|
EventComponent |
getEventComponent()
|
ServerConfig |
getServerConfig()
Return the configuration of the embedded instance. |
void |
init()
Init method. This method is called before the start method. |
boolean |
isLifecycleManaged()
|
void |
setEventComponent(EventComponent eventComponent)
Set the event component. |
void |
setLifecycleManaged(boolean lifecycleManaged)
Set if this component manages the lifecycle of the cluster view manager. |
void |
setServerConfig(ServerConfig config)
Set the configuration of the embedded instance. |
void |
start()
Start method. This method is called after the init method. |
void |
stop()
Stop method. This method is called when component needs to be stopped. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CmiComponent()
| Method Detail |
|---|
public void init()
throws EZBComponentException
init in interface EZBComponentEZBComponentException - if the initialization has failed.
public void start()
throws EZBComponentException
start in interface EZBComponentEZBComponentException - if the start has failed.
public void stop()
throws EZBComponentException
stop in interface EZBComponentEZBComponentException - if the stop is failing.public ServerConfig getServerConfig()
public void setServerConfig(ServerConfig config)
config - the configuration of the embedded instancepublic EventComponent getEventComponent()
public void setEventComponent(EventComponent eventComponent)
eventComponent - the event componentpublic boolean isLifecycleManaged()
public void setLifecycleManaged(boolean lifecycleManaged)
lifecycleManaged - true if this component manages the lifecycle of
the cluster view manager
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||