com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossJNDIService
- All Superinterfaces:
- ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface JBossJNDIService
- extends J2EEResource
JBossJNDIService
- 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, 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 |
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
getStateString
java.lang.String getStateString()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStateString
void setStateString(java.lang.String state)
hasStateString
boolean hasStateString()
getRMIPort
int getRMIPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRMIPort
void setRMIPort(int port)
hasRMIPort
boolean hasRMIPort()
getBacklog
int getBacklog()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBacklog
void setBacklog(int backlog)
hasBacklog
boolean hasBacklog()
getBindAddress
java.lang.String getBindAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setBindAddress
void setBindAddress(java.lang.String bindaddress)
hasBindAddress
boolean hasBindAddress()
getPort
int getPort()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPort
void setPort(int port)
hasPort
boolean hasPort()
getRMIBindAddress
java.lang.String getRMIBindAddress()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRMIBindAddress
void setRMIBindAddress(java.lang.String rmiaddress)
hasRMIBindAddress
boolean hasRMIBindAddress()
getInstallGlobalService
boolean getInstallGlobalService()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setInstallGlobalService
void setInstallGlobalService(boolean bool)
hasInstallGlobalService
boolean hasInstallGlobalService()