org.jacorb.orb.iiop

Class IIOPListener

public class IIOPListener extends ListenerBase

Version: $Id: IIOPListener.java,v 1.37 2006/07/19 15:25:46 alphonse.bendt Exp $

Author: Andre Spiegel

Nested Class Summary
classIIOPListener.Acceptor
Method Summary
voidconfigure(Configuration configuration)
protected ConnectioncreateServerConnection(Socket socket, boolean is_ssl)
Template method to create a server-side ETF Connection.
voiddestroy()
voidlisten()
voidrenewSSLServerSocket()

Method Detail

configure

public void configure(Configuration configuration)

createServerConnection

protected Connection createServerConnection(Socket socket, boolean is_ssl)
Template method to create a server-side ETF Connection. This can be overridden by subclasses to pass a different kind of Connection up to the ORB.

destroy

public void destroy()
{@inheritDoc }

listen

public void listen()
{@inheritDoc }

renewSSLServerSocket

public void renewSSLServerSocket()