|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CIMInstance | |
|---|---|
| javax.cim | Provides classes and interfaces for handling the CIM (Common Information Model) Object Model and CIM Data Types as defined in the CIM Infrastructure Specification. |
| 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.listener | Provides classes and interfaces for writing WBEM Listeners. |
| javax.wbem.provider | Provides classes and interfaces for writing WBEM Providers. |
| Uses of CIMInstance in javax.cim |
|---|
| Methods in javax.cim that return CIMInstance | |
|---|---|
CIMInstance |
CIMInstance.deriveInstance(CIMObjectPath pPath)
Returns a CIMInstance with the updated CIMObjectPath. |
CIMInstance |
CIMInstance.deriveInstance(CIMProperty[] pArray)
Returns a CIMInstance with the updated values for the properties in pArray. |
CIMInstance |
CIMInstance.filterProperties(boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
This method returns a new CIMInstance with properties filtered according to the input parameters. |
CIMInstance |
CIMClass.newInstance()
Returns a new CIM instance initialized with the default CIM properties, values and name of this CIM class. |
| Uses of CIMInstance in javax.wbem |
|---|
| Methods in javax.wbem that return CIMInstance | |
|---|---|
CIMInstance[] |
WBEMException.getCIMErrors()
Get the CIM Error Instances. |
| Constructors in javax.wbem with parameters of type CIMInstance | |
|---|---|
WBEMException(int pID,
String pMessage,
CIMInstance[] pErrors)
Constructs a new exception using the specified ID, detailed message and CIM_Error instances. |
|
WBEMException(int pID,
String pMessage,
CIMInstance[] pErrors,
Throwable pCause)
Constructs a new exception using the specified ID, detailed message, CIM_Error instances and cause. |
|
| Uses of CIMInstance in javax.wbem.client |
|---|
| Methods in javax.wbem.client that return CIMInstance | |
|---|---|
CIMInstance |
WBEMClient.getInstance(CIMObjectPath name,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Get a CIMInstance. |
| Methods in javax.wbem.client with parameters of type CIMInstance | |
|---|---|
CIMObjectPath |
WBEMClient.createInstance(CIMInstance ci)
Create a CIM Instance. |
void |
WBEMClient.modifyInstance(CIMInstance ci,
String[] propertyList)
Modify some or all of the properties of the specified CIMInstance. |
| Uses of CIMInstance in javax.wbem.listener |
|---|
| Methods in javax.wbem.listener with parameters of type CIMInstance | |
|---|---|
void |
IndicationListener.indicationOccured(String pIndicationURL,
CIMInstance pIndication)
Called when an indication has been received by the listener |
| Uses of CIMInstance in javax.wbem.provider |
|---|
| Methods in javax.wbem.provider that return CIMInstance | |
|---|---|
CIMInstance |
InstanceProvider.getInstance(CIMObjectPath op,
boolean localOnly,
boolean includeClassOrigin,
String[] propertyList)
Get the instance specififed by the opbject path op. |
| Methods in javax.wbem.provider with parameters of type CIMInstance | |
|---|---|
void |
IndicationProvider.activateFilter(CIMInstance filter,
CIMInstance destination,
CIMInstance subscription,
String[] subFilters,
CIMObjectPath[] classPath,
String[] eventType)
Invoked to ask the Provider to check for events. |
void |
IndicationProvider.authorizeFilter(CIMInstance filter,
CIMInstance listener,
CIMInstance subscription,
String[] subFilters,
CIMObjectPath[] classPath,
String[] eventType)
Invoked to test if the given subscription is allowed. |
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 |
ProviderHandle.deliverEvent(CIMInstance indication)
Method used by indication providers to deliver indications to the CIM object manager. |
void |
ProviderHandle.deliverEvent(CIMInstance indication,
CIMObjectPath[] matchedFilterOps)
Method used by indication providers to deliver indications to the CIM object manager. |
void |
InstanceProvider.modifyInstance(CIMInstance ci,
String[] propertyList)
Modify the instance specified. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||