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

All Superinterfaces:
AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, ConfigElement, NamedConfigElement, PropertiesAccess, SystemPropertiesAccess

Deprecated.

@Deprecated
public interface WebModule
extends NamedConfigElement, PropertiesAccess, SystemPropertiesAccess


Method Summary
 String getAvailabilityEnabled()
          Deprecated.  
 String getContextRoot()
          Deprecated.  
 String getDescription()
          Deprecated.  
 String getDirectoryDeployed()
          Deprecated.  
 String getEnabled()
          Deprecated.  
 String getLibraries()
          Deprecated.  
 String getLocation()
          Deprecated.  
 String getObjectType()
          Deprecated.  
 Map<String,WebServiceEndpoint> getWebServiceEndpoint()
          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.  
 void setLibraries(String param1)
          Deprecated.  
 void setLocation(String param1)
          Deprecated.  
 void setObjectType(String 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
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.SystemPropertiesAccess
getSystemProperty
 

Method Detail

getLocation

String getLocation()
Deprecated. 

getDirectoryDeployed

String getDirectoryDeployed()
Deprecated. 

getEnabled

String getEnabled()
Deprecated. 

setEnabled

void setEnabled(String param1)
Deprecated. 

getDescription

String getDescription()
Deprecated. 

setDescription

void setDescription(String param1)
Deprecated. 

getObjectType

String getObjectType()
Deprecated. 

setObjectType

void setObjectType(String param1)
Deprecated. 

getContextRoot

String getContextRoot()
Deprecated. 

setContextRoot

void setContextRoot(String param1)
Deprecated. 

getAvailabilityEnabled

String getAvailabilityEnabled()
Deprecated. 

setAvailabilityEnabled

void setAvailabilityEnabled(String param1)
Deprecated. 

getWebServiceEndpoint

Map<String,WebServiceEndpoint> getWebServiceEndpoint()
Deprecated. 

getLibraries

String getLibraries()
Deprecated. 

setLibraries

void setLibraries(String param1)
Deprecated. 

setLocation

void setLocation(String param1)
Deprecated. 

setDirectoryDeployed

void setDirectoryDeployed(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.