com.collation.platform.model.topology.app.j2ee.jboss
Interface HASessionState

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

public interface HASessionState
extends LogicalElement

Represents a HASessionState

Naming Rules:
0="UDPMulticastAddress,partitionName" 1="managedSystemName"
Persistable:
true
Table Name:
JBHASS

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 long getBeanCleaningDelay()
           
 java.lang.String getJNDIName()
           
 java.lang.String getName()
           
 JBossCluster getParent()
           
 java.lang.String getPartitionName()
           
 java.lang.String getStateString()
           
 java.lang.String getUDPMulticastAddress()
           
 boolean hasBeanCleaningDelay()
           
 boolean hasJNDIName()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasPartitionName()
           
 boolean hasStateString()
           
 boolean hasUDPMulticastAddress()
           
 void setBeanCleaningDelay(long count)
           
 void setJNDIName(java.lang.String name)
           
 void setName(java.lang.String name)
           
 void setParent(JBossCluster jbCluster)
           
 void setPartitionName(java.lang.String name)
           
 void setStateString(java.lang.String state)
           
 void setUDPMulticastAddress(java.lang.String address)
           
 
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

getPartitionName

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

setPartitionName

void setPartitionName(java.lang.String name)

hasPartitionName

boolean hasPartitionName()

getUDPMulticastAddress

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

setUDPMulticastAddress

void setUDPMulticastAddress(java.lang.String address)

hasUDPMulticastAddress

boolean hasUDPMulticastAddress()

getParent

JBossCluster getParent()
                       throws AttributeNotSetException
Throws:
AttributeNotSetException
Implicit Relationship Type:
name="com.collation.platform.model.topology.relation.Federates" reverse="true"

setParent

void setParent(JBossCluster jbCluster)

hasParent

boolean hasParent()

getJNDIName

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

setJNDIName

void setJNDIName(java.lang.String name)

hasJNDIName

boolean hasJNDIName()

getStateString

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

setStateString

void setStateString(java.lang.String state)

hasStateString

boolean hasStateString()

getBeanCleaningDelay

long getBeanCleaningDelay()
                          throws AttributeNotSetException
Throws:
AttributeNotSetException

setBeanCleaningDelay

void setBeanCleaningDelay(long count)

hasBeanCleaningDelay

boolean hasBeanCleaningDelay()

getName

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

setName

void setName(java.lang.String name)

hasName

boolean hasName()