com.sun.enterprise.config.serverbeans
Class VirtualServer.Duck
java.lang.Object
com.sun.enterprise.config.serverbeans.VirtualServer.Duck
- Enclosing interface:
- VirtualServer
public static class VirtualServer.Duck
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualServer.Duck
public VirtualServer.Duck()
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.