Searched defs:VirtualServer (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/
H A DVirtualServer.java51 * <p>Instances of <tt>VirtualServer</tt> may be in one of two states:
53 * <tt>VirtualServer</tt> that was stopped will result in a response with
62 public interface VirtualServer { interface
66 * Sets the id of this <tt>VirtualServer</tt>.
68 * @param ID id of this <tt>VirtualServer</tt>.
73 * Gets the id of this <tt>VirtualServer</tt>.
75 * @return the id of this <tt>VirtualServer</tt>
80 * Sets the docroot of this <tt>VirtualServer</tt>.
82 * @param docRoot the docroot of this <tt>VirtualServer</tt>.
87 * Gets the docroot of this <tt>VirtualServer</t
[all...]
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DVirtualServer.java49 public interface VirtualServer interface in inherits:NamedConfigElement,PropertiesAccess
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DVirtualServer.java82 public interface VirtualServer extends ConfigBeanProxy, Injectable, PropertyBag { interface in inherits:ConfigBeanProxy,Injectable,PropertyBag
322 public static void addNetworkListener(VirtualServer server, String name) throws PropertyVetoException {
333 public static void removeNetworkListener(VirtualServer server, String name) throws PropertyVetoException {
344 public static NetworkListener findNetworkListener(VirtualServer server, String name) {
354 public static List<NetworkListener> findNetworkListeners(VirtualServer server) {
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DVirtualServer.java154 public class VirtualServer extends StandardHost class in inherits:StandardHost,org.glassfish.embeddable.web.VirtualServer
155 implements org.glassfish.embeddable.web.VirtualServer {
169 LogDomains.getLogger(VirtualServer.class, LogDomains.WEB_LOGGER);
182 public VirtualServer() { method in class:VirtualServer
192 * The custom pipeline of this VirtualServer, which implements the
201 * The original (standard) pipeline of this VirtualServer.
223 "com.sun.enterprise.web.VirtualServer/1.0";
226 * The config bean associated with this VirtualServer
228 private com.sun.enterprise.config.serverbeans.VirtualServer vsBean;
231 * The mime mapping associated with this VirtualServer
[all...]

Completed in 24 milliseconds