Class DummyNetworkListener

  • All Implemented Interfaces:
    NetworkListener, ConfigBeanProxy, PropertyBag

    public class DummyNetworkListener
    extends Object
    implements NetworkListener
    This is a dummy implementation of the NetworkListener interface. This is used to create a fake network-listener elements. This is used only to support lazyInit attribute of iiop and jms services through the light weight listener. Ultimately, these services will move to their own network-listener element in domain.xml (at which point we have to get rid of this fake object). But till the time IIOP and JMS service elements in domain.xml can move to use network-listener element, we will create this "fake network-listener" which in turn will help start light weight listener for these services.