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.
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.Hashtable
iTableId
-
Constructor Summary
Constructors Constructor Description CIMIndicationListenertList()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addListener(CIMListener pListener)
java.util.Vector
getListeners()
java.util.Vector
getListeners(java.lang.String pId)
void
removeListener(CIMListener pListener)
-
-
-
Method Detail
-
addListener
public void addListener(CIMListener pListener)
-
removeListener
public void removeListener(CIMListener pListener)
-
getListeners
public java.util.Vector getListeners()
-
getListeners
public java.util.Vector getListeners(java.lang.String pId)
-
-