|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PhysicalCriteria
A physical criteria specifies a dynamic selection criteria for
matching hosts that are either physical or virtual (or both). This
class is used in conjunction with the HostSearchCriteria
class to create a dynamic, user-specified host search.
Method Summary | |
---|---|
boolean |
getIncludePhysical()
Returns true if physical hosts should be matched. |
boolean |
getIncludeVirtual()
Returns true if virtual hosts should be matched. |
boolean |
isEmptyCriteria()
Returns false if at least one option is enabled, true otherwise. |
void |
setIncludePhysical(boolean includePhysical)
Set to true if physical hosts should be matched. |
void |
setIncludeVirtual(boolean includeVirtual)
Set to true if virtual hosts should be matched. |
Method Detail |
---|
boolean getIncludePhysical()
void setIncludePhysical(boolean includePhysical)
includePhysical
- true if physical hosts should be matched.boolean getIncludeVirtual()
void setIncludeVirtual(boolean includeVirtual)
includeVirtual
- true if virtual hosts should be matched.boolean isEmptyCriteria()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |