org.glassfish.admin.amx.intf.config
Interface Application

All Superinterfaces:
AbstractModule, AMX_SPI, AMXConfigProxy, AMXProxy, ApplicationRefReferent, AttributeResolver, ConfigElement, Description, Enabled, Libraries, NamedConfigElement, ObjectType, PropertiesAccess, RefReferent

Deprecated.

@Deprecated
public interface Application
extends AbstractModule, Libraries


Method Summary
 File application()
          Deprecated.  
 boolean containsSnifferType(String param1)
          Deprecated.  
 File deploymentPlan()
          Deprecated.  
 String getAsyncReplication()
          Deprecated.  
 String getAvailabilityEnabled()
          Deprecated.  
 String getContextRoot()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getDirectoryDeployed()
          Deprecated. Indicates whether the application has been deployed to a directory or not.
 String getEnabled()
          Deprecated. Return true if the item is enabled, false otherwise.
 Map<String,Engine> getEngine()
          Deprecated.  
 String getLibraries()
          Deprecated. Optional Attribute (may be null).
 String getLocation()
          Deprecated. The file system path to this module, typically something like ${com.sun.aas.instanceRoot}/applications/...
 Map<String,Module> getModule()
          Deprecated.  
 Module getModule(String param1)
          Deprecated.  
 Map getModulePropertiesMap()
          Deprecated.  
 String getObjectType()
          Deprecated.  
 Resources getResources()
          Deprecated.  
 Map<String,WebServiceEndpoint> getWebServiceEndpoint()
          Deprecated.  
 boolean isLifecycleModule()
          Deprecated.  
 boolean isOSGiModule()
          Deprecated.  
 boolean isStandaloneModule()
          Deprecated.  
 void recordFileLocations(File param1, File param2)
          Deprecated.  
 void setAsyncReplication(String param1)
          Deprecated.  
 void setAvailabilityEnabled(String param1)
          Deprecated.  
 void setContextRoot(String param1)
          Deprecated.  
 void setDescription(String param1)
          Deprecated.  
 void setDirectoryDeployed(String param1)
          Deprecated.  
 void setEnabled(String param1)
          Deprecated. Mark the item as enabled.
 void setLibraries(String param1)
          Deprecated. Replaces the existing libraries Attribute.
 void setLocation(String param1)
          Deprecated.  
 void setObjectType(String param1)
          Deprecated. INTERNAL USE ONLY
 void setResources(Resources param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.NamedConfigElement
getName
 
Methods inherited from interface org.glassfish.admin.amx.config.AMXConfigProxy
createChild, createChildren, getDefaultValues, getDefaultValues, removeChild, removeChild, setAttributesTransactionally
 
Methods inherited from interface org.glassfish.admin.amx.core.AMXProxy
as, attributeNames, attributesMap, attributesMap, child, child, childrenMap, childrenMap, childrenMaps, childrenSet, extra, invokeOp, invokeOp, java, nameProp, objectName, parent, parentPath, path, type, valid
 
Methods inherited from interface org.glassfish.admin.amx.core.AMX_SPI
getChildren, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 

Method Detail

getResources

Resources getResources()
Deprecated. 

getLocation

String getLocation()
Deprecated. 
Description copied from interface: AbstractModule
The file system path to this module, typically something like ${com.sun.aas.instanceRoot}/applications/...

Specified by:
getLocation in interface AbstractModule

getDirectoryDeployed

String getDirectoryDeployed()
Deprecated. 
Description copied from interface: AbstractModule
Indicates whether the application has been deployed to a directory or not.

Specified by:
getDirectoryDeployed in interface AbstractModule

getEnabled

String getEnabled()
Deprecated. 
Description copied from interface: Enabled
Return true if the item is enabled, false otherwise.

Specified by:
getEnabled in interface Enabled

setEnabled

void setEnabled(String param1)
Deprecated. 
Description copied from interface: Enabled
Mark the item as enabled.

Specified by:
setEnabled in interface Enabled

getDescription

String getDescription()
Deprecated. 
Specified by:
getDescription in interface Description

setDescription

void setDescription(String param1)
Deprecated. 
Specified by:
setDescription in interface Description

getObjectType

String getObjectType()
Deprecated. 
Specified by:
getObjectType in interface ObjectType
Returns:
the ObjectType as defined by ObjectTypeValues

setObjectType

void setObjectType(String param1)
Deprecated. 
Description copied from interface: ObjectType
INTERNAL USE ONLY

Specified by:
setObjectType in interface ObjectType
Parameters:
param1 - the ObjectType as defined by ObjectTypeValues
See Also:
ObjectTypeValues

getContextRoot

String getContextRoot()
Deprecated. 

setContextRoot

void setContextRoot(String param1)
Deprecated. 

getAvailabilityEnabled

String getAvailabilityEnabled()
Deprecated. 

setAvailabilityEnabled

void setAvailabilityEnabled(String param1)
Deprecated. 

getAsyncReplication

String getAsyncReplication()
Deprecated. 

setAsyncReplication

void setAsyncReplication(String param1)
Deprecated. 

getModule

Map<String,Module> getModule()
Deprecated. 

getModule

Module getModule(String param1)
Deprecated. 

getEngine

Map<String,Engine> getEngine()
Deprecated. 

getWebServiceEndpoint

Map<String,WebServiceEndpoint> getWebServiceEndpoint()
Deprecated. 

getLibraries

String getLibraries()
Deprecated. 
Description copied from interface: Libraries
Optional Attribute (may be null).

These paths could be either relative [relative to {com.sun.aas.instanceRoot}/lib/applibs] or absolute paths. These dependencies appears *after* the libraries defined in classpath-prefix in the java-config and *before* the application server provided over-rideable jar set. The libraries would be made available to the application in the order in which they were specified.

Specified by:
getLibraries in interface Libraries

setLibraries

void setLibraries(String param1)
Deprecated. 
Description copied from interface: Libraries
Replaces the existing libraries Attribute. Certain system applications may not allow changing this Attribute (read only). Delimiter is TBD

Specified by:
setLibraries in interface Libraries
See Also:
Libraries.getLibraries()

setLocation

void setLocation(String param1)
Deprecated. 

setDirectoryDeployed

void setDirectoryDeployed(String param1)
Deprecated. 

setResources

void setResources(Resources param1)
Deprecated. 

getModulePropertiesMap

Map getModulePropertiesMap()
Deprecated. 

isStandaloneModule

boolean isStandaloneModule()
Deprecated. 

containsSnifferType

boolean containsSnifferType(String param1)
Deprecated. 

isLifecycleModule

boolean isLifecycleModule()
Deprecated. 

isOSGiModule

boolean isOSGiModule()
Deprecated. 

recordFileLocations

void recordFileLocations(File param1,
                         File param2)
Deprecated. 

application

File application()
Deprecated. 

deploymentPlan

File deploymentPlan()
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.