Class IIOPEndpointsInfo


  • public class IIOPEndpointsInfo
    extends 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 Detail

      • IIOPEndpointsInfo

        public IIOPEndpointsInfo()
    • Method Detail

      • getIIOPEndpoints

        public static 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 List<com.sun.corba.ee.spi.folb.ClusterInstanceInfo> getClusterInstanceInfo()
        This method returns a ClusterInstanceInfo list.