com.sun.enterprise.config.serverbeans
Class VirtualServer.Duck

java.lang.Object
  extended by com.sun.enterprise.config.serverbeans.VirtualServer.Duck
Enclosing interface:
VirtualServer

public static class VirtualServer.Duck
extends Object


Constructor Summary
VirtualServer.Duck()
           
 
Method Summary
static void addNetworkListener(VirtualServer server, String name)
           
static com.sun.grizzly.config.dom.NetworkListener findNetworkListener(VirtualServer server, String name)
           
static List<com.sun.grizzly.config.dom.NetworkListener> findNetworkListeners(VirtualServer server)
           
static void removeNetworkListener(VirtualServer server, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VirtualServer.Duck

public VirtualServer.Duck()
Method Detail

addNetworkListener

public static void addNetworkListener(VirtualServer server,
                                      String name)
                               throws PropertyVetoException
Throws:
PropertyVetoException

removeNetworkListener

public static void removeNetworkListener(VirtualServer server,
                                         String name)
                                  throws PropertyVetoException
Throws:
PropertyVetoException

findNetworkListener

public static com.sun.grizzly.config.dom.NetworkListener findNetworkListener(VirtualServer server,
                                                                             String name)

findNetworkListeners

public static List<com.sun.grizzly.config.dom.NetworkListener> findNetworkListeners(VirtualServer server)


Copyright © 2012 GlassFish Community. All Rights Reserved.