Uses of Interface
com.sun.enterprise.config.serverbeans.ServerRef
-
Packages that use ServerRef Package Description com.sun.enterprise.config.serverbeans org.glassfish.enterprise.iiop.util org.glassfish.loadbalancer.admin.cli org.glassfish.loadbalancer.admin.cli.reader.impl -
-
Uses of ServerRef in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ServerRef Modifier and Type Method Description static ServerRefCluster.Duck. getServerRefByRef(Cluster c, String name)ServerRefCluster. getServerRefByRef(String ref)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ServerRef Modifier and Type Method Description List<ServerRef>Cluster. getServerRef()Gets the value of the serverRef property. -
Uses of ServerRef in org.glassfish.enterprise.iiop.util
Methods in org.glassfish.enterprise.iiop.util that return types with arguments of type ServerRef Modifier and Type Method Description Collection<ServerRef>IIOPUtils. getServerRefs() -
Uses of ServerRef in org.glassfish.loadbalancer.admin.cli
Methods in org.glassfish.loadbalancer.admin.cli with parameters of type ServerRef Modifier and Type Method Description voidDeleteHTTPLBRefCommand. removeServerRef(LbConfig lc, ServerRef sRef) -
Uses of ServerRef in org.glassfish.loadbalancer.admin.cli.reader.impl
Constructors in org.glassfish.loadbalancer.admin.cli.reader.impl with parameters of type ServerRef Constructor Description InstanceReaderImpl(Domain domain, ServerRef ref)ConstructorStandAloneClusterReaderImpl(Domain domain, ApplicationRegistry appRegistry, ServerRef ref)
-