Uses of Interface
org.sblim.wbem.client.indications.CIMListener
Packages that use CIMListener
Package
Description
Public API for client connections and WBEM operations.
Public API for creation of indication listeners.
-
Uses of CIMListener in org.sblim.wbem.cimclient.sample
Classes in org.sblim.wbem.cimclient.sample that implement CIMListener -
Uses of CIMListener in org.sblim.wbem.client
Methods in org.sblim.wbem.client with parameters of type CIMListenerModifier and TypeMethodDescriptionvoidCIMClient.addCIMListener(CIMListener pListener) Adds the specified CIMListener to start receiving indications from the CIM server.voidCIMClientXML.addCIMListener(CIMListener pListener) voidCIMClientXML.addCIMListener(CIMListener pListener, String pId) voidCIMOMHandle.addCIMListener(CIMListener pListener) CIMClient.getIndicationHandler(CIMListener pListener) This methods return an instance of CIM_IndicationHandler, since CIM over HTTP is used as transport an instance of CIM_IndicationHandlerCIMXML is returned.CIMClientXML.getIndicationHandler(CIMListener pListener) CIMOMHandle.getIndicationHandler(CIMListener pListener) CIMClient.getIndicationListener(CIMListener pListener) This methods return an instance of CIM_IndicationDestination, since CIM over HTTP is used as transport an instance of CIM_ListenerDestinationCIMXML is returned.CIMClientXML.getIndicationListener(CIMListener pListener) CIMOMHandle.getIndicationListener(CIMListener pListener) voidCIMClient.removeCIMListener(CIMListener pListener) Removes the specified CIMListener, to stop receiving indications from the CIM server.voidCIMClientXML.removeCIMListener(CIMListener pListener) voidCIMOMHandle.removeCIMListener(CIMListener pListener) -
Uses of CIMListener in org.sblim.wbem.client.indications
Methods in org.sblim.wbem.client.indications with parameters of type CIMListenerModifier and TypeMethodDescriptionvoidCIMIndicationListenertList.addListener(CIMListener pListener) voidCIMIndicationListenertList.removeListener(CIMListener pListener)