com.collation.platform.model.topology.app.j2ee.jboss
Interface JBossMailService
- All Superinterfaces:
- ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource
public interface JBossMailService
- extends J2EEResource
JBossMailService -
- 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()
getDefaultSender
java.lang.String getDefaultSender()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setDefaultSender
void setDefaultSender(java.lang.String sender)
hasDefaultSender
boolean hasDefaultSender()
getTransportProtocol
java.lang.String getTransportProtocol()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTransportProtocol
void setTransportProtocol(java.lang.String protocol)
hasTransportProtocol
boolean hasTransportProtocol()
getPOP3ServerHost
java.lang.String getPOP3ServerHost()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setPOP3ServerHost
void setPOP3ServerHost(java.lang.String host)
hasPOP3ServerHost
boolean hasPOP3ServerHost()
getUser
java.lang.String getUser()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setUser
void setUser(java.lang.String user)
hasUser
boolean hasUser()
getStoreProtocol
java.lang.String getStoreProtocol()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStoreProtocol
void setStoreProtocol(java.lang.String protocol)
hasStoreProtocol
boolean hasStoreProtocol()
getJNDIName
java.lang.String getJNDIName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setJNDIName
void setJNDIName(java.lang.String jndi)
hasJNDIName
boolean hasJNDIName()
getSMTPServerHost
java.lang.String getSMTPServerHost()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setSMTPServerHost
void setSMTPServerHost(java.lang.String host)
hasSMTPServerHost
boolean hasSMTPServerHost()