|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Application
| Nested Class Summary | |
|---|---|
static class |
Application.Duck
|
| Field Summary | |
|---|---|
static java.lang.String |
APP_LOCATION_PROP_NAME
|
static java.lang.String |
APPCLIENT_SNIFFER_TYPE
|
static java.lang.String |
APPLICATION
|
static java.lang.String |
CONNECTOR_SNIFFER_TYPE
|
static java.lang.String |
DEPLOYMENT_PLAN_LOCATION_PROP_NAME
|
static java.lang.String |
EAR_SNIFFER_TYPE
|
static java.lang.String |
EJB_SNIFFER_TYPE
|
static java.lang.String |
EXTERNAL_MODULE_TYPE
|
static java.lang.String |
JPA_SNIFFER_TYPE
|
static java.lang.String |
OSGI_SNIFFER_TYPE
|
static java.lang.String |
WEB_SNIFFER_TYPE
|
static java.lang.String |
WEBSERVICE_SNIFFER_TYPE
|
| Fields inherited from interface org.glassfish.api.admin.config.ApplicationName |
|---|
NAME_APP_REGEX |
| Method Summary | |
|---|---|
java.io.File |
application()
|
boolean |
containsSnifferType(java.lang.String snifferType)
|
java.io.File |
deploymentPlan()
|
java.lang.String |
getAsyncReplication()
Gets the value of the asyncReplication property. |
java.lang.String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property. |
java.lang.String |
getContextRoot()
Gets the value of the contextRoot property. |
DeployCommandParameters |
getDeployParameters(ApplicationRef appRef)
|
java.util.Properties |
getDeployProperties()
|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDirectoryDeployed()
Gets the value of the directoryDeployed property. |
java.lang.String |
getEnabled()
Gets the value of the enabled property. |
java.util.List<Engine> |
getEngine()
Gets the value of the engine property. |
java.lang.String |
getLibraries()
Gets the value of the libraries property. |
java.lang.String |
getLocation()
Gets the value of the location property. |
java.util.List<Module> |
getModule()
|
Module |
getModule(java.lang.String moduleName)
|
java.util.Map<java.lang.String,java.util.Properties> |
getModulePropertiesMap()
|
java.lang.String |
getObjectType()
Gets the value of the objectType property. |
java.util.List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
Resources |
getResources()
|
java.util.List<WebServiceEndpoint> |
getWebServiceEndpoint()
Gets the value of the webServiceEndpoint property. |
boolean |
isLifecycleModule()
|
boolean |
isOSGiModule()
|
boolean |
isStandaloneModule()
|
void |
recordFileLocations(java.io.File app,
java.io.File plan)
|
void |
setAsyncReplication(java.lang.String value)
Sets the value of the asyncReplication property. |
void |
setAvailabilityEnabled(java.lang.String value)
Sets the value of the availabilityEnabled property. |
void |
setContextRoot(java.lang.String value)
Sets the value of the contextRoot property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDirectoryDeployed(java.lang.String value)
Sets the value of the directoryDeployed property. |
void |
setEnabled(java.lang.String value)
Sets the value of the enabled property. |
void |
setLibraries(java.lang.String value)
Sets the value of the libraries property. |
void |
setLocation(java.lang.String value)
Sets the value of the location property. |
void |
setObjectType(java.lang.String value)
Sets the value of the objectType property. |
void |
setResources(Resources resources)
|
| Methods inherited from interface org.jvnet.hk2.component.Injectable |
|---|
injectedInto |
| Methods inherited from interface org.glassfish.api.admin.config.ApplicationName |
|---|
getName, setName |
| Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy |
|---|
createChild, deepCopy, getParent, getParent |
| Methods inherited from interface org.jvnet.hk2.config.types.PropertyBag |
|---|
getProperty, getPropertyValue, getPropertyValue |
| Field Detail |
|---|
static final java.lang.String APP_LOCATION_PROP_NAME
static final java.lang.String DEPLOYMENT_PLAN_LOCATION_PROP_NAME
static final java.lang.String WEB_SNIFFER_TYPE
static final java.lang.String EJB_SNIFFER_TYPE
static final java.lang.String CONNECTOR_SNIFFER_TYPE
static final java.lang.String APPCLIENT_SNIFFER_TYPE
static final java.lang.String JPA_SNIFFER_TYPE
static final java.lang.String WEBSERVICE_SNIFFER_TYPE
static final java.lang.String EAR_SNIFFER_TYPE
static final java.lang.String OSGI_SNIFFER_TYPE
static final java.lang.String APPLICATION
static final java.lang.String EXTERNAL_MODULE_TYPE
| Method Detail |
|---|
java.lang.String getContextRoot()
String
void setContextRoot(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLocation()
String
void setLocation(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoException@NotNull java.lang.String getObjectType()
String
void setObjectType(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getEnabled()
String
void setEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getLibraries()
String
void setLibraries(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getAvailabilityEnabled()
String
void setAvailabilityEnabled(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getAsyncReplication()
String
void setAsyncReplication(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDirectoryDeployed()
String
void setDirectoryDeployed(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.lang.String getDescription()
String
void setDescription(java.lang.String value)
throws java.beans.PropertyVetoException
value - allowed object is
String
java.beans.PropertyVetoExceptionjava.util.List<Module> getModule()
java.util.List<Engine> getEngine()
set method for the engine property.
For example, to add a new item, do as follows:
getEngine().add(newItem);
Objects of the following type(s) are allowed in the list
Engine
java.util.List<WebServiceEndpoint> getWebServiceEndpoint()
set method for the webServiceEndpoint property.
For example, to add a new item, do as follows:
getWebServiceEndpoint().add(newItem);
Objects of the following type(s) are allowed in the list
WebServiceEndpoint
Resources getResources()
void setResources(Resources resources)
throws java.beans.PropertyVetoException
java.beans.PropertyVetoException@DuckTyped Module getModule(java.lang.String moduleName)
@DuckTyped java.util.Properties getDeployProperties()
@DuckTyped DeployCommandParameters getDeployParameters(ApplicationRef appRef)
@DuckTyped java.util.Map<java.lang.String,java.util.Properties> getModulePropertiesMap()
@DuckTyped boolean isStandaloneModule()
@DuckTyped boolean containsSnifferType(java.lang.String snifferType)
@DuckTyped boolean isLifecycleModule()
@DuckTyped boolean isOSGiModule()
@DuckTyped
void recordFileLocations(java.io.File app,
java.io.File plan)
@DuckTyped java.io.File application()
@DuckTyped java.io.File deploymentPlan()
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
java.util.List<org.jvnet.hk2.config.types.Property> getProperty()
PropertyBag
getProperty in interface org.jvnet.hk2.config.types.PropertyBag
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||