|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for Provider specific callbacks to the CIMOM.
Method Summary | |
void |
deliverEvent(java.lang.String namespace,
CIMInstance indication)
Method used by event providers to deliver indications into the CIM object manager. |
int |
getCurrentAuditId()
Returns a usually unique identifier for the session to be used in auditing records to identify the remote client connection. |
java.lang.String |
getCurrentClientHost()
Returns the remote client host name for the current session. |
java.lang.String |
getCurrentRole()
Returns the current role assumed by the current authenticated user. |
java.lang.String |
getCurrentUser()
Returns the current user on whose behalf the provider has been invoked. |
javax.wbem.provider.CIMAssociatorProvider |
getInternalCIMAssociatorProvider()
Get the handle to an internal instance provider which can be used to traverse static association instances. |
javax.wbem.provider.CIMInstanceProvider |
getInternalCIMInstanceProvider()
Get the handle to an internal instance provider which can be used to store static instance information for the provider. |
java.util.Locale[] |
getRequestedLocales()
|
Methods inherited from interface javax.wbem.client.CIMOMHandle |
addCIMListener, associatorNames, associators, close, createClass, createInstance, createQualifierType, deleteClass, deleteInstance, deleteQualifierType, enumerateClasses, enumerateClassNames, enumerateInstanceNames, enumerateInstances, enumQualifierTypes, execQuery, getClass, getIndicationHandler, getInstance, getQualifierType, invokeMethod, performBatchOperations, referenceNames, references, removeCIMListener, setClass, setInstance, setInstance, setQualifierType |
Method Detail |
public void deliverEvent(java.lang.String namespace, CIMInstance indication)
namespace
- The namespace to which this event pertains.indication
- The actual indicationpublic int getCurrentAuditId()
public java.lang.String getCurrentClientHost()
public java.lang.String getCurrentRole()
public java.lang.String getCurrentUser()
public javax.wbem.provider.CIMAssociatorProvider getInternalCIMAssociatorProvider()
public javax.wbem.provider.CIMInstanceProvider getInternalCIMInstanceProvider()
public java.util.Locale[] getRequestedLocales()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |