Uses of Interface
org.sblim.cimclient.IndicationListenerSBLIM
-
Packages that use IndicationListenerSBLIM Package Description org.sblim.cimclient Provides classes and interfaces for SBLIM extensions to JSR48. -
-
Uses of IndicationListenerSBLIM in org.sblim.cimclient
Methods in org.sblim.cimclient that return IndicationListenerSBLIM Modifier and Type Method Description IndicationListenerSBLIMWBEMListenerSBLIM.WBEMListenerImpl. getIndicationListenerSBLIM()Returns the listener we forward the indications to.Methods in org.sblim.cimclient with parameters of type IndicationListenerSBLIM Modifier and Type Method Description intWBEMListenerSBLIM. addListener(IndicationListenerSBLIM pListener, int pPort, java.lang.String pTransport)Add a new listener using the specified port.intWBEMListenerSBLIM. addListener(IndicationListenerSBLIM pListener, int pPort, java.lang.String pTransport, java.lang.String pLocalAddr)Add a new listener using the specified port and local address.intWBEMListenerSBLIM. addListener(IndicationListenerSBLIM pListener, int pPort, java.lang.String pTransport, java.lang.String pLocalAddr, java.util.Properties pConfigurationProperties)Add a new listener using the specified port, local address and properties.
-