A B C D E F G H I J M N O P R S T U W

A

ANY - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to any element.
ASSOCIATION - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to an association.
AssociatorProvider - interface javax.wbem.provider.AssociatorProvider.
This interface is implemented by providers that provide dynamic association instances.
Authorizable - interface javax.wbem.provider.Authorizable.
This is a marker interface which indicates that the provider does its own authorization check.
activateFilter(CIMInstance, CIMInstance, CIMInstance, String[], CIMObjectPath[], String[]) - Method in interface javax.wbem.provider.IndicationProvider
Invoked to ask the Provider to check for events.
addListener(IndicationListener, int, String) - Method in interface javax.wbem.listener.WBEMListener
Add a new listener using the specified port.
addListener(IndicationListener, int, String, String) - Method in interface javax.wbem.listener.WBEMListener
Add a new listener using the specified port.
associatorNames(CIMObjectPath, String, String, String, String) - Method in interface javax.wbem.client.WBEMClient
Enumerates the CIMObjectPaths of CIM Objects that are associated to a particular source CIM Object.
associatorNames(CIMObjectPath, CIMObjectPath, String, String, String) - Method in interface javax.wbem.provider.AssociatorProvider
This method is used to enumerate the names of CIM Instances that are associated to a particular source CIM Instance.
associators(CIMObjectPath, String, String, String, String, boolean, boolean, String[]) - Method in interface javax.wbem.client.WBEMClient
Enumerates CIM Objects that are associated to a specified source CIM Object.
associators(CIMObjectPath, CIMObjectPath, String, String, String, boolean, String[]) - Method in interface javax.wbem.provider.AssociatorProvider
This method is used to enumerate CIM Instances that are associated to a particular source CIM Instance.
authorizeFilter(CIMInstance, CIMInstance, CIMInstance, String[], CIMObjectPath[], String[]) - Method in interface javax.wbem.provider.IndicationProvider
Invoked to test if the given subscription is allowed.

B

BOOLEAN - Static variable in class javax.cim.CIMDataType
Boolean
BOOLEAN_ARRAY_T - Static variable in class javax.cim.CIMDataType
Boolean unbounded array data type
BOOLEAN_T - Static variable in class javax.cim.CIMDataType
Boolean data type
BatchResult - class javax.wbem.client.BatchResult.
The BatchResult class encapsulates the results from batch request.
BatchResult(Object[]) - Constructor for class javax.wbem.client.BatchResult
Constructor for the BatchResult Class.
bigIntegerValue() - Method in class javax.cim.UnsignedInteger64
Get the value as a BigInteger

C

CHAR16 - Static variable in class javax.cim.CIMDataType
16-bit UCS-2 character
CHAR16_ARRAY_T - Static variable in class javax.cim.CIMDataType
16-bit UCS-2 character unbounded Array type
CHAR16_T - Static variable in class javax.cim.CIMDataType
16-bit UCS-2 character data type
CIMArgument - class javax.cim.CIMArgument.
This class represents an instance of a CIMParameter used for a method invocation.
CIMArgument(String, CIMDataType, Object) - Constructor for class javax.cim.CIMArgument
Constructs a CIMArgument to be used for method invocations.
CIMClass - class javax.cim.CIMClass.
This class represents a CIM class as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMClass(CIMObjectPath, String, CIMQualifier[], CIMClassProperty[], CIMMethod[], boolean, boolean) - Constructor for class javax.cim.CIMClass
Creates and instantiates a Java object representing a CIM Class.
CIMClass(String, String, CIMQualifier[], CIMClassProperty[], CIMMethod[]) - Constructor for class javax.cim.CIMClass
Creates and instantiates a Java object representing a CIM Class.
CIMClassProperty - class javax.cim.CIMClassProperty.
This class represents a CIM property (when used for a CIMClass) as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMClassProperty(String, CIMDataType, Object, CIMQualifier[], boolean, boolean, String) - Constructor for class javax.cim.CIMClassProperty
This method constructs an instance of CIMClassProperty.
CIMDataType - class javax.cim.CIMDataType.
This class represent a CIM data types as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDataType(int, int) - Constructor for class javax.cim.CIMDataType
Constructs a CIMDataType array object of the specified type and size.
CIMDataType(String) - Constructor for class javax.cim.CIMDataType
Creates a new CIM REFERENCE data type object with the specified class reference.
CIMDataType(String, int) - Constructor for class javax.cim.CIMDataType
Creates a new CIM REFERENCE_ARRAY data type object with the specified class reference.
CIMDateTime - class javax.cim.CIMDateTime.
This abstract class repesents a CIM datetime data type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMDateTime(String) - Constructor for class javax.cim.CIMDateTime
Creates a CIMDateTimeAbsolute object using a string
CIMDateTimeAbsolute - class javax.cim.CIMDateTimeAbsolute.
This class represents the datetime data type when used as a time value as specified in the CIM Infrastructure specification.
CIMDateTimeAbsolute() - Constructor for class javax.cim.CIMDateTimeAbsolute
Create a CIMDateTimeAbsolute object using the current Time/Date of the system
CIMDateTimeAbsolute(Calendar) - Constructor for class javax.cim.CIMDateTimeAbsolute
Create a CIMDateTimeAbsolute object using a Calendar object.
CIMDateTimeAbsolute(String) - Constructor for class javax.cim.CIMDateTimeAbsolute
* Creates a CIMDateTimeAbsolute object using a string
CIMDateTimeInterval - class javax.cim.CIMDateTimeInterval.
This class represents the datetime data type when used as a time value as specified in the CIM Infrastructure specification.
CIMDateTimeInterval(int, int, int, int, int) - Constructor for class javax.cim.CIMDateTimeInterval
Constructs a CIMDateTimeInterval using the individual values of the interval (day, hours, minutes, seconds and microseconds).
CIMDateTimeInterval(long) - Constructor for class javax.cim.CIMDateTimeInterval
Constructs a CIMDateTimeInterval using a milliseconds value Note:
CIMDateTimeInterval(String) - Constructor for class javax.cim.CIMDateTimeInterval
Creates a CIMDateTimeInterval object using a string
CIMElement - class javax.cim.CIMElement.
CIMElement represents the CIM element meta construct as defined in the CIM Infrastructure Specification.
CIMElement(String) - Constructor for class javax.cim.CIMElement
Creates a new CIM element with the given name.
CIMFlavor - class javax.cim.CIMFlavor.
This class represents a CIM Flavor as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMInstance - class javax.cim.CIMInstance.
This class represents a CIM instance as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMInstance(CIMObjectPath, CIMProperty[]) - Constructor for class javax.cim.CIMInstance
Constructs a CIMInstance object using the name and properties specified.
CIMMethod - class javax.cim.CIMMethod.
This class represents a CIM Method as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMMethod(String, CIMDataType, CIMQualifier[], CIMParameter[], boolean, String) - Constructor for class javax.cim.CIMMethod
Constructs a CIMMethod object with the specified information.
CIMObjectPath - class javax.cim.CIMObjectPath.
This clas represents the CIM Object Path as as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMObjectPath(String) - Constructor for class javax.cim.CIMObjectPath
Constructs a CIM Object Path referencing a CIM element.
CIMObjectPath(String, String) - Constructor for class javax.cim.CIMObjectPath
Constructs a CIM Object Path referencing a CIM element along in the specified namespace.
CIMObjectPath(String, String, CIMProperty[]) - Constructor for class javax.cim.CIMObjectPath
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace and identified by the given key properties and their corresponding values.
CIMObjectPath(String, String, String, CIMProperty[]) - Constructor for class javax.cim.CIMObjectPath
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace on the specified host and identified by the given key properties and their corresponding values.
CIMObjectPath(String, String, String, String, String, CIMProperty[]) - Constructor for class javax.cim.CIMObjectPath
Constructs a CIM Object Path referencing an instance of the specified CIM element as defined in the specified namespace on the specified host and identified by the given key properties and their corresponding values.
CIMParameter - class javax.cim.CIMParameter.
This class wraps a CIM paramter that is used to define an input, output or input/output parameter to a CIM method.
CIMParameter(String, CIMDataType, CIMQualifier[]) - Constructor for class javax.cim.CIMParameter
Constructs a CIMParameter object using the specified name, data type and qualifiers.
CIMProperty - class javax.cim.CIMProperty.
This class represents a CIM Property as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMProperty(String, CIMDataType, Object, boolean, boolean, String) - Constructor for class javax.cim.CIMProperty
Constructs a CIMProperty to be used in instances.
CIMQualifiedElementInterface - interface javax.cim.CIMQualifiedElementInterface.
The CIMQualifiedElementInterface is used by CIM Elements that have qualifiers.
CIMQualifier - class javax.cim.CIMQualifier.
This class represents a CIM qualifier as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifier(String, CIMDataType, Object, int) - Constructor for class javax.cim.CIMQualifier
Constructs a CIM qualifier with the specified name, type, value, and flavors.
CIMQualifierType - class javax.cim.CIMQualifierType.
The CIMQualifierType class represents a CIM Qualifier Type as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIMQualifierType(CIMObjectPath, CIMDataType, Object, int, int) - Constructor for class javax.cim.CIMQualifierType
Constructs a new CIM qualifier type, using the name, type of the specified CIM qualifier type.
CIMScope - class javax.cim.CIMScope.
This class represents a CIM Scope as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
CIM_ERR_ACCESS_DENIED - Static variable in class javax.wbem.WBEMException
Access Denied Exception.
CIM_ERR_ALREADY_EXISTS - Static variable in class javax.wbem.WBEMException
Element already exists.
CIM_ERR_CLASS_HAS_CHILDREN - Static variable in class javax.wbem.WBEMException
Class has subclasses.
CIM_ERR_CLASS_HAS_INSTANCES - Static variable in class javax.wbem.WBEMException
Class has instances.
CIM_ERR_FAILED - Static variable in class javax.wbem.WBEMException
General Exception.
CIM_ERR_INVALID_CLASS - Static variable in class javax.wbem.WBEMException
Invalid class specified.
CIM_ERR_INVALID_NAMESPACE - Static variable in class javax.wbem.WBEMException
Invalid namespace Exception Thrown whem the specified namespace does not exist.
CIM_ERR_INVALID_PARAMETER - Static variable in class javax.wbem.WBEMException
Invalid parameter is passed to a method.
CIM_ERR_INVALID_QUERY - Static variable in class javax.wbem.WBEMException
Invalid query.
CIM_ERR_INVALID_RESPONSE_DESTINATION - Static variable in class javax.wbem.WBEMException
The destination is invalid.
CIM_ERR_INVALID_SUPERCLASS - Static variable in class javax.wbem.WBEMException
The super class does not exist.
CIM_ERR_METHOD_NOT_AVAILABLE - Static variable in class javax.wbem.WBEMException
The method is not available
CIM_ERR_METHOD_NOT_FOUND - Static variable in class javax.wbem.WBEMException
The method is not found
CIM_ERR_NAMESPACE_NOT_EMPTY - Static variable in class javax.wbem.WBEMException
The namespace is not empty.
CIM_ERR_NOT_FOUND - Static variable in class javax.wbem.WBEMException
Element cannot be found.
CIM_ERR_NOT_SUPPORTED - Static variable in class javax.wbem.WBEMException
The action is not supported.
CIM_ERR_NO_SUCH_PROPERTY - Static variable in class javax.wbem.WBEMException
The property does not exist in the class/instance being manipulated.
CIM_ERR_QUERY_LANGUAGE_NOT_SUPPORTED - Static variable in class javax.wbem.WBEMException
The requested query language is not recognized.
CLASS - Static variable in class javax.cim.CIMDataType
CIMClass type
CLASS - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to a CIM class
CLASS_T - Static variable in class javax.cim.CIMDataType
CIMClass type
CloseableIterator - interface javax.wbem.CloseableIterator.
An iterator over a collection.
close() - Method in interface javax.wbem.CloseableIterator
Closes the Iterator.
close() - Method in interface javax.wbem.client.WBEMClient
Closes the connection,
close() - Method in interface javax.wbem.provider.Provider
Called by the Provider Object Manager Adapter when the provider is unloaded.
compareTo(Object) - Method in class javax.cim.CIMDateTimeAbsolute
Compares the CIMDateTimeAbsolute object with this one.
compareTo(Object) - Method in class javax.cim.CIMDateTimeInterval
Compares the CIMDateTimeInterval object with this one.
compareTo(Object) - Method in class javax.cim.CIMProperty
Compares this property name to the CIMProperty passed in.
compareTo(Object) - Method in class javax.cim.UnsignedInteger16
Compares this UnsignedInt16 with the specified UnsignedInt16.
compareTo(Object) - Method in class javax.cim.UnsignedInteger32
Compares this UnsignedInt32 with the specified UnsignedInt32.
compareTo(Object) - Method in class javax.cim.UnsignedInteger64
Compares this UnsignedInt64 with the specified UnsignedInt64.
compareTo(Object) - Method in class javax.cim.UnsignedInteger8
Compares this UnsignedInt8 with the specified UnsignedInt8.
createClass(CIMClass) - Method in interface javax.wbem.client.WBEMClient
Create a CIM class The namespace from the CIMClass.getObjectPath() will be used.
createInstance(CIMInstance) - Method in interface javax.wbem.client.WBEMClient
Create a CIM Instance.
createInstance(CIMInstance) - Method in interface javax.wbem.provider.InstanceProvider
Create the specified instance.

D

DATETIME - Static variable in class javax.cim.CIMDataType
A string containing the date-time
DATETIME_ARRAY_T - Static variable in class javax.cim.CIMDataType
A date-time unbounded array data type
DATETIME_T - Static variable in class javax.cim.CIMDataType
A date-time data type
DISABLEOVERRIDE - Static variable in class javax.cim.CIMFlavor
The qualifier cannot be overriden
deActivateFilter(CIMInstance, CIMInstance, CIMInstance, String[], CIMObjectPath[], String[]) - Method in interface javax.wbem.provider.IndicationProvider
Invoked to deactivate an event filter.
deleteClass(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Deletes the CIM class for the object specified by the CIM object path.
deleteInstance(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Delete the CIM instance specified by the CIM object path.
deleteInstance(CIMObjectPath) - Method in interface javax.wbem.provider.InstanceProvider
Delete the instance specified.
deleteQualifierType(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Delete a CIM Qualfier Type
deliverEvent(String, CIMInstance) - Method in interface javax.wbem.provider.ProviderHandle
Method used by indication providers to deliver indications to the CIM object manager.
deliverEvent(CIMInstance, CIMObjectPath[]) - Method in interface javax.wbem.provider.ProviderHandle
Method used by indication providers to deliver indications to the CIM object manager.
deriveInstance(CIMObjectPath) - Method in class javax.cim.CIMInstance
Returns a CIMInstance with the updated CIMObjectPath.
deriveInstance(CIMProperty[]) - Method in class javax.cim.CIMInstance
Returns a CIMInstance with the updated values for the properties in pArray.

E

enumerateClassNames(CIMObjectPath, boolean) - Method in interface javax.wbem.client.WBEMClient
Enumerate the names of CIM Classes.
enumerateClasses(CIMObjectPath, boolean, boolean, boolean, boolean) - Method in interface javax.wbem.client.WBEMClient
Enumerate CIM Classes.
enumerateInstanceNames(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Enumerate the names of the instances for a specified class.
enumerateInstanceNames(CIMObjectPath) - Method in interface javax.wbem.provider.InstanceProvider
Enumerate the names of the instances for a specified class.
enumerateInstances(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.WBEMClient
Enumerate the instances of a class.
enumerateInstances(CIMObjectPath, boolean, boolean, String[]) - Method in interface javax.wbem.provider.InstanceProvider
Enumerate the instances of a class.
enumerateQualifierTypes(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Enumerates the CIM Qualfiier Types for a specific namespace
equals(Object) - Method in class javax.cim.CIMClassProperty
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.CIMDataType
Checks that the specified object is a CIM data type.
equals(CIMDateTime) - Method in class javax.cim.CIMDateTime
Determines whether the CIMDateTime that is passed in is eqaul to the current CIMDateTime object
equals(Object) - Method in class javax.cim.CIMElement
Takes a CIM element and returns true if it is equal to this CIM element.
equals(Object) - Method in class javax.cim.CIMInstance
Indicates whether some other instance is "equal to" this one.
equals(Object) - Method in class javax.cim.CIMObjectPath
Compares this CIM object path with the specified CIM object path for equality.
equals(Object) - Method in class javax.cim.CIMProperty
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.CIMQualifier
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.CIMQualifierType
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.UnsignedInteger16
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.UnsignedInteger32
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.UnsignedInteger64
Compares this object against the specified object.
equals(Object) - Method in class javax.cim.UnsignedInteger8
Compares this object against the specified object.
equals(Object) - Method in class javax.wbem.client.RolePrincipal
The equals method checks if the specified principal is the same principal as this object.
equals(Object) - Method in class javax.wbem.client.UserPrincipal
The equals method checks if the specified object is the same principal as this object.
equalsModelPath(CIMObjectPath) - Method in class javax.cim.CIMObjectPath
 
execQuery(CIMObjectPath, String, String) - Method in interface javax.wbem.client.WBEMClient
ExecQuery will execute a query to retrieve objects.
execQuery(CIMObjectPath, String, String) - Method in interface javax.wbem.provider.InstanceProvider
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).

F

filter(boolean, boolean) - Method in class javax.cim.CIMClassProperty
Returns a CIMClassProperty filtered as specified.
filterProperties(boolean, boolean, boolean, String[]) - Method in class javax.cim.CIMClass
This method returns a new CIMClass with properties filtered according to the input parameters.
filterProperties(boolean, boolean, String[]) - Method in class javax.cim.CIMInstance
This method returns a new CIMInstance with properties filtered according to the input parameters.

G

getCIMErrors() - Method in class javax.wbem.WBEMException
Get the CIM Error Instances.
getClass(CIMObjectPath, boolean, boolean, boolean, String[]) - Method in interface javax.wbem.client.WBEMClient
Returns the CIMClass for the specified CIMObjectPath.
getClassName() - Method in class javax.cim.CIMInstance
Get the name of the class that instantiates this CIM instance
getClient(String) - Static method in class javax.wbem.client.WBEMClientFactory
Get a WBEMClient for a protocol.
getClient() - Method in interface javax.wbem.provider.ProviderHandle
Returns the remote client host name or IP Address for the current session.
getCredential() - Method in class javax.wbem.client.RoleCredential
Return the role credential in clear text.
getDataType(Object) - Static method in class javax.cim.CIMDataType
Get the data type of an object.
getDateTimeString() - Method in class javax.cim.CIMDateTime
Gets the internal string representation of this object
getDateTimeString() - Method in class javax.cim.CIMDateTimeAbsolute
Gets the internal string representation of the date/time object
getDateTimeString() - Method in class javax.cim.CIMDateTimeInterval
Gets the internal string representation of this object
getDay() - Method in class javax.cim.CIMDateTimeAbsolute
Returns day value of this date
getDays() - Method in class javax.cim.CIMDateTimeInterval
Returns days value of this interval
getFailureIds() - Method in class javax.wbem.client.BatchResult
Method to get the list of IDs of operations that failed.
getFlavor() - Method in class javax.cim.CIMQualifier
Returns the CIM flavors for this CIM qualifier.
getFlavor() - Method in class javax.cim.CIMQualifierType
Returns the flavors of this qualifier type as a BitSet.
getFlavors() - Static method in class javax.cim.CIMFlavor
Returns an array of possible flavors
getHost() - Method in class javax.cim.CIMObjectPath
Gets the host.
getHour() - Method in class javax.cim.CIMDateTimeAbsolute
Returns hour value of this date
getHours() - Method in class javax.cim.CIMDateTimeInterval
Returns hours value of this interval
getID() - Method in class javax.wbem.WBEMException
Returns the ID of the error
getInstance(CIMObjectPath, boolean, boolean, String[]) - Method in interface javax.wbem.client.WBEMClient
Get a CIMInstance.
getInstance(CIMObjectPath, boolean, boolean, String[]) - Method in interface javax.wbem.provider.InstanceProvider
Get the instance specififed by the opbject path op.
getInternalAssociatorProvider() - Method in interface javax.wbem.provider.ProviderHandle
Get the handle to an internal instance provider which can be used to traverse static association instances.
getInternalInstanceProvider() - Method in interface javax.wbem.provider.ProviderHandle
Get the handle to an internal instance provider which can be used to store static instance information for the provider.
getKey(String) - Method in class javax.cim.CIMObjectPath
Gets a key property by name.
getKeys() - Method in class javax.cim.CIMClass
Returns a list of key properties for this CIM class.
getKeys() - Method in class javax.cim.CIMInstance
Get the key properties for this instance.
getKeys() - Method in class javax.cim.CIMObjectPath
Gets all key properties.
getListener(String) - Static method in class javax.wbem.listener.WBEMListenerFactory
Get a WBEM Listener implementation for the specified protocol.
getMethod(String) - Method in class javax.cim.CIMClass
Returns the specified CIM method in this CIM class.
getMethod(String, String) - Method in class javax.cim.CIMClass
Returns the CIM method specified by its name and optionally, its origin class.
getMethod(int) - Method in class javax.cim.CIMClass
Get a method by index.
getMethodCount() - Method in class javax.cim.CIMClass
Get the number of methods defined in this CIM class.
getMethods() - Method in class javax.cim.CIMClass
Get the CIM methods defined in this CIM class.
getMicrosecond() - Method in class javax.cim.CIMDateTimeAbsolute
Returns microsecond value of this date
getMicroseconds() - Method in class javax.cim.CIMDateTimeInterval
Returns microseconds value of this interval
getMinute() - Method in class javax.cim.CIMDateTimeAbsolute
Returns minute value of this date
getMinutes() - Method in class javax.cim.CIMDateTimeInterval
Returns minutes value of this interval
getMonth() - Method in class javax.cim.CIMDateTimeAbsolute
Returns month value of this date
getName() - Method in class javax.cim.CIMElement
Returns a string representing the name of a CIM element instance.
getName() - Method in class javax.wbem.client.RolePrincipal
Return the name of this principal identity; that is, return the login name.
getName() - Method in class javax.wbem.client.UserPrincipal
Return the name of this principal identity; that is, return the login name.
getNamespace() - Method in class javax.cim.CIMObjectPath
Gets the namespace.
getObjectName() - Method in class javax.cim.CIMObjectPath
Gets the object name.
getObjectPath() - Method in class javax.cim.CIMClass
This method returns the CIMObjectPath that represents this CIM class.
getObjectPath() - Method in class javax.cim.CIMInstance
Returns the CIMObjectPath that represents this instance.
getObjectPath() - Method in class javax.cim.CIMQualifierType
Get the object path for this CIMQualifierType.
getOriginClass() - Method in class javax.cim.CIMMethod
Returns the class name in which this method was defined or overridden.
getOriginClass() - Method in class javax.cim.CIMProperty
Returns the class in which this property was defined or overridden.
getParameters() - Method in class javax.cim.CIMMethod
Returns an array of the parameters for this method
getPort() - Method in class javax.cim.CIMObjectPath
Gets the the port on the host to which the connection was established.
getProperties() - Method in class javax.cim.CIMClass
Get the properties defined for this CIM class.
getProperties() - Method in class javax.cim.CIMInstance
Retrieve an array of the properties for this instance.
getProperty(String) - Method in class javax.cim.CIMClass
Gets the specified property.
getProperty(String, String) - Method in class javax.cim.CIMClass
Gets the specified property.
getProperty(int) - Method in class javax.cim.CIMClass
Get a class property by index.
getProperty(String) - Method in class javax.cim.CIMInstance
Returns the specified property
getProperty(int) - Method in class javax.cim.CIMInstance
Get a class property by index.
getProperty(String, String) - Method in class javax.cim.CIMInstance
Returns the specified CIMProperty.
getPropertyCount() - Method in class javax.cim.CIMClass
Get the number of properties defined in this CIMClass.
getPropertyCount() - Method in class javax.cim.CIMInstance
Get the number of properties defined in this CIMClass.
getPropertyValue(String) - Method in class javax.cim.CIMInstance
Returns the value of a property of this CIM Instance.
getProtocols() - Static method in class javax.wbem.listener.WBEMListenerFactory
Get the names of the supported protocols.
getQualifier(String) - Method in class javax.cim.CIMClass
Gets a qualifier by name.
getQualifier(int) - Method in class javax.cim.CIMClass
Get a qualifier by index.
getQualifier(String) - Method in class javax.cim.CIMClassProperty
Gets a qualifier by name.
getQualifier(int) - Method in class javax.cim.CIMClassProperty
Get a qualifier by index.
getQualifier(String) - Method in class javax.cim.CIMMethod
Gets a qualifier by name.
getQualifier(int) - Method in class javax.cim.CIMMethod
Get a qualifier by index.
getQualifier(String) - Method in class javax.cim.CIMParameter
Gets a qualifier by name.
getQualifier(int) - Method in class javax.cim.CIMParameter
Get a qualifier by index.
getQualifier(String) - Method in interface javax.cim.CIMQualifiedElementInterface
Gets a qualifier by name.
getQualifier(int) - Method in interface javax.cim.CIMQualifiedElementInterface
Get a qualifier by index.
getQualifierCount() - Method in class javax.cim.CIMClass
Get the number of qualifiers defined in this CIM class.
getQualifierCount() - Method in class javax.cim.CIMClassProperty
Get the number of qualifiers defined for this property.
getQualifierCount() - Method in class javax.cim.CIMMethod
Get the number of qualifiers defined for this CIM Element.
getQualifierCount() - Method in class javax.cim.CIMParameter
Get the number of qualifiers defined for this CIM Element.
getQualifierCount() - Method in interface javax.cim.CIMQualifiedElementInterface
Get the number of qualifiers defined for this CIM Element.
getQualifierType(CIMObjectPath) - Method in interface javax.wbem.client.WBEMClient
Get a CIMQualifierType.
getQualifierValue(String) - Method in class javax.cim.CIMClass
Gets a qualifier value by name.
getQualifierValue(String) - Method in class javax.cim.CIMClassProperty
Gets a qualifier value by name.
getQualifierValue(String) - Method in class javax.cim.CIMMethod
Gets a qualifier value by name.
getQualifierValue(String) - Method in class javax.cim.CIMParameter
Gets a qualifier value by name.
getQualifierValue(String) - Method in interface javax.cim.CIMQualifiedElementInterface
Gets a qualifier value by name.
getQualifiers() - Method in class javax.cim.CIMClass
Returns the list of qualifiers for the CIM class.
getQualifiers() - Method in class javax.cim.CIMClassProperty
Returns the list of qualifiers for this property.
getQualifiers() - Method in class javax.cim.CIMMethod
Returns the list of qualifiers for this class
getQualifiers() - Method in class javax.cim.CIMParameter
Returns the list of qualifiers for this class
getQualifiers() - Method in interface javax.cim.CIMQualifiedElementInterface
Returns the list of qualifiers for this element
getRefClassName() - Method in class javax.cim.CIMDataType
Returns the class name of the CIM REFERENCE data type.
getRequestedLocales() - Method in interface javax.wbem.provider.ProviderHandle
Get the locales requested from the client in priority order.
getResult(int) - Method in class javax.wbem.client.BatchResult
Method to get the result of a particular operation.
getRole() - Method in interface javax.wbem.provider.ProviderHandle
Returns the current role assumed by the current authenticated user.
getScheme() - Method in class javax.cim.CIMObjectPath
Get the connection scheme.
getScope() - Method in class javax.cim.CIMQualifierType
Returns the scopes of this qualifier type as a bit set
getScopes() - Static method in class javax.cim.CIMScope
Returns the complete set of possible scopes.
getSecond() - Method in class javax.cim.CIMDateTimeAbsolute
Returns second value of this date
getSeconds() - Method in class javax.cim.CIMDateTimeInterval
Returns seconds value of this interval
getSize() - Method in class javax.cim.CIMDataType
Returns the size of the maximum number of elements an array data type may hold.
getSuccessIds() - Method in class javax.wbem.client.BatchResult
Method to get the list of IDs of operations that succeeded.
getSuperClassName() - Method in class javax.cim.CIMClass
Gets the name of the parent of this CIM class.
getSupportedProtocols() - Static method in class javax.wbem.client.WBEMClientFactory
Get the names of the supported protocols.
getTotalMilliseconds() - Method in class javax.cim.CIMDateTimeInterval
Returns the total length of the interval in milliseconds
getType() - Method in class javax.cim.CIMDataType
Returns the data typep
getUser() - Method in interface javax.wbem.provider.ProviderHandle
Returns the current user on whose behalf the provider has been invoked.
getUserName() - Method in class javax.wbem.client.UserPrincipal
Return the principal's login user name.
getUserPassword() - Method in class javax.wbem.client.PasswordCredential
Return the user login password in clear text.
getYear() - Method in class javax.cim.CIMDateTimeAbsolute
Returns year value of this Date

H

hasQualifier(String) - Method in class javax.cim.CIMClass
Checks whether the specified qualifier is one of the qualifiers in this CIM class.
hasQualifier(String) - Method in class javax.cim.CIMClassProperty
Checks whether the specified qualifier is one of the qualifiers defined for this property.
hasQualifier(String) - Method in class javax.cim.CIMMethod
Checks whether the specified qualifier is one of the qualifiers in this CIM element.
hasQualifier(String) - Method in class javax.cim.CIMParameter
Checks whether the specified qualifier is one of the qualifiers in this CIM element.
hasQualifier(String) - Method in interface javax.cim.CIMQualifiedElementInterface
Checks whether the specified qualifier is one of the qualifiers in this CIM element.
hasQualifierValue(String, Object) - Method in class javax.cim.CIMClass
Checks whether the specified qualifier is one of the qualifiers defined for this class with the specified value.
hasQualifierValue(String, Object) - Method in class javax.cim.CIMClassProperty
Checks whether the specified qualifier is one of the qualifiers defined for this property with the specified value.
hasQualifierValue(String, Object) - Method in class javax.cim.CIMMethod
Checks whether the specified qualifier is one of the qualifiers defined for this method with the specified value.
hasQualifierValue(String, Object) - Method in class javax.cim.CIMParameter
Checks whether the specified qualifier is one of the qualifiers defined for this parameter with the specified value.
hasQualifierValue(String, Object) - Method in interface javax.cim.CIMQualifiedElementInterface
Checks whether the specified qualifier is one of the qualifiers defined for this property with the specified value.
hashCode() - Method in class javax.cim.CIMDateTime
returns the hascode for this object
hashCode() - Method in class javax.cim.CIMDateTimeAbsolute
returns the hashcode for this object
hashCode() - Method in class javax.cim.CIMDateTimeInterval
returns the hascode for this object
hashCode() - Method in class javax.cim.CIMElement
Returns a hash codevalue for the CIM element.
hashCode() - Method in class javax.cim.CIMInstance
Computes the hash code for this instance.
hashCode() - Method in class javax.cim.CIMObjectPath
Computes the hash code for this object path.
hashCode() - Method in class javax.wbem.client.RolePrincipal
The hashCode method returns an integer hash code to represent this principal.
hashCode() - Method in class javax.wbem.client.UserPrincipal
The hashCode method returns an integer hash code to represent this principal.

I

INDICATION - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to an indication.
INVALID - Static variable in class javax.cim.CIMDataType
Invalid type
INVALID_T - Static variable in class javax.cim.CIMDataType
Invalid data type
IndicationListener - interface javax.wbem.listener.IndicationListener.
This interface is implemented by the code which wants to listen for indications.
IndicationProvider - interface javax.wbem.provider.IndicationProvider.
This interface is implemented by indication providers.
InstanceProvider - interface javax.wbem.provider.InstanceProvider.
This interface is implemented by instance providers.
indicationOccured(String, CIMInstance) - Method in interface javax.wbem.listener.IndicationListener
Called when an indication has been received by the listener
initialize(CIMObjectPath, Subject, Locale[]) - Method in interface javax.wbem.client.WBEMClient
Initialize the client connection.
initialize(ProviderHandle) - Method in interface javax.wbem.provider.Provider
Called by the Provider Object Manager Adapter when the provider is loaded.
invokeMethod(CIMObjectPath, String, CIMArgument[], CIMArgument[]) - Method in interface javax.wbem.client.WBEMClient
Executes the specified method on the specified object.
invokeMethod(CIMObjectPath, String, CIMArgument[], CIMArgument[]) - Method in interface javax.wbem.provider.MethodProvider
This method is invoked in order to perform the Extrinsic Method Invocation operation as defined by the CIM operations over HTTP spec at
isArray() - Method in class javax.cim.CIMDataType
Checks if the data type is an array type.
isAssociation() - Method in class javax.cim.CIMClass
Identifies whether or not this CIM class is an association.
isKey() - Method in class javax.cim.CIMProperty
Convenience method for determining if this property is a Key.
isKeyed() - Method in class javax.cim.CIMClass
Identifies whether or not this class is keyed.
isPropagated() - Method in class javax.cim.CIMProperty
Determines if this property is Propagated.

J

javax.cim - package 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 - package javax.wbem
Provides classes and interfaces that are common across all WBEM APIs.
javax.wbem.client - package javax.wbem.client
Provides classes and interfaces for writing WBEM Clients.
javax.wbem.listener - package javax.wbem.listener
Provides classes and interfaces for writing WBEM Listeners.
javax.wbem.provider - package javax.wbem.provider
Provides classes and interfaces for writing WBEM Providers.

M

MAX_PASSWORD_SIZE - Static variable in class javax.wbem.client.PasswordCredential
maximum size of a password
MAX_VALUE - Static variable in class javax.cim.UnsignedInteger16
The maximum value for an UnsignedInteger16.
MAX_VALUE - Static variable in class javax.cim.UnsignedInteger32
The maximum value for an UnsignedInteger32.
MAX_VALUE - Static variable in class javax.cim.UnsignedInteger64
The maximum value of an UnsignedInteger64.
MAX_VALUE - Static variable in class javax.cim.UnsignedInteger8
The maximum possible value for an UnsignedInteger8.
METHOD - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to a method.
MIN_VALUE - Static variable in class javax.cim.UnsignedInteger16
The minimum value for an UnsignedInteger16.
MIN_VALUE - Static variable in class javax.cim.UnsignedInteger32
The minimum value for an UnsignedInteger32.
MIN_VALUE - Static variable in class javax.cim.UnsignedInteger64
The minimum value of an UnsignedInteger64.
MIN_VALUE - Static variable in class javax.cim.UnsignedInteger8
The minimum possible value for an UnsignedInteger8.
MethodProvider - interface javax.wbem.provider.MethodProvider.
This interface is implemented by method providers.
modifyClass(CIMClass) - Method in interface javax.wbem.client.WBEMClient
Modify the CIMClass.
modifyInstance(CIMInstance, String[]) - Method in interface javax.wbem.client.WBEMClient
Modify some or all of the properties of the specified CIMInstance.
modifyInstance(CIMInstance, String[]) - Method in interface javax.wbem.provider.InstanceProvider
Modify the instance specified.

N

NULL - Static variable in class javax.cim.CIMDataType
Null type
newInstance() - Method in class javax.cim.CIMClass
Returns a new CIM instance initialized with the default CIM properties, values and name of this CIM class.

O

OBJECT - Static variable in class javax.cim.CIMDataType
CIMInstance type
OBJECT_ARRAY_T - Static variable in class javax.cim.CIMDataType
CIMInstance unbounded Array type
OBJECT_T - Static variable in class javax.cim.CIMDataType
CIMInstance type data type Note: For CIMV2, this can only be used when the property has either an EmbeddedInstance or EmbeddedObject qualifier.

P

PARAMETER - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to a parameter.
PROPERTY - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to a property.
PasswordCredential - class javax.wbem.client.PasswordCredential.
This class implements a password based credential for a user login authentication.
PasswordCredential(String) - Constructor for class javax.wbem.client.PasswordCredential
This constructor accepts the user login password.
Provider - interface javax.wbem.provider.Provider.
This interface must be implemented by all providers.
ProviderHandle - interface javax.wbem.provider.ProviderHandle.
This interface is used by providers to get information regarding the current request or act as a client.

R

REAL32 - Static variable in class javax.cim.CIMDataType
IEEE 4-byte floating-point
REAL32_ARRAY_T - Static variable in class javax.cim.CIMDataType
IEEE 4-byte floating-point unbounded array data type
REAL32_T - Static variable in class javax.cim.CIMDataType
IEEE 4-byte floating-point data type
REAL64 - Static variable in class javax.cim.CIMDataType
IEEE 8-byte floating-point
REAL64_ARRAY_T - Static variable in class javax.cim.CIMDataType
IEEE 8-byte floating-point unbounded array data type
REAL64_T - Static variable in class javax.cim.CIMDataType
IEEE 8-byte floating-point data type
REFERENCE - Static variable in class javax.cim.CIMDataType
Reference type
REFERENCE - Static variable in class javax.cim.CIMScope
Scope representing a qualifier that can be applied to a reference.
RESTRICTED - Static variable in class javax.cim.CIMFlavor
The qualifier applies only to the class in which it is declared
RoleCredential - class javax.wbem.client.RoleCredential.
This class implements a password based credential for a role.
RoleCredential(String) - Constructor for class javax.wbem.client.RoleCredential
This constructor accepts the role credential
RolePrincipal - class javax.wbem.client.RolePrincipal.
This class implements a Principal identity for a role.
RolePrincipal(String) - Constructor for class javax.wbem.client.RolePrincipal
This constructor accepts the user name.
referenceNames(CIMObjectPath, String, String) - Method in interface javax.wbem.client.WBEMClient
Enumerates the CIMObjectPaths of Association Objects that are refer to a particular source CIM Object.
referenceNames(CIMObjectPath, CIMObjectPath, String) - Method in interface javax.wbem.provider.AssociatorProvider
This method is used to enumerate the association objects that refer to a particular target CIM Instance.
references(CIMObjectPath, String, String, boolean, boolean, String[]) - Method in interface javax.wbem.client.WBEMClient
Enumerates the Association Objects that refer to a specified source CIM Object.
references(CIMObjectPath, CIMObjectPath, String, boolean, String[]) - Method in interface javax.wbem.provider.AssociatorProvider
This method is used to enumerate the association objects that refer to a particular target CIM Instance.
removeListener(int) - Method in interface javax.wbem.listener.WBEMListener
remove the listener asociated with the specified port.

S

SINT16 - Static variable in class javax.cim.CIMDataType
Signed 16-bit integer
SINT16_ARRAY_T - Static variable in class javax.cim.CIMDataType
Signed 16-bit integer unbounded array data type
SINT16_T - Static variable in class javax.cim.CIMDataType
Signed 16-bit integer data type
SINT32 - Static variable in class javax.cim.CIMDataType
Signed 32-bit integer
SINT32_ARRAY_T - Static variable in class javax.cim.CIMDataType
Signed 32-bit integer unbounded array data type
SINT32_T - Static variable in class javax.cim.CIMDataType
Signed 32-bit integer data type
SINT64 - Static variable in class javax.cim.CIMDataType
Signed 64-bit integer
SINT64_ARRAY_T - Static variable in class javax.cim.CIMDataType
Signed 64-bit integer unbounded array data type
SINT64_T - Static variable in class javax.cim.CIMDataType
Signed 64-bit integer data type
SINT8 - Static variable in class javax.cim.CIMDataType
Signed 8-bit integer
SINT8_ARRAY_T - Static variable in class javax.cim.CIMDataType
Signed 8-bit integer unbounded array data type
SINT8_T - Static variable in class javax.cim.CIMDataType
Signed 8-bit integer data type
STRING - Static variable in class javax.cim.CIMDataType
UCS-2 string
STRING_ARRAY_T - Static variable in class javax.cim.CIMDataType
UCS-2 string unbounded array data type
STRING_T - Static variable in class javax.cim.CIMDataType
UCS-2 string data type
setLocales(Locale[]) - Method in interface javax.wbem.client.WBEMClient
Change the locales that were provided during initialization.
setQualifierType(CIMQualifierType) - Method in interface javax.wbem.client.WBEMClient
Add a CIMQualifierType to the specified namespace if it does not already exist.
setTimeout(int) - Method in interface javax.wbem.client.WBEMClient
Set the timeout for operations.

T

TRANSLATE - Static variable in class javax.cim.CIMFlavor
The qualifier can be specified in multiple locales (language and country combination).
toString() - Method in class javax.cim.CIMClass
Returns a String representation of the CIM class.
toString() - Method in class javax.cim.CIMDataType
Returns a String representation of the CIMDataType.
toString() - Method in class javax.cim.CIMDateTimeAbsolute
Returns a String representation of the CIMDateTimeAbsolute.
toString() - Method in class javax.cim.CIMDateTimeInterval
Returns a String representation of the CIMDateTimeInterval.
toString() - Method in class javax.cim.CIMElement
Returns a String representation of the CIMElement.
toString() - Method in class javax.cim.CIMInstance
Returns a String representation of the CIMInstance.
toString() - Method in class javax.cim.CIMMethod
Returns a String representation of the CIMMethod.
toString() - Method in class javax.cim.CIMObjectPath
Returns a String representation of the CIM object path.
toString() - Method in class javax.cim.CIMParameter
Returns a String representation of the CIMParameter.
toString() - Method in class javax.cim.CIMQualifier
Returns a String representation of the CIMQualifier.
toString() - Method in class javax.cim.CIMQualifierType
Returns a String representation of the CIMQualifierType This method is intended to be used only for debugging purposes, and the format of the returned string may vary between implementations.
toString() - Method in class javax.wbem.WBEMException
Prints out the ID and the optional detailed message
toString() - Method in class javax.wbem.client.RolePrincipal
The toString method returns a string representation of the principal suitable for displaying in messages.
toString() - Method in class javax.wbem.client.UserPrincipal
The toString method returns a string representation of the principal suitable for displaying in messages.

U

UINT16 - Static variable in class javax.cim.CIMDataType
Unsigned 16-bit integer
UINT16_ARRAY_T - Static variable in class javax.cim.CIMDataType
Unsigned 16-bit integer unbounded array data type
UINT16_T - Static variable in class javax.cim.CIMDataType
Unsigned 16-bit integer data type
UINT32 - Static variable in class javax.cim.CIMDataType
Unsigned 32-bit integer
UINT32_ARRAY_T - Static variable in class javax.cim.CIMDataType
Unsigned 32-bit integer unbounded array data type
UINT32_T - Static variable in class javax.cim.CIMDataType
Unsigned 32-bit integer data type
UINT64 - Static variable in class javax.cim.CIMDataType
Unsigned 64-bit integer
UINT64_ARRAY_T - Static variable in class javax.cim.CIMDataType
Unsigned 64-bit integer unbounded array data type
UINT64_T - Static variable in class javax.cim.CIMDataType
Unsigned 64-bit integer data type
UINT8 - Static variable in class javax.cim.CIMDataType
Unsigned 8-bit integer
UINT8_ARRAY_T - Static variable in class javax.cim.CIMDataType
Unsigned 8-bit integer unbounded array data type
UINT8_T - Static variable in class javax.cim.CIMDataType
Unsigned 8-bit integer data type
UnsignedInteger16 - class javax.cim.UnsignedInteger16.
This class represents an uint16 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger16(int) - Constructor for class javax.cim.UnsignedInteger16
Constructs an unsigned 16-bit integer object for the specified int value.
UnsignedInteger16(String) - Constructor for class javax.cim.UnsignedInteger16
Constructs an unsigned 16-bit integer object for the specified string.
UnsignedInteger32 - class javax.cim.UnsignedInteger32.
This class represents an uint32 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger32(long) - Constructor for class javax.cim.UnsignedInteger32
Constructs an unsigned 32-bit integer object for the specified long value.
UnsignedInteger32(String) - Constructor for class javax.cim.UnsignedInteger32
Constructs an unsigned 32-bit integer object for the specified string.
UnsignedInteger64 - class javax.cim.UnsignedInteger64.
This class represents an uint64 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger64(String) - Constructor for class javax.cim.UnsignedInteger64
Constructs an unsigned 64-bit integer object from the specified string.
UnsignedInteger64(byte[]) - Constructor for class javax.cim.UnsignedInteger64
Constructs an unsigned 64-bit integer object for the specified array of bytes.
UnsignedInteger64(BigInteger) - Constructor for class javax.cim.UnsignedInteger64
Constructs an unsigned 64-bit integer object for the specified BigInteger.
UnsignedInteger8 - class javax.cim.UnsignedInteger8.
This class represents an uint8 as defined by the Distributed Management Task Force (DMTF) CIM Infrastructure Specification (DSP004).
UnsignedInteger8(short) - Constructor for class javax.cim.UnsignedInteger8
Constructs an unsigned 8-bit integer object for the specified short value.
UnsignedInteger8(String) - Constructor for class javax.cim.UnsignedInteger8
Constructs an unsigned 8-bit integer object for the specified string.
UserPrincipal - class javax.wbem.client.UserPrincipal.
This class implements a Principal identity for a client user identity that authenticates with a username and password.
UserPrincipal(String) - Constructor for class javax.wbem.client.UserPrincipal
This constructor accepts the user name.

W

WBEMClient - interface javax.wbem.client.WBEMClient.
The WBEMClient interface is used to invoke WBEM operations against a WBEM Server.
WBEMClientFactory - class javax.wbem.client.WBEMClientFactory.
This class defines the functionality of a WBEMClient factory, which is used to retrieve a WBEMClient for a specified protocol.
WBEMClientFactory() - Constructor for class javax.wbem.client.WBEMClientFactory
 
WBEMException - exception javax.wbem.WBEMException.
WBEMException is what all WBEM Operations return when there is an error.
WBEMException(int) - Constructor for class javax.wbem.WBEMException
Constructs a new exception using the specified ID.
WBEMException(String) - Constructor for class javax.wbem.WBEMException
Construces a new exception using the specified detailed message.
WBEMException(int, String) - Constructor for class javax.wbem.WBEMException
Constructs a new exception using the specified ID and detailed message.
WBEMException(int, String, CIMInstance[]) - Constructor for class javax.wbem.WBEMException
Constructs a new exception using the specified ID, detailed message and CIM_Error instances.
WBEMException(int, String, CIMInstance[], Throwable) - Constructor for class javax.wbem.WBEMException
Constructs a new exception using the specified ID, detailed message, CIM_Error instances and cause.
WBEMListener - interface javax.wbem.listener.WBEMListener.
The WBEMListener interface is used to add/remove WBEM Indication Listeners.
WBEMListenerFactory - class javax.wbem.listener.WBEMListenerFactory.
This class is a factory for getting a WBEMListener implementation for a specified protocol.
WBEMListenerFactory() - Constructor for class javax.wbem.listener.WBEMListenerFactory
 

A B C D E F G H I J M N O P R S T U W

Java™ WBEM (JSR48) 1.0.0 API