Uses of Interface
javax.wbem.listener.IndicationListener
-
Packages that use IndicationListener Package Description javax.wbem.listener Provides classes and interfaces for writing WBEM Listeners.org.sblim.cimclient 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 IndicationListener Modifier and Type Method Description intWBEMListener. addListener(IndicationListener pListener, int pPort, java.lang.String pTransport)Add a new listener using the specified port.intWBEMListener. addListener(IndicationListener pListener, int pPort, java.lang.String pTransport, java.lang.String localAddr)Add a new listener using the specified port. -
Uses of IndicationListener in org.sblim.cimclient
Methods in org.sblim.cimclient that return IndicationListener Modifier and Type Method Description IndicationListenerWBEMListenerSBLIM.WBEMListenerImpl. getIndicationListener()Returns the listener we forward the indications to.Methods in org.sblim.cimclient with parameters of type IndicationListener Modifier and Type Method Description intWBEMListenerSBLIM. addListener(IndicationListener pListener, int pPort, java.lang.String pTransport)intWBEMListenerSBLIM. addListener(IndicationListener pListener, int pPort, java.lang.String pTransport, java.lang.String pLocalAddr)intWBEMListenerSBLIM. addListener(IndicationListener pListener, int pPort, java.lang.String pTransport, java.lang.String pLocalAddr, java.util.Properties pConfigurationProperties)Add a new listener using the specified port.
-