|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use WBEMException | |
|---|---|
| javax.wbem | Provides classes and interfaces that are common across all WBEM APIs. |
| javax.wbem.client | Provides classes and interfaces for writing WBEM Clients. |
| javax.wbem.provider | Provides classes and interfaces for writing WBEM Providers. |
| Uses of WBEMException in javax.wbem |
|---|
| Methods in javax.wbem that return WBEMException | |
|---|---|
WBEMException |
CloseableIterator.getWBEMException()
If next() or hasNext() throws a RuntimeException, this method must be called to get the WBEMException. |
| Uses of WBEMException in javax.wbem.client |
|---|
| Methods in javax.wbem.client that throw WBEMException | |
|---|---|
CloseableIterator |
WBEMClient.associatorNames(CIMObjectPath objectName,
String assocClass,
String resultClass,
String role,
String resultRole)
Enumerates the CIMObjectPaths of CIM Objects that are associated to a particular source CIM Object. |
CloseableIterator |
WBEMClient.associators(CIMObjectPath objectName,
String assocClass,
String resultClass,
String role,
String resultRole,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Enumerates CIM Objects that are associated to a specified source CIM Object. |
void |
WBEMClient.createClass(CIMClass cc)
Create a CIM class The namespace from the CIMClass.getObjectPath() will be used. |
CIMObjectPath |
WBEMClient.createInstance(CIMInstance ci)
Create a CIM Instance. |
void |
WBEMClient.deleteClass(CIMObjectPath path)
Deletes the CIM class for the object specified by the CIM object path. |
void |
WBEMClient.deleteInstance(CIMObjectPath path)
Delete the CIM instance specified by the CIM object path. |
void |
WBEMClient.deleteQualifierType(CIMObjectPath path)
Delete a CIM Qualfier Type |
CloseableIterator |
WBEMClient.enumerateClasses(CIMObjectPath path,
boolean deep,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin)
Enumerate CIM Classes. |
CloseableIterator |
WBEMClient.enumerateClassNames(CIMObjectPath path,
boolean deep)
Enumerate the names of CIM Classes. |
CloseableIterator |
WBEMClient.enumerateInstanceNames(CIMObjectPath path)
Enumerate the names of the instances for a specified class. |
CloseableIterator |
WBEMClient.enumerateInstances(CIMObjectPath path,
boolean deep,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Enumerate the instances of a class. |
CloseableIterator |
WBEMClient.enumerateQualifierTypes(CIMObjectPath path)
Enumerates the CIM Qualfiier Types for a specific namespace |
CloseableIterator |
WBEMClient.execQuery(CIMObjectPath path,
String query,
String queryLanguage)
ExecQuery will execute a query to retrieve objects. |
CIMClass |
WBEMClient.getClass(CIMObjectPath name,
boolean localOnly,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Returns the CIMClass for the specified CIMObjectPath. |
static WBEMClient |
WBEMClientFactory.getClient(String protocol)
Get a WBEMClient for a protocol. |
CIMInstance |
WBEMClient.getInstance(CIMObjectPath name,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Get a CIMInstance. |
CIMQualifierType |
WBEMClient.getQualifierType(CIMObjectPath name)
Get a CIMQualifierType. |
void |
WBEMClient.initialize(CIMObjectPath name,
Subject subject,
Locale[] locales)
Initialize the client connection. |
Object |
WBEMClient.invokeMethod(CIMObjectPath name,
String methodName,
CIMArgument[] inArgs,
CIMArgument[] outArgs)
Executes the specified method on the specified object. |
void |
WBEMClient.modifyClass(CIMClass cc)
Modify the CIMClass. |
void |
WBEMClient.modifyInstance(CIMInstance ci,
String[] propertyList)
Modify some or all of the properties of the specified CIMInstance. |
CloseableIterator |
WBEMClient.referenceNames(CIMObjectPath objectName,
String resultClass,
String role)
Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object. |
CloseableIterator |
WBEMClient.references(CIMObjectPath objectName,
String resultClass,
String role,
boolean includeQualifiers,
boolean includeClassOrigin,
String[] propertyList)
Enumerates the Association Objects that refer to a specified source CIM Object. |
void |
WBEMClient.setQualifierType(CIMQualifierType pQualifierType)
Add a CIMQualifierType to the specified namespace if it does not already exist. |
| Uses of WBEMException in javax.wbem.provider |
|---|
| Methods in javax.wbem.provider that throw WBEMException | |
|---|---|
void |
IndicationProvider.activateFilter(CIMInstance filter,
CIMInstance destination,
CIMInstance subscription,
String[] subFilters,
CIMObjectPath[] classPath,
String[] eventType)
Invoked to ask the Provider to check for events. |
CloseableIterator |
AssociatorProvider.associatorNames(CIMObjectPath assocName,
CIMObjectPath objectName,
String resultClass,
String role,
String resultRole)
This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance. |
CloseableIterator |
AssociatorProvider.associators(CIMObjectPath assocName,
CIMObjectPath objectName,
String resultClass,
String role,
String resultRole,
boolean includeClassOrigin,
String[] propertyList)
This method is used to enumerate CIM Instances that are associated to a particular source CIM Instance. |
void |
IndicationProvider.authorizeFilter(CIMInstance filter,
CIMInstance listener,
CIMInstance subscription,
String[] subFilters,
CIMObjectPath[] classPath,
String[] eventType)
Invoked to test if the given subscription is allowed. |
void |
Provider.close()
Called by the Provider Object Manager Adapter when the provider is unloaded. |
CIMObjectPath |
InstanceProvider.createInstance(CIMInstance ci)
Create the specified instance. |
void |
IndicationProvider.deActivateFilter(CIMInstance filter,
CIMInstance destination,
CIMInstance subscription,
String[] subFilters,
CIMObjectPath[] classPath,
String[] eventType)
Invoked to deactivate an event filter. |
void |
InstanceProvider.deleteInstance(CIMObjectPath op)
Delete the instance specified. |
CloseableIterator |
InstanceProvider.enumerateInstanceNames(CIMObjectPath op)
Enumerate the names of the instances for a specified class. |
CloseableIterator |
InstanceProvider.enumerateInstances(CIMObjectPath op,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Enumerate the instances of a class. |
CloseableIterator |
InstanceProvider.execQuery(CIMObjectPath op,
String query,
String ql)
This method enumerates all instances of the class specified by the CIMObjectpath argument that satisfy the conditions defined by the query expression (query) in query language type (ql). |
CIMInstance |
InstanceProvider.getInstance(CIMObjectPath op,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Get the instance specififed by the opbject path op. |
void |
Provider.initialize(ProviderHandle handle)
Called by the Provider Object Manager Adapter when the provider is loaded. |
Object |
MethodProvider.invokeMethod(CIMObjectPath op,
String methodName,
CIMArgument[] inArgs,
CIMArgument[] outArgs)
This method is invoked in order to perform the Extrinsic Method Invocation operation as defined by the CIM operations over HTTP spec at |
void |
InstanceProvider.modifyInstance(CIMInstance ci,
String[] propertyList)
Modify the instance specified. |
CloseableIterator |
AssociatorProvider.referenceNames(CIMObjectPath assocName,
CIMObjectPath objectName,
String role)
This method is used to enumerate the association objects that refer to a particular target CIM Instance. |
CloseableIterator |
AssociatorProvider.references(CIMObjectPath assocName,
CIMObjectPath objectName,
String role,
boolean includeClassOrigin,
String[] propertyList)
This method is used to enumerate the association objects that refer to a particular target CIM Instance. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||