Searched defs:Server (Results 1 - 5 of 5) sorted by relevance

/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DProcessEnvironment.java67 * Server is the application server
71 public enum ProcessType { Server, ACC, Embedded, Other ; enum constant in enum:ProcessEnvironment.ProcessType
74 return this==Server || this==Embedded;
78 return this==Server;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DServer.java64 * A <code>Server</code> element represents the entire Catalina
66 * the servlet container as a whole. A <code>Server</code> may contain
88 public interface Server { interface
95 * Return descriptive information about this Server implementation and
172 * Return the set of Services defined within this Server.
179 * Server.
/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DServer.java46 public interface Server interface in inherits:NamedConfigElement,PropertiesAccess,SystemPropertiesAccess
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DServer.java66 public class Server { class
157 public Server build() {
173 public Server build(Properties properties) {
176 Server s = new Server(this, properties);
209 private final static Map<String, Server> servers = new HashMap<String, Server>();
254 private Server(Builder builder, Properties properties) { method in class:Server
287 logger.logp(Level.FINER, "Server", "<init>", "Created GlassFish = {0}, " +
311 public static Server getServe
[all...]
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DServer.java94 * Java EE Application Server Configuration
96 * Each Application Server instance is a Java EE compliant container. One
97 * server instance is specially designated as the Administration Server in SE/EE
99 * User applications cannot be deployed to an Administration Server instance
104 @NotDuplicateTargetName(message="{server.duplicate.name}", payload=Server.class)
105 public interface Server extends ConfigBeanProxy, Injectable, PropertyBag, Named, SystemPropertyBag, ReferenceContainer, RefContainer, Payload { interface in inherits:ConfigBeanProxy,Injectable,PropertyBag,Named,SystemPropertyBag,ReferenceContainer,RefContainer,Payload
114 @NotTargetKeyword(message="{server.reserved.name}", payload=Server.class)
115 @Pattern(regexp=NAME_SERVER_REGEX, message="{server.invalid.name}", payload=Server.class)
130 @NotTargetKeyword(message="{server.reserved.name}", payload=Server.class)
312 public static boolean isCluster(Server serve
[all...]

Completed in 65 milliseconds