com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossManagedConnectionPool
- All Superinterfaces:
- ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface JBossManagedConnectionPool
- extends J2EEResource
JBossManagedConnectionPool
- Naming Rules:
- 0="domain,name"
1="server,name"
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
Methods inherited from interface com.collation.platform.model.topology.process.itil.ConfigurationItem |
getAssetID, getAssetTag, getCICategory, getConfigLastUpdate, getLastAuditState, getLastAuditTime, getLastLifecycleStateTime, getLifecycleState, getPrimaryOwner, hasAssetID, hasAssetTag, hasCICategory, hasConfigLastUpdate, hasLastAuditState, hasLastAuditTime, hasLastLifecycleStateTime, hasLifecycleState, hasPrimaryOwner, setAssetID, setAssetTag, setCICategory, setConfigLastUpdate, setLastAuditState, setLastAuditTime, setLastLifecycleStateTime, setLifecycleState, setPrimaryOwner |
IBM_COPYRIGHT
static final java.lang.String IBM_COPYRIGHT
- See Also:
- Constant Field Values
getResourceName
java.lang.String getResourceName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setResourceName
void setResourceName(java.lang.String name)
hasResourceName
boolean hasResourceName()
getDisplayName
java.lang.String getDisplayName()
throws AttributeNotSetException
- Description copied from interface:
ModelObject
- Returns a name string suitable for display in a UI.
- Specified by:
getDisplayName
in interface ModelObject
- Returns:
- display name
- Throws:
AttributeNotSetException
setDisplayName
void setDisplayName(java.lang.String name)
hasDisplayName
boolean hasDisplayName()
- Specified by:
hasDisplayName
in interface ModelObject
getBlockingTimeout
int getBlockingTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBlockingTimeout
void setBlockingTimeout(int count)
hasBlockingTimeout
boolean hasBlockingTimeout()
getStateString
java.lang.String getStateString()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStateString
void setStateString(java.lang.String state)
hasStateString
boolean hasStateString()
getAvailableConnectionCount
long getAvailableConnectionCount()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAvailableConnectionCount
void setAvailableConnectionCount(long count)
hasAvailableConnectionCount
boolean hasAvailableConnectionCount()
getConnectionCount
int getConnectionCount()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectionCount
void setConnectionCount(int count)
hasConnectionCount
boolean hasConnectionCount()
getCriteria
java.lang.String getCriteria()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCriteria
void setCriteria(java.lang.String criteria)
hasCriteria
boolean hasCriteria()
getNoTxSeparatePools
boolean getNoTxSeparatePools()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNoTxSeparatePools
void setNoTxSeparatePools(boolean bool)
hasNoTxSeparatePools
boolean hasNoTxSeparatePools()
getMinSize
int getMinSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMinSize
void setMinSize(int min)
hasMinSize
boolean hasMinSize()
getMaxSize
int getMaxSize()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxSize
void setMaxSize(int max)
hasMaxSize
boolean hasMaxSize()
getIdleTimeoutMinutes
long getIdleTimeoutMinutes()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIdleTimeoutMinutes
void setIdleTimeoutMinutes(long timeout)
hasIdleTimeoutMinutes
boolean hasIdleTimeoutMinutes()
getManagedConnetionPoolID
java.lang.String getManagedConnetionPoolID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setManagedConnetionPoolID
void setManagedConnetionPoolID(java.lang.String poolid)
hasManagedConnetionPoolID
boolean hasManagedConnetionPoolID()