|
||||||||||
| 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 String |
APP_LOCATION_PROP_NAME
|
static String |
APPCLIENT_SNIFFER_TYPE
|
static String |
APPLICATION
|
static String |
CONNECTOR_SNIFFER_TYPE
|
static String |
DEPLOYMENT_PLAN_LOCATION_PROP_NAME
|
static String |
EAR_SNIFFER_TYPE
|
static String |
EJB_SNIFFER_TYPE
|
static String |
EXTERNAL_MODULE_TYPE
|
static String |
JPA_SNIFFER_TYPE
|
static String |
OSGI_SNIFFER_TYPE
|
static String |
WEB_SNIFFER_TYPE
|
static String |
WEBSERVICE_SNIFFER_TYPE
|
| Fields inherited from interface org.glassfish.api.admin.config.ApplicationName |
|---|
NAME_APP_REGEX |
| Method Summary | |
|---|---|
File |
application()
|
boolean |
containsSnifferType(String snifferType)
|
File |
deploymentPlan()
|
String |
getAsyncReplication()
Gets the value of the asyncReplication property. |
String |
getAvailabilityEnabled()
Gets the value of the availabilityEnabled property. |
String |
getContextRoot()
Gets the value of the contextRoot property. |
DeployCommandParameters |
getDeployParameters(ApplicationRef appRef)
|
Properties |
getDeployProperties()
|
String |
getDescription()
Gets the value of the description property. |
String |
getDirectoryDeployed()
Gets the value of the directoryDeployed property. |
String |
getEnabled()
Gets the value of the enabled property. |
List<Engine> |
getEngine()
Gets the value of the engine property. |
String |
getLibraries()
Gets the value of the libraries property. |
String |
getLocation()
Gets the value of the location property. |
List<Module> |
getModule()
|
Module |
getModule(String moduleName)
|
Map<String,Properties> |
getModulePropertiesMap()
|
String |
getObjectType()
Gets the value of the objectType property. |
List<org.jvnet.hk2.config.types.Property> |
getProperty()
Properties as per PropertyBag |
Resources |
getResources()
|
List<WebServiceEndpoint> |
getWebServiceEndpoint()
Gets the value of the webServiceEndpoint property. |
boolean |
isLifecycleModule()
|
boolean |
isOSGiModule()
|
boolean |
isStandaloneModule()
|
void |
recordFileLocations(File app,
File plan)
|
void |
setAsyncReplication(String value)
Sets the value of the asyncReplication property. |
void |
setAvailabilityEnabled(String value)
Sets the value of the availabilityEnabled property. |
void |
setContextRoot(String value)
Sets the value of the contextRoot property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDirectoryDeployed(String value)
Sets the value of the directoryDeployed property. |
void |
setEnabled(String value)
Sets the value of the enabled property. |
void |
setLibraries(String value)
Sets the value of the libraries property. |
void |
setLocation(String value)
Sets the value of the location property. |
void |
setObjectType(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 String APP_LOCATION_PROP_NAME
static final String DEPLOYMENT_PLAN_LOCATION_PROP_NAME
static final String WEB_SNIFFER_TYPE
static final String EJB_SNIFFER_TYPE
static final String CONNECTOR_SNIFFER_TYPE
static final String APPCLIENT_SNIFFER_TYPE
static final String JPA_SNIFFER_TYPE
static final String WEBSERVICE_SNIFFER_TYPE
static final String EAR_SNIFFER_TYPE
static final String OSGI_SNIFFER_TYPE
static final String APPLICATION
static final String EXTERNAL_MODULE_TYPE
| Method Detail |
|---|
String getContextRoot()
String
void setContextRoot(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLocation()
String
void setLocation(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoException@NotNull String getObjectType()
String
void setObjectType(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getEnabled()
String
void setEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getLibraries()
String
void setLibraries(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getAvailabilityEnabled()
String
void setAvailabilityEnabled(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getAsyncReplication()
String
void setAsyncReplication(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDirectoryDeployed()
String
void setDirectoryDeployed(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionString getDescription()
String
void setDescription(String value)
throws PropertyVetoException
value - allowed object is
String
PropertyVetoExceptionList<Module> getModule()
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
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 PropertyVetoException
PropertyVetoException@DuckTyped Module getModule(String moduleName)
@DuckTyped Properties getDeployProperties()
@DuckTyped DeployCommandParameters getDeployParameters(ApplicationRef appRef)
@DuckTyped Map<String,Properties> getModulePropertiesMap()
@DuckTyped boolean isStandaloneModule()
@DuckTyped boolean containsSnifferType(String snifferType)
@DuckTyped boolean isLifecycleModule()
@DuckTyped boolean isOSGiModule()
@DuckTyped
void recordFileLocations(File app,
File plan)
@DuckTyped File application()
@DuckTyped File deploymentPlan()
@ToDo(priority=IMPORTANT,
details="Provide PropertyDesc for legal props")
@PropertiesDesc(props={})
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 | |||||||||