Package javax.wbem.provider

Provides classes and interfaces for writing WBEM Providers.

See:
          Description

Interface Summary
AssociatorProvider This interface is implemented by providers that provide dynamic association instances.
Authorizable This is a marker interface which indicates that the provider does its own authorization check.
IndicationProvider This interface is implemented by indication providers.
InstanceProvider This interface is implemented by instance providers.
MethodProvider This interface is implemented by method providers.
Provider This interface must be implemented by all providers.
ProviderHandle This interface is used by providers to get information regarding the current request or act as a client.
 

Package javax.wbem.provider Description

Provides classes and interfaces for writing WBEM Providers. A WBEM Provider is a piece of code that instruments one or more aspects of the CIM Schema. For more information on CIM, see http://www.dmtf.org/

Since:
JSR481.0.0


Java™ WBEM (JSR48) 1.0.0 API