Package javax.wbem.client

Interface Summary
BatchHandle Interface for any CIMOM Handle.
CIMListener This interface is implemented by client code which wants to receive indications generated by a CIM object manager.
CIMOMHandle Interface for any CIMOM Handle.
ProviderCIMOMHandle Interface for Provider specific callbacks to the CIMOM.
 

Class Summary
BatchCIMClient The BatchCIMClient allows a client application to batch multiple requests into one remote call.
BatchResult The BatchResult class encapsulates the results from batch request.
CIMClient Constructs a CIM client on the local host (default) or the specified host.
CIMEvent This class represents the CIM indication that is delivered to the subscriber.
PasswordCredential This class implements a password based credential for a user login authentication.
UserPrincipal This class implements a Java security Principal identity for a client user identity that authenticates with a Unix username and login password.
 

Exception Summary
CIMProviderException Exception class representing provider exceptions that occur in the CIMOM's providers.
CIMRepositoryException Exception class representing exceptions that occur in a CIM persistent store.
CIMSecurityException Exception class representing security exceptions that occur in the CIM object manager during authentication/authorization and in providers during authorization.
CIMTransportException Thrown when errors related to the communication between clients and CIM object manager occur.