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

Field Summary
 
Fields inherited from interface com.collation.platform.model.topology.core.ManagedElement
IBM_COPYRIGHT
 
Method Summary
 java.lang.String getName()
           
 JBossCluster getParent()
           
 java.lang.String getPartitionName()
           
 boolean getRecursiveSearch()
           
 boolean getScanEnabled()
           
 java.lang.String getStateString()
           
 java.lang.String getUDPMulticastAddress()
           
 java.lang.String getURLList()
           
 boolean hasName()
           
 boolean hasParent()
           
 boolean hasPartitionName()
           
 boolean hasRecursiveSearch()
           
 boolean hasScanEnabled()
           
 boolean hasStateString()
           
 boolean hasUDPMulticastAddress()
           
 boolean hasURLList()
           
 void setName(java.lang.String name)
           
 void setParent(JBossCluster jbCluster)
           
 void setPartitionName(java.lang.String name)
           
 void setRecursiveSearch(boolean search)
           
 void setScanEnabled(boolean scan)
           
 void setStateString(java.lang.String state)
           
 void setUDPMulticastAddress(java.lang.String address)
           
 void setURLList(java.lang.String url)
           
 
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()

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()