Searched defs:Service (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/conf/
H A DService.java43 /** Holds attributes of a GlassFish Service.
47 public class Service { class
60 public Service(String serviceName, String serviceProps, String associatedExecutable) { method in class:Service
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DService.java63 * A <strong>Service</strong> is a group of one or more
68 * A given JVM can contain any number of Service instances; however, they are
76 public interface Service { interface
84 * <code>Connectors</code> associated with this Service.
91 * <code>Connectors</code> associated with this Service.
99 * Return descriptive information about this Service implementation and
107 * Return the name of this Service.
113 * Set the name of this Service.
129 * @param server The server that owns this Service
139 * with this Service'
[all...]
/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DService.java45 /** Represents an abstract Service. This interface defines sufficient methods
53 public interface Service { interface
70 /** Returns the additional properties of the Service.
100 * If the <b> Fully Qualified Service Name </b> is invalid, a RuntimeException results.

Completed in 296 milliseconds