Uses of Interface
com.sun.enterprise.config.serverbeans.VirtualServer

Packages that use VirtualServer
com.sun.enterprise.config.serverbeans   
 

Uses of VirtualServer in com.sun.enterprise.config.serverbeans
 

Methods in com.sun.enterprise.config.serverbeans that return VirtualServer
static VirtualServer HttpService.Duck.getVirtualServerByName(HttpService target, String name)
           
 VirtualServer HttpService.getVirtualServerByName(String name)
           
 

Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type VirtualServer
 List<VirtualServer> HttpService.getVirtualServer()
          Gets the value of the virtualServer property.
 

Methods in com.sun.enterprise.config.serverbeans with parameters of type VirtualServer
static void VirtualServer.Duck.addNetworkListener(VirtualServer server, String name)
           
static com.sun.grizzly.config.dom.NetworkListener VirtualServer.Duck.findNetworkListener(VirtualServer server, String name)
           
static List<com.sun.grizzly.config.dom.NetworkListener> VirtualServer.Duck.findNetworkListeners(VirtualServer server)
           
static void VirtualServer.Duck.removeNetworkListener(VirtualServer server, String name)
           
 



Copyright © 2012 GlassFish Community. All Rights Reserved.