|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumerateResponse | |
---|---|
javax.wbem.client | Provides classes and interfaces for writing WBEM Clients. |
Uses of EnumerateResponse in javax.wbem.client |
---|
Methods in javax.wbem.client that return EnumerateResponse | |
---|---|
EnumerateResponse<CIMObjectPath> |
WBEMClient.associatorPaths(CIMObjectPath instancePath,
String assocClass,
String resultClass,
String role,
String resultRole,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
AssociatorPaths will start an enumeration session for traversing associations starting from the instance defined in the instancePath parameter using any specified filtering criteria and return zero or more CIMObjectPath objects. |
EnumerateResponse<CIMInstance> |
WBEMClient.associators(CIMObjectPath instancePath,
String assocClass,
String resultClass,
String role,
String resultRole,
boolean includeClassOrigin,
String[] propertyList,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
Associators will start an enumeration session for traversing associations starting from the instance defined in the instancePath parameter using any specified filtering criteria and return zero or more CIMInstance objects |
EnumerateResponse<CIMObjectPath> |
WBEMClient.enumerateInstancePaths(CIMObjectPath classPath,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
EnumerateInstancePaths will enumerate the instances of the specified class in classPath and return zero or more CIMObjectPath |
EnumerateResponse<CIMInstance> |
WBEMClient.enumerateInstances(CIMObjectPath classPath,
boolean deepInheritance,
boolean includeClassOrigin,
String[] propertyList,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
EnumerateInstances will enumerate the instances of the specified class in classPath and return zero or more CIMInstances |
EnumerateResponse<CIMInstance> |
WBEMClient.execQueryInstances(CIMObjectPath path,
String filterQuery,
String filterQueryLanguage,
boolean returnQueryResultClass,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects,
CIMClass pQueryResultClass)
ExecQuery will execute a query to retrieve instances. |
EnumerateResponse<CIMObjectPath> |
WBEMClient.getInstancePaths(CIMObjectPath path,
String context,
UnsignedInteger32 maxObjects)
GetInstancePaths will get the CIMObjectPaths using an enumeration context. |
EnumerateResponse<CIMInstance> |
WBEMClient.getInstances(CIMObjectPath path,
String context,
UnsignedInteger32 maxObjects)
getInstances will get the instances from an enumeration session started by execQueryInstances(). |
EnumerateResponse<CIMInstance> |
WBEMClient.getInstancesWithPath(CIMObjectPath path,
String context,
UnsignedInteger32 maxObjects)
GetInstancesWithPath will use the enumeration context provided to get the next set of instances for the enumeration session. |
EnumerateResponse<CIMObjectPath> |
WBEMClient.referencePaths(CIMObjectPath instancePath,
String resultClass,
String role,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
referencePaths will start an enumeration session for association instances that have references that refer to the instance defined in the instancePath parameter and return zero or more CIMObjectPath objects. |
EnumerateResponse<CIMInstance> |
WBEMClient.references(CIMObjectPath instancePath,
String resultClass,
String role,
boolean includeClassOrigin,
String[] propertyList,
String filterQueryLanguage,
String filterQuery,
UnsignedInteger32 timeout,
boolean continueOnError,
UnsignedInteger32 maxObjects)
references will start an enumeration session for association instances that have references that refer to the instance defined in the instancePath parameter and return zero or more CIMInstance objects |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |