Uses of Interface
com.sun.enterprise.config.serverbeans.Server
Packages that use Server
-
Uses of Server in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return ServerModifier and TypeMethodDescriptiondefault ServerReturn the server with the givenname, ornullif no such server exists.ConfigBeansUtilities.getServerNamed(String name) default ServerDomain.getServerNamed(String serverName) Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type ServerModifier and TypeMethodDescriptionCluster.getInstances()Domain.getInstancesOnNode(String nodeName) Servers.getServer()Return the list of currently configured server.ConfigBeansUtilities.getServers()Domain.getServersInTarget(String target) Servers.getServersOnNode(Node node) Return the list of Servers that reference aNode.Methods in com.sun.enterprise.config.serverbeans with parameters of type Server -
Uses of Server in com.sun.enterprise.config.util
Constructors in com.sun.enterprise.config.util with parameters of type ServerModifierConstructorDescriptionPortBaseHelper(Server instance, String portbase, boolean checkports, Logger logger) PortManager(Cluster cluster, Config config, Domain theDomain, Server theNewServer) ServerHelper(Server theServer, Config theConfig)