org.sblim.wbem.client.indications
Class CIMIndicationListenertList
java.lang.Object
org.sblim.wbem.client.indications.CIMIndicationListenertList
public class CIMIndicationListenertList
extends java.lang.Object
Maintains a list of CIMListeners. This class must be used with
CIMIndicationHandler, CIMEventDispatcher classes, which provide the necesary
framework to handle CIMIndications.
iTableId
protected Hashtable iTableId
CIMIndicationListenertList
public CIMIndicationListenertList()
addListener
public void addListener(CIMListener pListener)
getListeners
public Vector getListeners()
getListeners
public Vector getListeners(String pId)
removeListener
public void removeListener(CIMListener pListener)
Copyright © 2005, 2006 IBM Corporation. All Rights Reserved.