Uses of Interface
javax.wbem.listener.WBEMListener
-
Packages that use WBEMListener 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 WBEMListener in javax.wbem.listener
Methods in javax.wbem.listener that return WBEMListener Modifier and Type Method Description static WBEMListenerWBEMListenerFactory. getListener(java.lang.String pProtocol)Get a WBEM Listener implementation for the specified protocol. -
Uses of WBEMListener in org.sblim.cimclient
Classes in org.sblim.cimclient that implement WBEMListener Modifier and Type Class Description classWBEMListenerSBLIMClass WBEMListenerSBLIM is the SBLIM implementation of the WBEMListener interface.
-