|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.rhq.core.domain.resource.composite.ResourceFacets
public class ResourceFacets
The set of facets a Resource supports - used to determine which quicknav icons and tabs to display in the UI.
Constructor Summary | |
---|---|
ResourceFacets(boolean measurement,
boolean configuration,
boolean operation,
boolean content,
boolean callTime)
|
Method Summary | |
---|---|
boolean |
isCallTime()
Does this resource expose any call-time metrics? |
boolean |
isConfiguration()
Does this resource expose its configuration? |
boolean |
isContent()
Does this resource expose any content? |
boolean |
isMeasurement()
Does this resource expose any metrics? |
boolean |
isOperation()
Does this resource expose any operations? |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResourceFacets(boolean measurement, boolean configuration, boolean operation, boolean content, boolean callTime)
Method Detail |
---|
public boolean isMeasurement()
public boolean isConfiguration()
public boolean isOperation()
public boolean isContent()
public boolean isCallTime()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |