|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.qpid.management.configuration.WorkerManagerConfigurationParser
class WorkerManagerConfigurationParser
Parser used for building worker manager settings.
The corresponding section of the configuration file is :
Constructor Summary | |
---|---|
WorkerManagerConfigurationParser()
|
Method Summary | |
---|---|
(package private) UUID |
getUUId()
Gets an uuid in order to associate current connection data with a broker. |
void |
setCurrentAttributeName(String name)
Callback: each time the end of an element is reached this method is called. |
void |
setCurrrentAttributeValue(String value)
Callback : the given value is the text content of the current node. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
WorkerManagerConfigurationParser()
Method Detail |
---|
public void setCurrrentAttributeValue(String value)
setCurrrentAttributeValue
in interface IParser
value
- the value of the current attribute.public void setCurrentAttributeName(String name)
setCurrentAttributeName
in interface IParser
name
- the name of the current attribute.UUID getUUId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |