org.apache.qpid.management.configuration
Class WorkerManagerConfigurationParser

java.lang.Object
  extended by org.apache.qpid.management.configuration.WorkerManagerConfigurationParser
All Implemented Interfaces:
IParser

 class WorkerManagerConfigurationParser
extends Object
implements IParser

Parser used for building worker manager settings. The corresponding section of the configuration file is : 5 15 5000


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

WorkerManagerConfigurationParser()
Method Detail

setCurrrentAttributeValue

public void setCurrrentAttributeValue(String value)
Callback : the given value is the text content of the current node.

Specified by:
setCurrrentAttributeValue in interface IParser
Parameters:
value - the value of the current attribute.

setCurrentAttributeName

public void setCurrentAttributeName(String name)
Callback: each time the end of an element is reached this method is called.

Specified by:
setCurrentAttributeName in interface IParser
Parameters:
name - the name of the current attribute.

getUUId

UUID getUUId()
Gets an uuid in order to associate current connection data with a broker.

Returns:


Licensed to the Apache Software Foundation