com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereMQJMSDestination
- All Superinterfaces:
- ConfigurationItem, J2EEResource, LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, SoftwareResource, WebSphereJ2EEResource, WebSphereJMSDestination
- All Known Subinterfaces:
- WebSphereMQJMSQueue, WebSphereMQJMSTopic
public interface WebSphereMQJMSDestination
- extends WebSphereJMSDestination
Represents a WebSphere MQ JMS Destination (Publish/Subscribe messaging).
- Persistable:
- true
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.websphere.WebSphereJMSDestination |
getCategory, getExpiry, getJNDIName, getMessagePriority, getPersistence, getProvider, getResourceProperties, getSpecifiedExpiry, getSpecifiedPriority, hasCategory, hasExpiry, hasJNDIName, hasMessagePriority, hasPersistence, hasProvider, hasResourceProperties, hasSpecifiedExpiry, hasSpecifiedPriority, setCategory, setExpiry, setJNDIName, setMessagePriority, setPersistence, setProvider, setResourceProperties, setSpecifiedExpiry, setSpecifiedPriority |
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 |
getCCSID
int getCCSID()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setCCSID
void setCCSID(int CCSID)
hasCCSID
boolean hasCCSID()
getNativeEncoding
boolean getNativeEncoding()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setNativeEncoding
void setNativeEncoding(boolean useNativeEncoding)
hasNativeEncoding
boolean hasNativeEncoding()
getIntegerEncoding
java.lang.String getIntegerEncoding()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setIntegerEncoding
void setIntegerEncoding(java.lang.String integerEncoding)
hasIntegerEncoding
boolean hasIntegerEncoding()
getDecimalEncoding
java.lang.String getDecimalEncoding()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setDecimalEncoding
void setDecimalEncoding(java.lang.String decimalEncoding)
hasDecimalEncoding
boolean hasDecimalEncoding()
getFloatingPointEncoding
java.lang.String getFloatingPointEncoding()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setFloatingPointEncoding
void setFloatingPointEncoding(java.lang.String floatingPointEncoding)
hasFloatingPointEncoding
boolean hasFloatingPointEncoding()
getTargetClient
java.lang.String getTargetClient()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setTargetClient
void setTargetClient(java.lang.String targetClient)
hasTargetClient
boolean hasTargetClient()