org.apache.qpid.management.configuration
Class BrokerConnectionDataParser

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

 class BrokerConnectionDataParser
extends Object
implements IParser

Parser used for building broker connection data settings. The corresponding section on the configuration file is : 192.168.148.131 5672 test guest guest 4 4 -1


Constructor Summary
BrokerConnectionDataParser()
           
 
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

BrokerConnectionDataParser

BrokerConnectionDataParser()
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. It's here that the built mapping is injected into the configuration. 192.168.61.130 5673 test andrea andrea

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