|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.management.oss.impl.AttributeAccessImpl
com.sun.management.oss.impl.QueryValueImpl
com.sun.management.oss.impl.pm.opstatus.PmQueryValueImpl
com.sun.management.oss.impl.pm.opstatus.QueryOperationalStatusMonitorValueImpl
Title: JSR090 Reference Implementation Description: Copyright: Copyright 2001 Ericsson Radio Systems AB Company: Ericsson
Field Summary |
Fields inherited from interface com.sun.management.oss.pm.opstatus.QueryOperationalStatusMonitorValue |
GRANULARITY_PERIOD, NAME, QUERY_TYPE, STATE, VALUE_TYPE |
Constructor Summary | |
QueryOperationalStatusMonitorValueImpl()
|
Method Summary | |
int |
getGranularityPeriod()
Gets the query value of the measurement job granularity period. |
java.lang.String |
getName()
Returns the query value of the measurement job name. |
int |
getState()
Gets the query value of the measurement job state. |
java.lang.String |
getValueType()
Gets the query value of the measurement job value type. |
void |
setGranularityPeriod(int granularityPeriod)
Sets the query value of the measurement job granularity period. |
void |
setName(java.lang.String measurementName)
Sets the query value of the measurement job name. |
void |
setState(int state)
Sets the query value of the measurement job state. |
void |
setValueType(java.lang.String performanceMonitorValueType)
Sets the query value of the measurement job value type. |
Methods inherited from class com.sun.management.oss.impl.pm.opstatus.PmQueryValueImpl |
getSupportedSerializerTypes, makeSerializer |
Methods inherited from class com.sun.management.oss.impl.AttributeAccessImpl |
clone, getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.management.oss.QueryValue |
clone |
Methods inherited from interface com.sun.management.oss.AttributeAccess |
getAllPopulatedAttributes, getAttributeNames, getAttributeValue, getAttributeValues, getPopulatedAttributeNames, getSupportedOptionalAttributeNames, isFullyPopulated, isPopulated, setAttributeValue, setAttributeValues, unpopulateAllAttributes, unpopulateAttribute |
Methods inherited from interface com.sun.management.oss.SerializerFactory |
getSupportedSerializerTypes, makeSerializer |
Constructor Detail |
public QueryOperationalStatusMonitorValueImpl()
Method Detail |
public int getGranularityPeriod() throws java.lang.IllegalStateException
QueryOperationalStatusMonitorValue
getGranularityPeriod
in interface QueryOperationalStatusMonitorValue
java.lang.IllegalStateException
- Is raised if the attribute is not populated.QueryOperationalStatusMonitorValue.setGranularityPeriod(int)
public java.lang.String getName() throws java.lang.IllegalStateException
QueryOperationalStatusMonitorValue
getName
in interface QueryOperationalStatusMonitorValue
java.lang.IllegalStateException
- Is raised if the attribute is not populated.QueryOperationalStatusMonitorValue.setName(java.lang.String)
public java.lang.String getValueType() throws java.lang.IllegalStateException
QueryOperationalStatusMonitorValue
getValueType
in interface QueryOperationalStatusMonitorValue
java.lang.IllegalStateException
- Is raised if the attribute is not populated.QueryOperationalStatusMonitorValue.setValueType(java.lang.String)
public int getState() throws java.lang.IllegalStateException
QueryOperationalStatusMonitorValue
getState
in interface QueryOperationalStatusMonitorValue
java.lang.IllegalStateException
- Is raised if the attribute is not populated.OperationalStatusMonitorState
,
QueryOperationalStatusMonitorValue.setState(int)
public void setGranularityPeriod(int granularityPeriod) throws java.lang.IllegalArgumentException
QueryOperationalStatusMonitorValue
The granularity period is specified in seconds.
setGranularityPeriod
in interface QueryOperationalStatusMonitorValue
granularityPeriod
- The query value of the measurement job granularity period.
java.lang.IllegalArgumentException
- Is raised if the input parameters are not valid.QueryOperationalStatusMonitorValue.getGranularityPeriod()
public void setName(java.lang.String measurementName) throws java.lang.IllegalArgumentException
QueryOperationalStatusMonitorValue
The measurement job name can include a wild card ("*") in the end of the name.
setName
in interface QueryOperationalStatusMonitorValue
measurementName
- The query value of the measurement job name.
java.lang.IllegalArgumentException
- Is raised if the input parameters are not valid.QueryOperationalStatusMonitorValue.getName()
public void setValueType(java.lang.String performanceMonitorValueType) throws java.lang.IllegalArgumentException
QueryOperationalStatusMonitorValue
The measurement job value type can be a base type of the requested measurement jobs.
setValueType
in interface QueryOperationalStatusMonitorValue
performanceMonitorValueType
- The query value of the measurement job value type.
java.lang.IllegalArgumentException
- Is raised if the input parameters are not valid.QueryOperationalStatusMonitorValue.getValueType()
public void setState(int state) throws java.lang.IllegalArgumentException
QueryOperationalStatusMonitorValue
setState
in interface QueryOperationalStatusMonitorValue
state
- The query value of the measurement job state.
java.lang.IllegalArgumentException
- Is raised if the input parameters are not valid.OperationalStatusMonitorState
,
QueryOperationalStatusMonitorValue.getState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |