| Package | Description | 
|---|---|
| oracle.rc.asadapter.glassfish.admin.domain | 
| Modifier and Type | Method and Description | 
|---|---|
DeployedApplication | 
Applications.addApplication(DeployableApplication application)
Add or deploy an Application 
 | 
DeployedApplication | 
Applications.getApplicationByRef(java.lang.String name)
Get a deployed application by name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<DeployedApplication> | 
Applications.getApplicationList()
Get an immutable list of current deployed Applications. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Applications.deleteApplication(DeployedApplication application)
Remove or undeploy an Application 
 | 
void | 
Applications.updateApplication(DeployedApplication application)
Update the properties of a  
DeployedApplication. |