|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface VCSResourceConfiguration
Resource configuration contains all information necessary for the VCS service group to control hardware or software entities that make up the application. Resources include disk groups and file systems, network interface cards (NIC), IP addresses, and applications.
Field Summary | |
---|---|
static java.lang.String |
IBM_COPYRIGHT
|
Method Summary | |
---|---|
java.lang.String |
getArgList()
An ordered list of attributes whose values are passed to the open, close, online, offline, monitor, clean, info, and action entry points. |
ModelObject |
getManagedelement()
|
java.lang.String |
getName()
Indicates resource name. |
int |
getNumThreads()
Number of threads used within the agent process for managing resources. |
java.lang.String |
getRawSettings()
Raw representation of part of the main.cf file which is responsible for resource configuration. |
VCSLocalServiceGroup |
getServiceGroup()
|
java.lang.String |
getSupportedActions()
User defined valid action tokens for the resource type. |
boolean |
hasArgList()
|
boolean |
hasManagedelement()
|
boolean |
hasName()
|
boolean |
hasNumThreads()
|
boolean |
hasRawSettings()
|
boolean |
hasServiceGroup()
|
boolean |
hasSupportedActions()
|
void |
setArgList(java.lang.String x)
|
void |
setManagedelement(ModelObject x)
|
void |
setName(java.lang.String x)
|
void |
setNumThreads(int x)
|
void |
setRawSettings(java.lang.String x)
|
void |
setServiceGroup(VCSLocalServiceGroup x)
|
void |
setSupportedActions(java.lang.String x)
|
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 |
Field Detail |
---|
static final java.lang.String IBM_COPYRIGHT
Method Detail |
---|
ModelObject getManagedelement() throws AttributeNotSetException
AttributeNotSetException
void setManagedelement(ModelObject x)
boolean hasManagedelement()
java.lang.String getRawSettings() throws AttributeNotSetException
AttributeNotSetException
void setRawSettings(java.lang.String x)
boolean hasRawSettings()
java.lang.String getSupportedActions() throws AttributeNotSetException
AttributeNotSetException
void setSupportedActions(java.lang.String x)
boolean hasSupportedActions()
VCSLocalServiceGroup getServiceGroup() throws AttributeNotSetException
AttributeNotSetException
void setServiceGroup(VCSLocalServiceGroup x)
boolean hasServiceGroup()
java.lang.String getName() throws AttributeNotSetException
AttributeNotSetException
void setName(java.lang.String x)
boolean hasName()
java.lang.String getArgList() throws AttributeNotSetException
AttributeNotSetException
void setArgList(java.lang.String x)
boolean hasArgList()
int getNumThreads() throws AttributeNotSetException
AttributeNotSetException
void setNumThreads(int x)
boolean hasNumThreads()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |