Uses of Class
javax.cim.CIMObjectPath

Packages that use CIMObjectPath
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.client Provides classes and interfaces for writing WBEM Clients. 
javax.wbem.provider Provides classes and interfaces for writing WBEM Providers. 
 

Uses of CIMObjectPath in javax.cim
 

Methods in javax.cim that return CIMObjectPath
 CIMObjectPath CIMQualifierType.getObjectPath()
          Get the object path for this CIMQualifierType.
 CIMObjectPath CIMNamedElementInterface.getObjectPath()
          Retrieve the ObjectPath that represents the name for this element.
 CIMObjectPath CIMInstance.getObjectPath()
          Returns the CIMObjectPath that represents this instance.
 CIMObjectPath CIMClass.getObjectPath()
          This method returns the CIMObjectPath that represents this CIM class.
 

Methods in javax.cim with parameters of type CIMObjectPath
 CIMInstance CIMInstance.deriveInstance(CIMObjectPath pPath)
          Returns a CIMInstance with the updated CIMObjectPath.
 boolean CIMObjectPath.equalsModelPath(CIMObjectPath pModelPath)
          Compares this model path with the specified model path for equality
 

Constructors in javax.cim with parameters of type CIMObjectPath
CIMClass(CIMObjectPath path, String superclass, CIMQualifier<?>[] qualifiers, CIMClassProperty<?>[] props, CIMMethod<?>[] pMethods, boolean pIsAssociation, boolean pIsKeyed)
          Creates and instantiates a Java object representing a CIM Class.
CIMInstance(CIMObjectPath name, CIMProperty<?>[] props)
          Constructs a CIMInstance object using the name and properties specified.
CIMQualifierType(CIMObjectPath pPath, CIMDataType pType, E pValue, int pScope, int pFlavor)
          Constructs a new CIM qualifier type, using the name, type of the specified CIM qualifier type.
 

Uses of CIMObjectPath in javax.wbem.client
 

Methods in javax.wbem.client that return CIMObjectPath
 CIMObjectPath WBEMClient.createInstance(CIMInstance ci)
          Create a CIM Instance.
 

Methods in javax.wbem.client that return types with arguments of type CIMObjectPath
 CloseableIterator<CIMObjectPath> 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.
 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.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateClassNames(CIMObjectPath path, boolean deep)
          Enumerate the names of CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateInstanceNames(CIMObjectPath path)
          Enumerate the names of the instances for a specified class.
 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<CIMObjectPath> WBEMClient.getInstancePaths(CIMObjectPath path, String context, UnsignedInteger32 maxObjects)
          GetInstancePaths will get the CIMObjectPaths using an enumeration context.
 CloseableIterator<CIMObjectPath> WBEMClient.referenceNames(CIMObjectPath objectName, String resultClass, String role)
          Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object.
 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.
 

Methods in javax.wbem.client with parameters of type CIMObjectPath
 CloseableIterator<CIMClass> WBEMClient.associatorClasses(CIMObjectPath objectName, String assocClass, String resultClass, String role, String resultRole, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates CIM classes that are associated to a specified source CIM class.
 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 .
 CloseableIterator<CIMObjectPath> 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.
 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.
 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.
 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
 void WBEMClient.closeEnumeration(CIMObjectPath path, String context)
          closeEnumeration will close an enumeration session that has been previously started but not yet completed.
 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 Qualifier Type
 CloseableIterator<CIMClass> WBEMClient.enumerateClasses(CIMObjectPath path, boolean deep, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin)
          Enumerate CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateClassNames(CIMObjectPath path, boolean deep)
          Enumerate the names of CIM Classes.
 CloseableIterator<CIMObjectPath> WBEMClient.enumerateInstanceNames(CIMObjectPath path)
          Enumerate the names of the instances for a specified class.
 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
 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<CIMQualifierType<?>> WBEMClient.enumerateQualifierTypes(CIMObjectPath path)
          Enumerates the CIM Qualifier Types for a specific namespace
 UnsignedInteger64 WBEMClient.enumerationCount(CIMObjectPath path, String enumerationContext)
          EnumerationCount provides an estimated count of the total number of objects in an open enumeration session represented by an EnumerationContext.
 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.
 CIMClass WBEMClient.getClass(CIMObjectPath name, boolean localOnly, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Returns the CIMClass for the specified CIMObjectPath.
 CIMInstance WBEMClient.getInstance(CIMObjectPath name, boolean localOnly, boolean includeClassOrigin, String[] propertyList)
          Get a CIMInstance.
 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.
 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.
 CloseableIterator<CIMClass> WBEMClient.referenceClasses(CIMObjectPath objectName, String resultClass, String role, boolean includeQualifiers, boolean includeClassOrigin, String[] propertyList)
          Enumerates the Association classes that refer to a specified source CIM Class.
 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.
 CloseableIterator<CIMObjectPath> WBEMClient.referenceNames(CIMObjectPath objectName, String resultClass, String role)
          Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object.
 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.
 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.
 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
 

Uses of CIMObjectPath in javax.wbem.provider
 

Methods in javax.wbem.provider that return CIMObjectPath
 CIMObjectPath PullInstanceProvider.createInstance(CIMInstance ci)
          Create the specified instance.
 CIMObjectPath InstanceProvider.createInstance(CIMInstance ci)
          Create the specified instance.
 

Methods in javax.wbem.provider that return types with arguments of type CIMObjectPath
 CloseableIterator<CIMObjectPath> 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<CIMObjectPath> PullAssociatorProvider.associatorNames(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
 CloseableIterator<CIMObjectPath> InstanceProvider.enumerateInstanceNames(CIMObjectPath op)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMObjectPath> PullInstanceProvider.enumerateInstanceNames(CIMObjectPath op, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMObjectPath> 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<CIMObjectPath> PullAssociatorProvider.referenceNames(CIMObjectPath assocName, CIMObjectPath objectName, String role, 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 CIMObjectPath
 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.
 CloseableIterator<CIMObjectPath> 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<CIMObjectPath> PullAssociatorProvider.associatorNames(CIMObjectPath assocName, CIMObjectPath objectName, String resultClass, String role, String resultRole, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
 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.
 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.
 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 PullInstanceProvider.deleteInstance(CIMObjectPath op)
          Delete the instance specified.
 void InstanceProvider.deleteInstance(CIMObjectPath op)
          Delete the instance specified.
 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.
 CloseableIterator<CIMObjectPath> InstanceProvider.enumerateInstanceNames(CIMObjectPath op)
          Enumerate the names of the instances for a specified class.
 CloseableIterator<CIMObjectPath> PullInstanceProvider.enumerateInstanceNames(CIMObjectPath op, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          Enumerate the names of the instances for a specified class.
 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).
 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.
 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
 CloseableIterator<CIMObjectPath> 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<CIMObjectPath> PullAssociatorProvider.referenceNames(CIMObjectPath assocName, CIMObjectPath objectName, String role, String filterQueryLanguage, String filterQuery, boolean continueOnError)
          This method is used to enumerate the association objects that refer to a particular target CIM Instance.
 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.
 



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