com.collation.platform.model.topology.app.j2ee.weblogic
Interface WebLogicJMSFileStore

All Superinterfaces:
LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable, WebLogicJMSStore

public interface WebLogicJMSFileStore
extends WebLogicJMSStore

Represents a WebLogic file based persistence store for JMS messages.

Persistable:
true

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getDirectory()
           
 boolean hasDirectory()
           
 void setDirectory(java.lang.String s)
           
 
Methods inherited from interface com.collation.platform.model.topology.app.j2ee.weblogic.WebLogicJMSStore
getName, getParent, hasName, hasParent, setName, setParent
 
Methods inherited from interface com.collation.platform.model.topology.core.ManagedElement
getManagedSystemName, getRoles, hasManagedSystemName, hasRoles, setManagedSystemName, setRoles
 
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
 

Method Detail

getDirectory

java.lang.String getDirectory()
                              throws AttributeNotSetException
Throws:
AttributeNotSetException

setDirectory

void setDirectory(java.lang.String s)

hasDirectory

boolean hasDirectory()