|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VCSServiceGroup
A VCSServiceGroup is a virtual container provided by Veritas Cluster Server that contains all the hardware and software resources that are required to run the managed application. Service groups allow VCS to control all the hardware and software resources of the managed application as a single unit.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
int |
getActiveCount()
Number of resources in a service group that are active (online or waiting to go online). |
boolean |
getAuthority()
Indicates whether or not the local cluster is allowed to bring the service group online. |
boolean |
getAutoDisabled()
Indicates that VCS does not know the status of a service group (or specified system for parallel service groups). |
boolean |
getAutoFailOver()
Indicates whether VCS initiates an automatic failover if the service group faults. |
boolean |
getAutoRestart()
Restarts a service group after a faulted persistent resource becomes online. |
boolean |
getAutoStart()
Designates whether a service group is automatically started when VCS is started. |
int |
getAutoStartPolicy()
Sets the policy VCS uses to determine on which system to bring a service group online if multiple systems are available. |
VCSCluster |
getCluster()
|
VCSLocalServiceGroup[] |
getLocalGroups()
|
boolean |
hasActiveCount()
|
boolean |
hasAuthority()
|
boolean |
hasAutoDisabled()
|
boolean |
hasAutoFailOver()
|
boolean |
hasAutoRestart()
|
boolean |
hasAutoStart()
|
boolean |
hasAutoStartPolicy()
|
boolean |
hasCluster()
|
boolean |
hasLocalGroups()
|
void |
setActiveCount(int x)
|
void |
setAuthority(boolean x)
|
void |
setAutoDisabled(boolean x)
|
void |
setAutoFailOver(boolean x)
|
void |
setAutoRestart(boolean x)
|
void |
setAutoStart(boolean x)
|
void |
setAutoStartPolicy(int x)
|
void |
setCluster(VCSCluster x)
|
void |
setLocalGroups(VCSLocalServiceGroup[] x)
|
Methods inherited from interface com.collation.platform.model.topology.sys.ServiceGroup |
---|
getChildGroups, getParentGroup, hasChildGroups, hasParentGroup, setChildGroups, setParentGroup |
Methods inherited from interface com.collation.platform.model.topology.sys.ITSystem |
---|
getComponents, getContact, getContainingSystem, getName, getURL, hasComponents, hasContact, hasContainingSystem, hasName, hasURL, setComponents, setContact, setContainingSystem, setName, setURL |
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 |
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
int getActiveCount() throws AttributeNotSetException
AttributeNotSetException
void setActiveCount(int x)
boolean hasActiveCount()
boolean getAutoFailOver() throws AttributeNotSetException
AttributeNotSetException
void setAutoFailOver(boolean x)
boolean hasAutoFailOver()
boolean getAuthority() throws AttributeNotSetException
AttributeNotSetException
void setAuthority(boolean x)
boolean hasAuthority()
boolean getAutoDisabled() throws AttributeNotSetException
AttributeNotSetException
void setAutoDisabled(boolean x)
boolean hasAutoDisabled()
int getAutoStartPolicy() throws AttributeNotSetException
AttributeNotSetException
void setAutoStartPolicy(int x)
boolean hasAutoStartPolicy()
boolean getAutoStart() throws AttributeNotSetException
AttributeNotSetException
void setAutoStart(boolean x)
boolean hasAutoStart()
boolean getAutoRestart() throws AttributeNotSetException
AttributeNotSetException
void setAutoRestart(boolean x)
boolean hasAutoRestart()
VCSCluster getCluster() throws AttributeNotSetException
AttributeNotSetException
void setCluster(VCSCluster x)
boolean hasCluster()
VCSLocalServiceGroup[] getLocalGroups() throws AttributeNotSetException
AttributeNotSetException
void setLocalGroups(VCSLocalServiceGroup[] x)
boolean hasLocalGroups()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |