Uses of Class
javax.cim.CIMInstance

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 that return types with arguments of type CIMInstance
 CloseableIterator<CIMInstance> WBEMClient.associatorInstances(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList)
          Enumerates CIM Instances associated to a specified source CIM Instance .
 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
 CloseableIterator<CIMInstance> WBEMClient.enumerateInstances(CIMObjectPath path, boolean deep, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Enumerate the instances of a class.
 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
 CloseableIterator<CIMInstance> WBEMClient.execQuery(CIMObjectPath path, String query, String queryLanguage)
          ExecQuery will execute a query to retrieve objects.
 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<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.
 CloseableIterator<CIMInstance> WBEMClient.referenceInstances(CIMObjectPath objectName, String resultClass, String role, boolean includeClassOrigin, String[] propertyList)
          Enumerates the Association instances that refer to a specified source CIM Instance.
 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
 

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 PullInstanceProvider.getInstance(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Get the instance specified by the object path.
 CIMInstance InstanceProvider.getInstance(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Get the instance specified by the object path.
 

Methods in javax.wbem.provider that return types with arguments of type CIMInstance
 CloseableIterator<CIMInstance> 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.
 CloseableIterator<CIMInstance> PullAssociatorProvider.associators(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMInstance> InstanceProvider.enumerateInstances(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Enumerate the instances of a class.
 CloseableIterator<CIMInstance> PullInstanceProvider.enumerateInstances(CIMObjectPath op, boolean localOnly, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          Enumerate the instances of a class.
 CloseableIterator<CIMInstance> PullInstanceProvider.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).
 CloseableIterator<CIMInstance> 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).
 CloseableIterator<CIMInstance> 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.
 CloseableIterator<CIMInstance> PullAssociatorProvider.references(CIMObjectPath assocName, CIMObjectPath objectName, String role, boolean includeClassOrigin, String[] propertyList, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 

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)
          This method will be called to inform the provider to start to listen and deliver events.
 void IndicationProvider.authorizeFilter(CIMInstance filter, CIMInstance listener, CIMInstance subscription, String[] subFilters, CIMObjectPath[] classPath, String[] eventType)
          This method will be called to test if the filter is supported.
 CIMObjectPath PullInstanceProvider.createInstance(CIMInstance ci)
          Create the specified instance.
 CIMObjectPath InstanceProvider.createInstance(CIMInstance ci)
          Create the specified instance.
 void IndicationProvider.deActivateFilter(CIMInstance filter, CIMInstance destination, CIMInstance subscription, String[] subFilters, CIMObjectPath[] classPath, String[] eventType)
          This method will be called to inform the provider to stop listening and delivering indications.
 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 ProviderHandle.deliverIndication(CIMInstance indication, CIMObjectPath[] listeners)
          Method used by indication providers to deliver indications to the CIM object manager.
 void PullInstanceProvider.modifyInstance(CIMInstance ci, String[] propertyList)
          Modify the instance specified.
 void InstanceProvider.modifyInstance(CIMInstance ci, String[] propertyList)
          Modify the instance specified.
 



Copyright © 2002-2008 WBEM Solutions, Inc. All Rights Reserved.