Uses of Interface
org.jboss.remoting.socketfactory.SocketCreationListener

Packages that use SocketCreationListener
org.jboss.remoting.socketfactory   
 

Uses of SocketCreationListener in org.jboss.remoting.socketfactory
 

Methods in org.jboss.remoting.socketfactory that return SocketCreationListener
 SocketCreationListener CreationListenerServerSocket.getListener()
           
 SocketCreationListener CreationListenerServerSocketFactory.getListener()
           
 SocketCreationListener CreationListenerSocketFactory.getListener()
           
 

Methods in org.jboss.remoting.socketfactory with parameters of type SocketCreationListener
 void CreationListenerServerSocket.setListener(SocketCreationListener listener)
           
 void CreationListenerServerSocketFactory.setListener(SocketCreationListener listener)
           
 void CreationListenerSocketFactory.setListener(SocketCreationListener listener)
           
 

Constructors in org.jboss.remoting.socketfactory with parameters of type SocketCreationListener
CreationListenerServerSocket(java.net.ServerSocket serverSocket, SocketCreationListener listener)
           
CreationListenerServerSocketFactory(javax.net.ServerSocketFactory factory, SocketCreationListener listener)
           
CreationListenerSocketFactory(SocketCreationListener listener)
           
CreationListenerSocketFactory(javax.net.SocketFactory factory, SocketCreationListener listener)
           
 



Copyright ? 1998-2005 JBoss Inc . All Rights Reserved.