Class VirtualServer.Duck
- java.lang.Object
-
- com.sun.enterprise.config.serverbeans.VirtualServer.Duck
-
- Enclosing interface:
- VirtualServer
public static class VirtualServer.Duck extends Object
-
-
Constructor Summary
Constructors Constructor Description Duck()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddNetworkListener(VirtualServer server, String name)static org.glassfish.grizzly.config.dom.NetworkListenerfindNetworkListener(VirtualServer server, String name)static List<org.glassfish.grizzly.config.dom.NetworkListener>findNetworkListeners(VirtualServer server)static voidremoveNetworkListener(VirtualServer server, String name)
-
-
-
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 org.glassfish.grizzly.config.dom.NetworkListener findNetworkListener(VirtualServer server, String name)
-
findNetworkListeners
public static List<org.glassfish.grizzly.config.dom.NetworkListener> findNetworkListeners(VirtualServer server)
-
-