Package | Description |
---|---|
org.sblim.wbem.cimclient.sample | |
org.sblim.wbem.client |
Public API for client connections and WBEM operations.
|
org.sblim.wbem.client.indications |
Public API for creation of indication listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
IndicationSubscriptionListenerSample |
Modifier and Type | Method and Description |
---|---|
void |
CIMClient.addCIMListener(CIMListener pListener)
Adds the specified CIMListener to start receiving indications from the
CIM server.
|
void |
CIMClientXML.addCIMListener(CIMListener pListener) |
void |
CIMOMHandle.addCIMListener(CIMListener pListener) |
void |
CIMOMHandle.addCIMListener(CIMListener pListener) |
void |
CIMClientXML.addCIMListener(CIMListener pListener) |
void |
CIMClient.addCIMListener(CIMListener pListener)
Adds the specified CIMListener to start receiving indications from the
CIM server.
|
void |
CIMClientXML.addCIMListener(CIMListener pListener,
java.lang.String pId) |
void |
CIMClientXML.addCIMListener(CIMListener pListener,
java.lang.String pId) |
CIMInstance |
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.
|
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationHandler(CIMListener pListener) |
CIMInstance |
CIMClientXML.getIndicationHandler(CIMListener pListener) |
CIMInstance |
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.
|
CIMInstance |
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.
|
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMOMHandle.getIndicationListener(CIMListener pListener) |
CIMInstance |
CIMClientXML.getIndicationListener(CIMListener pListener) |
CIMInstance |
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.
|
void |
CIMClient.removeCIMListener(CIMListener pListener)
Removes the specified CIMListener, to stop receiving indications from the
CIM server.
|
void |
CIMClientXML.removeCIMListener(CIMListener pListener) |
void |
CIMOMHandle.removeCIMListener(CIMListener pListener) |
void |
CIMOMHandle.removeCIMListener(CIMListener pListener) |
void |
CIMClientXML.removeCIMListener(CIMListener pListener) |
void |
CIMClient.removeCIMListener(CIMListener pListener)
Removes the specified CIMListener, to stop receiving indications from the
CIM server.
|
Modifier and Type | Method and Description |
---|---|
void |
CIMIndicationListenertList.addListener(CIMListener pListener) |
void |
CIMIndicationListenertList.addListener(CIMListener pListener) |
void |
CIMIndicationListenertList.removeListener(CIMListener pListener) |
void |
CIMIndicationListenertList.removeListener(CIMListener pListener) |
Copyright © 2005, 2011 IBM Corporation. All Rights Reserved.