|
||||||||||
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.JndiBridge
public class JndiBridge
Binds to jndi context and bridges pv-naming with jndi naming.
Field Summary |
---|
Fields inherited from class biz.hammurapi.config.ComponentBase |
---|
owner |
Constructor Summary | |
---|---|
JndiBridge()
|
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. |
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, setOwner |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JndiBridge()
Method Detail |
---|
public void start() throws ConfigurationException
Component
start
in interface Component
ConfigurationException
public void stop() throws ConfigurationException
Component
stop
in interface Component
ConfigurationException
protected java.lang.Object getChild(java.lang.String name)
ComponentBase
getChild
in class ComponentBase
public void configure(org.w3c.dom.Node configNode, Context context) throws ConfigurationException
DomConfigurable
Node
configure
in interface DomConfigurable
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |