com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossJDBC2PM
- All Superinterfaces:
- JBossPersistenceManager, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface JBossJDBC2PM
- extends JBossPersistenceManager
Represents a JBoss JDBC2PM
- Persistable:
- true
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 |
getConnectionRetryAttempts
int getConnectionRetryAttempts()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setConnectionRetryAttempts
void setConnectionRetryAttempts(int attempts)
hasConnectionRetryAttempts
boolean hasConnectionRetryAttempts()
getSqlProperties
java.lang.String getSqlProperties()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSqlProperties
void setSqlProperties(java.lang.String properties)
hasSqlProperties
boolean hasSqlProperties()