org.glassfish.enterprise.iiop.impl
Class IIOPEndpointsInfo

java.lang.Object
  extended by org.glassfish.enterprise.iiop.impl.IIOPEndpointsInfo

public class IIOPEndpointsInfo
extends java.lang.Object

This class is responsible for reading the domain.xml via Config API and producing a list of instances in the form of ClusterInstanceInfo objects. This class is designed for use by both FailoverIORInterceptor and Java Web Start.

Author:
Sheetal Vartak

Constructor Summary
IIOPEndpointsInfo()
           
 
Method Summary
static java.util.List<com.sun.corba.ee.spi.folb.ClusterInstanceInfo> getClusterInstanceInfo()
          This method returns a ClusterInstanceInfo list.
static java.lang.String getIIOPEndpoints()
          This method returns the endpoints in host:port,host1:port1,host2:port2,...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIOPEndpointsInfo

public IIOPEndpointsInfo()
Method Detail

getIIOPEndpoints

public static java.lang.String getIIOPEndpoints()
This method returns the endpoints in host:port,host1:port1,host2:port2,... format. This is called by Java Web Start


getClusterInstanceInfo

public static java.util.List<com.sun.corba.ee.spi.folb.ClusterInstanceInfo> getClusterInstanceInfo()
This method returns a ClusterInstanceInfo list.



Copyright © 2012 GlassFish Community. All Rights Reserved.