Uses of Interface
javax.wbem.listener.IndicationListener
Packages that use IndicationListener
Package
Description
Provides classes and interfaces for writing WBEM Listeners.
Provides classes and interfaces for SBLIM extensions to JSR48.
-
Uses of IndicationListener in javax.wbem.listener
Methods in javax.wbem.listener with parameters of type IndicationListenerModifier and TypeMethodDescriptionint
WBEMListener.addListener
(IndicationListener pListener, int pPort, String pTransport) Add a new listener using the specified port.int
WBEMListener.addListener
(IndicationListener pListener, int pPort, String pTransport, String localAddr) Add a new listener using the specified port. -
Uses of IndicationListener in org.sblim.cimclient
Methods in org.sblim.cimclient that return IndicationListenerModifier and TypeMethodDescriptionWBEMListenerSBLIM.WBEMListenerImpl.getIndicationListener()
Returns the listener we forward the indications to.Methods in org.sblim.cimclient with parameters of type IndicationListenerModifier and TypeMethodDescriptionint
WBEMListenerSBLIM.addListener
(IndicationListener pListener, int pPort, String pTransport) int
WBEMListenerSBLIM.addListener
(IndicationListener pListener, int pPort, String pTransport, String pLocalAddr) int
WBEMListenerSBLIM.addListener
(IndicationListener pListener, int pPort, String pTransport, String pLocalAddr, Properties pConfigurationProperties) Add a new listener using the specified port.