|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used by providers to get information regarding the current request or act as a client.
Method Summary | |
void |
deliverEvent(CIMInstance indication,
CIMObjectPath[] matchedFilterOps)
Method used by indication providers to deliver indications to the CIM object manager. |
void |
deliverEvent(java.lang.String namespace,
CIMInstance indication)
Method used by indication providers to deliver indications to the CIM object manager. |
java.lang.String |
getClient()
Returns the remote client host name or IP Address for the current session. |
AssociatorProvider |
getInternalAssociatorProvider()
Get the handle to an internal instance provider which can be used to traverse static association instances. |
InstanceProvider |
getInternalInstanceProvider()
Get the handle to an internal instance provider which can be used to store static instance information for the provider. |
java.util.Locale[] |
getRequestedLocales()
Get the locales requested from the client in priority order. |
java.lang.String |
getRole()
Returns the current role assumed by the current authenticated user. |
java.lang.String |
getUser()
Returns the current user on whose behalf the provider has been invoked. |
Methods inherited from interface javax.wbem.client.WBEMClient |
associatorNames, associators, close, createClass, createInstance, deleteClass, deleteInstance, deleteQualifierType, enumerateClasses, enumerateClassNames, enumerateInstanceNames, enumerateInstances, enumerateQualifierTypes, execQuery, getClass, getInstance, getQualifierType, initialize, invokeMethod, modifyClass, modifyInstance, referenceNames, references, setLocales, setQualifierType, setTimeout |
Method Detail |
public void deliverEvent(CIMInstance indication, CIMObjectPath[] matchedFilterOps)
indication
- The actual indicationmatchedFilterOps
- Array of object paths to the matched filters. If
an object path is null, it is ignored. If any filter is invalid, for
example, if it cannot be found, then the indication is not delivered to
any of the filters.public void deliverEvent(java.lang.String namespace, CIMInstance indication)
namespace
- The namespace to which this event pertains.indication
- The actual indicationpublic java.lang.String getClient()
public AssociatorProvider getInternalAssociatorProvider()
public InstanceProvider getInternalInstanceProvider()
public java.util.Locale[] getRequestedLocales()
public java.lang.String getRole()
public java.lang.String getUser()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |