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

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

Deprecated.

@Deprecated
public interface WebContainerAvailability
extends ConfigElement, PropertiesAccess


Method Summary
 String getAvailabilityEnabled()
          Deprecated.  
 String getHttpSessionStorePoolName()
          Deprecated.  
 String getPersistenceFrequency()
          Deprecated.  
 String getPersistenceScope()
          Deprecated.  
 String getPersistenceStoreHealthCheckEnabled()
          Deprecated.  
 String getPersistenceType()
          Deprecated.  
 String getSsoFailoverEnabled()
          Deprecated.  
 void setAvailabilityEnabled(String param1)
          Deprecated.  
 void setHttpSessionStorePoolName(String param1)
          Deprecated.  
 void setPersistenceFrequency(String param1)
          Deprecated.  
 void setPersistenceScope(String param1)
          Deprecated.  
 void setPersistenceStoreHealthCheckEnabled(String param1)
          Deprecated.  
 void setPersistenceType(String param1)
          Deprecated.  
 void setSsoFailoverEnabled(String param1)
          Deprecated.  
 
Methods inherited from interface org.glassfish.admin.amx.intf.config.PropertiesAccess
getProperty
 
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, getName, getParent
 
Methods inherited from interface org.glassfish.admin.amx.config.AttributeResolver
resolveAttribute, resolveAttributes, resolveAttributeValue, resolveBoolean, resolveLong
 

Method Detail

getAvailabilityEnabled

String getAvailabilityEnabled()
Deprecated. 

setAvailabilityEnabled

void setAvailabilityEnabled(String param1)
Deprecated. 

getHttpSessionStorePoolName

String getHttpSessionStorePoolName()
Deprecated. 

setHttpSessionStorePoolName

void setHttpSessionStorePoolName(String param1)
Deprecated. 

getPersistenceFrequency

String getPersistenceFrequency()
Deprecated. 

setPersistenceFrequency

void setPersistenceFrequency(String param1)
Deprecated. 

getPersistenceScope

String getPersistenceScope()
Deprecated. 

setPersistenceScope

void setPersistenceScope(String param1)
Deprecated. 

getPersistenceStoreHealthCheckEnabled

String getPersistenceStoreHealthCheckEnabled()
Deprecated. 

setPersistenceStoreHealthCheckEnabled

void setPersistenceStoreHealthCheckEnabled(String param1)
Deprecated. 

getPersistenceType

String getPersistenceType()
Deprecated. 

setPersistenceType

void setPersistenceType(String param1)
Deprecated. 

getSsoFailoverEnabled

String getSsoFailoverEnabled()
Deprecated. 

setSsoFailoverEnabled

void setSsoFailoverEnabled(String param1)
Deprecated. 


Copyright © 2012 GlassFish Community. All Rights Reserved.