|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.hammurapi.config.ComponentBase
biz.hammurapi.config.RmiRegistryComponent
public class RmiRegistryComponent
Wrapper for RMI registry
Field Summary |
---|
Fields inherited from class biz.hammurapi.config.ComponentBase |
---|
owner |
Constructor Summary | |
---|---|
RmiRegistryComponent()
|
Method Summary | |
---|---|
void |
configure(org.w3c.dom.Node configNode,
Context context)
Reads configuration from Node |
protected java.lang.Object |
getChild(java.lang.String name)
Override this method if component has subcomponents. |
java.lang.Object |
getMaster()
|
void |
setOwner(java.lang.Object owner)
Plugs the component into container and naming bus. |
void |
start()
Invoked by container before the first use. |
void |
stop()
Invoked by container when component is not needed anymore. |
Methods inherited from class biz.hammurapi.config.ComponentBase |
---|
addMeasurement, get, getMeasurementConsumer, getOwner, getOwner, setMeasurementConsumer |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RmiRegistryComponent()
Method Detail |
---|
public java.lang.Object getMaster()
getMaster
in interface Wrapper
public void start() throws ConfigurationException
Component
start
in interface Component
ConfigurationException
public void stop()
Component
stop
in interface Component
public void setOwner(java.lang.Object owner)
Component
setOwner
in interface Component
setOwner
in class ComponentBase
public void configure(org.w3c.dom.Node configNode, Context context)
DomConfigurable
Node
configure
in interface DomConfigurable
protected java.lang.Object getChild(java.lang.String name)
ComponentBase
getChild
in class ComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |