Package com.priint.pubserver.appserver
Class GlassfishDomain.Server
java.lang.Object
com.priint.pubserver.appserver.GlassfishDomain.Server
- All Implemented Interfaces:
Serializable
- Enclosing class:
- GlassfishDomain
The type Server.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetApplicationRef(Class<T> clazz, String name) Gets application ref.Gets application refs.<T> List<T>getApplicationRefs(Class<T> clazz) Gets application refs.Gets config ref.getName()Gets name.<T> TgetResourceRef(Class<T> clazz, String name) Gets resource ref.Gets resource refs.<T> List<T>getResourceRefs(Class<T> clazz) Gets resource refs.Gets system properties.<T> List<T>getSystemProperties(Class<T> clazz) Gets system properties.<T> TgetSystemProperty(Class<T> clazz, String name) Gets system property.voidsetConfigRef(String configRef) Sets config ref.voidSets name.
-
Field Details
-
configRef
The Config ref. -
name
The Name.
-
-
Constructor Details
-
Server
public Server()Instantiates a new Server. -
Server
Instantiates a new Server.- Parameters:
name- the name
-
-
Method Details
-
getApplicationRef
Gets application ref.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazzname- the name- Returns:
- the application ref
-
getApplicationRefs
Gets application refs.- Returns:
- the application refs
-
getApplicationRefs
Gets application refs.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazz- Returns:
- the application refs
-
getConfigRef
Gets config ref.- Returns:
- the config ref
-
getName
Gets name.- Returns:
- the name
-
getResourceRef
Gets resource ref.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazzname- the name- Returns:
- the resource ref
-
getResourceRefs
Gets resource refs.- Returns:
- the resource refs
-
getResourceRefs
Gets resource refs.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazz- Returns:
- the resource refs
-
getSystemProperties
Gets system properties.- Returns:
- the system properties
-
getSystemProperties
Gets system properties.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazz- Returns:
- the system properties
-
getSystemProperty
Gets system property.- Type Parameters:
T- the type parameter- Parameters:
clazz- the clazzname- the name- Returns:
- the system property
-
setConfigRef
Sets config ref.- Parameters:
configRef- the config ref
-
setName
Sets name.- Parameters:
name- the name
-