org.sblim.wbem.client.indications

Class 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

protected Hashtable
iTableId

Constructor Summary

CIMIndicationListenertList()

Method Summary

void
addListener(CIMListener pListener)
Vector
getListeners()
Vector
getListeners(String pId)
void
removeListener(CIMListener pListener)

Field Details

iTableId

protected Hashtable iTableId

Constructor Details

CIMIndicationListenertList

public CIMIndicationListenertList()

Method Details

addListener

public void addListener(CIMListener pListener)

getListeners

public Vector getListeners()

getListeners

public Vector getListeners(String pId)

removeListener

public void removeListener(CIMListener pListener)

Copyright © 2005, 2009 IBM Corporation. All Rights Reserved.