Uses of Class
com.sun.corba.ee.spi.folb.SocketInfo
-
Packages that use SocketInfo Package Description com.sun.corba.ee.impl.folb com.sun.corba.ee.spi.folb -
-
Uses of SocketInfo in com.sun.corba.ee.impl.folb
Methods in com.sun.corba.ee.impl.folb with parameters of type SocketInfo Modifier and Type Method Description private void
ServerGroupManager. includingEndpoint(SocketInfo si)
private void
ServerGroupManager. skippingEndpoint(SocketInfo si)
-
Uses of SocketInfo in com.sun.corba.ee.spi.folb
Fields in com.sun.corba.ee.spi.folb with type parameters of type SocketInfo Modifier and Type Field Description private java.util.List<SocketInfo>
ClusterInstanceInfo. endpoints
Methods in com.sun.corba.ee.spi.folb that return types with arguments of type SocketInfo Modifier and Type Method Description java.util.List<SocketInfo>
ClusterInstanceInfo. endpoints()
Constructor parameters in com.sun.corba.ee.spi.folb with type arguments of type SocketInfo Constructor Description ClusterInstanceInfo(java.lang.String name, int weight, java.util.List<SocketInfo> endpoints)
-