com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJTA
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebLogicJTA
- extends LogicalElement
Represents a WebLogic Java Transaction API resource.
- Naming Rules:
- 0="parent"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WLSJTA
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 |
getParent
WebLogicDomain getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(WebLogicDomain parent)
hasParent
boolean hasParent()
getAbandonTimeout
int getAbandonTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAbandonTimeout
void setAbandonTimeout(int i)
hasAbandonTimeout
boolean hasAbandonTimeout()
getBeforeCompletionIterationLimit
int getBeforeCompletionIterationLimit()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBeforeCompletionIterationLimit
void setBeforeCompletionIterationLimit(int i)
hasBeforeCompletionIterationLimit
boolean hasBeforeCompletionIterationLimit()
getForgeHeuristics
boolean getForgeHeuristics()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setForgeHeuristics
void setForgeHeuristics(boolean b)
hasForgeHeuristics
boolean hasForgeHeuristics()
getMaxSimultaneousTx
int getMaxSimultaneousTx()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxSimultaneousTx
void setMaxSimultaneousTx(int i)
hasMaxSimultaneousTx
boolean hasMaxSimultaneousTx()
getMaxUniqueNameStats
int getMaxUniqueNameStats()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMaxUniqueNameStats
void setMaxUniqueNameStats(int i)
hasMaxUniqueNameStats
boolean hasMaxUniqueNameStats()
getTxTimeout
int getTxTimeout()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTxTimeout
void setTxTimeout(int i)
hasTxTimeout
boolean hasTxTimeout()