com.collation.platform.model.topology.app.j2ee.jboss
Interface FarmMemberService
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface FarmMemberService
- extends LogicalElement
Represents a FarmMemberService
- Naming Rules:
- 0="UDPMulticastAddress,partitionName"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- JBFARM
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 |
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()
getStateString
java.lang.String getStateString()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setStateString
void setStateString(java.lang.String state)
hasStateString
boolean hasStateString()
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()
getScanEnabled
boolean getScanEnabled()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setScanEnabled
void setScanEnabled(boolean scan)
hasScanEnabled
boolean hasScanEnabled()
getURLList
java.lang.String getURLList()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setURLList
void setURLList(java.lang.String url)
hasURLList
boolean hasURLList()
getRecursiveSearch
boolean getRecursiveSearch()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setRecursiveSearch
void setRecursiveSearch(boolean search)
hasRecursiveSearch
boolean hasRecursiveSearch()
getName
java.lang.String getName()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setName
void setName(java.lang.String name)
hasName
boolean hasName()