infoservice
Class VisibleProxyAddresses

java.lang.Object
  extended by infoservice.VisibleProxyAddresses

 class VisibleProxyAddresses
extends java.lang.Object

This class stores information about all outgoing proxy addresses of all cascades this InfoService knows about. This is just a helper class (or a quick hack - thatever you like to call it).


Field Summary
private static java.util.Hashtable ms_hashtableVisibleAddresses
           
private static java.lang.String ms_strPreComputedVisibleAddresses
           
 
Constructor Summary
VisibleProxyAddresses()
           
 
Method Summary
(package private) static void addAddresses(org.w3c.dom.Node nodeMix)
          Adds the addresses store in the DOM_Node
(package private) static java.lang.String getVisibleAddresses()
           
private static void precomputeVisibleAddressesString()
          Calculates the visible proxy addresses string from the addresses stored in the hashtable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ms_hashtableVisibleAddresses

private static java.util.Hashtable ms_hashtableVisibleAddresses

ms_strPreComputedVisibleAddresses

private static java.lang.String ms_strPreComputedVisibleAddresses
Constructor Detail

VisibleProxyAddresses

VisibleProxyAddresses()
Method Detail

precomputeVisibleAddressesString

private static void precomputeVisibleAddressesString()
Calculates the visible proxy addresses string from the addresses stored in the hashtable


addAddresses

static void addAddresses(org.w3c.dom.Node nodeMix)
Adds the addresses store in the DOM_Node


getVisibleAddresses

static java.lang.String getVisibleAddresses()