|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sblim.cimclient.internal.wbem.operations.CIMOperation
org.sblim.cimclient.internal.wbem.operations.CIMEnumInstancesOp
public class CIMEnumInstancesOp
CIMEnumInstancesOp
| Field Summary | |
|---|---|
protected boolean |
iDeep
|
protected boolean |
iIncludeClassOrigin
|
protected boolean |
iIncludeQualifiers
|
protected boolean |
iLocalOnly
|
protected java.lang.String[] |
iPropertyList
|
| Fields inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation |
|---|
iMethodCall, iNameSpace, iObjectName, iResult |
| Constructor Summary | |
|---|---|
CIMEnumInstancesOp(CIMObjectPath objectName,
boolean deep,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList)
Ctor. |
|
| Method Summary | |
|---|---|
java.lang.String[] |
getPropertyList()
Returns propertyList |
boolean |
isDeep()
Returns deep |
boolean |
isIncludeClassOrigin()
Returns includeClassOrigin |
boolean |
isIncludeQualifiers()
Returns includeQualifiers |
boolean |
isLocalOnly()
Returns localOnly |
| Methods inherited from class org.sblim.cimclient.internal.wbem.operations.CIMOperation |
|---|
getMethodCall, getNameSpace, getObjectName, getResult, isException, setNameSpace, setResult |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected boolean iDeep
protected boolean iLocalOnly
protected boolean iIncludeQualifiers
protected boolean iIncludeClassOrigin
protected java.lang.String[] iPropertyList
| Constructor Detail |
|---|
public CIMEnumInstancesOp(CIMObjectPath objectName,
boolean deep,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
java.lang.String[] propertyList)
objectName - deep - localOnly - includeQualifiers - includeClassOrigin - propertyList - | Method Detail |
|---|
public boolean isDeep()
public boolean isIncludeClassOrigin()
public boolean isIncludeQualifiers()
public boolean isLocalOnly()
public java.lang.String[] getPropertyList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||