|
||||||||||
| 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
AttributeNotSetExceptionvoid setManagedelement(ModelObject x)
boolean hasManagedelement()
java.lang.String getRawSettings()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setRawSettings(java.lang.String x)
boolean hasRawSettings()
java.lang.String getSupportedActions()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setSupportedActions(java.lang.String x)
boolean hasSupportedActions()
VCSLocalServiceGroup getServiceGroup()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setServiceGroup(VCSLocalServiceGroup x)
boolean hasServiceGroup()
java.lang.String getName()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setName(java.lang.String x)
boolean hasName()
java.lang.String getArgList()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setArgList(java.lang.String x)
boolean hasArgList()
int getNumThreads()
throws AttributeNotSetException
AttributeNotSetExceptionvoid setNumThreads(int x)
boolean hasNumThreads()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||