com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereSessionTuningParams
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereSessionTuningParams
- extends LogicalElement
Represents WebSphere Session Tuning Params defined for a web container
- Naming Rules:
- 0="container"
1="application"
- Persistable:
- true
- Table Name:
- WASTNPRM
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getContainer
WebSphereWebContainer getContainer()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setContainer
void setContainer(WebSphereWebContainer container)
hasContainer
boolean hasContainer()
getApplication
WebSphereJ2EEApplication getApplication()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.ConfiguredUsing"
reverse="true"
setApplication
void setApplication(WebSphereJ2EEApplication app)
hasApplication
boolean hasApplication()
getMaxInMemSessionCount
int getMaxInMemSessionCount()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxInMemSessionCount
void setMaxInMemSessionCount(int sessCount)
hasMaxInMemSessionCount
boolean hasMaxInMemSessionCount()
getInvalidationTimeout
int getInvalidationTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInvalidationTimeout
void setInvalidationTimeout(int timeout)
hasInvalidationTimeout
boolean hasInvalidationTimeout()
getAllowOverflow
boolean getAllowOverflow()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAllowOverflow
void setAllowOverflow(boolean allowOverflow)
hasAllowOverflow
boolean hasAllowOverflow()