org.glassfish.admin.amx.intf.config
Interface EjbContainer
- All Superinterfaces:
- AMX_SPI, AMXConfigProxy, AMXProxy, AttributeResolver, PropertiesAccess, Singleton
Deprecated.
@Deprecated
public interface EjbContainer
- extends Singleton, AMXConfigProxy, PropertiesAccess
| 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 |
getMaxPoolSize
String getMaxPoolSize()
- Deprecated.
setMaxPoolSize
void setMaxPoolSize(String param1)
- Deprecated.
getPoolResizeQuantity
String getPoolResizeQuantity()
- Deprecated.
setPoolResizeQuantity
void setPoolResizeQuantity(String param1)
- Deprecated.
getSteadyPoolSize
String getSteadyPoolSize()
- Deprecated.
setSteadyPoolSize
void setSteadyPoolSize(String param1)
- Deprecated.
getCacheIdleTimeoutInSeconds
String getCacheIdleTimeoutInSeconds()
- Deprecated.
setCacheIdleTimeoutInSeconds
void setCacheIdleTimeoutInSeconds(String param1)
- Deprecated.
getEjbTimerService
EjbTimerService getEjbTimerService()
- Deprecated.
getCacheResizeQuantity
String getCacheResizeQuantity()
- Deprecated.
setCacheResizeQuantity
void setCacheResizeQuantity(String param1)
- Deprecated.
getCommitOption
String getCommitOption()
- Deprecated.
setCommitOption
void setCommitOption(String param1)
- Deprecated.
getMaxCacheSize
String getMaxCacheSize()
- Deprecated.
setMaxCacheSize
void setMaxCacheSize(String param1)
- Deprecated.
getPoolIdleTimeoutInSeconds
String getPoolIdleTimeoutInSeconds()
- Deprecated.
setPoolIdleTimeoutInSeconds
void setPoolIdleTimeoutInSeconds(String param1)
- Deprecated.
getRemovalTimeoutInSeconds
String getRemovalTimeoutInSeconds()
- Deprecated.
setRemovalTimeoutInSeconds
void setRemovalTimeoutInSeconds(String param1)
- Deprecated.
getSessionStore
String getSessionStore()
- Deprecated.
setSessionStore
void setSessionStore(String param1)
- Deprecated.
getVictimSelectionPolicy
String getVictimSelectionPolicy()
- Deprecated.
setVictimSelectionPolicy
void setVictimSelectionPolicy(String param1)
- Deprecated.
setEjbTimerService
void setEjbTimerService(EjbTimerService param1)
- Deprecated.
Copyright © 2012 GlassFish Community. All Rights Reserved.