org.jboss.invocation.pooled.interfaces
Class PooledInvokerProxy.ClientSocket

java.lang.Object
  extended by org.jboss.invocation.pooled.interfaces.PooledInvokerProxy.ClientSocket
All Implemented Interfaces:
EventListener, HandshakeCompletedListener
Enclosing class:
PooledInvokerProxy

protected static class PooledInvokerProxy.ClientSocket
extends Object
implements HandshakeCompletedListener

An encapsulation of a client connection


Field Summary
 ObjectInputStream in
           
 ObjectOutputStream out
           
 String sessionID
           
 Socket socket
           
 int timeout
           
 
Constructor Summary
PooledInvokerProxy.ClientSocket(Socket socket, int timeout)
           
 
Method Summary
protected  void finalize()
           
 void handshakeCompleted(HandshakeCompletedEvent event)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

out

public ObjectOutputStream out

in

public ObjectInputStream in

socket

public Socket socket

timeout

public int timeout

sessionID

public String sessionID
Constructor Detail

PooledInvokerProxy.ClientSocket

public PooledInvokerProxy.ClientSocket(Socket socket,
                                       int timeout)
                                throws Exception
Throws:
Exception
Method Detail

handshakeCompleted

public void handshakeCompleted(HandshakeCompletedEvent event)
Specified by:
handshakeCompleted in interface HandshakeCompletedListener

toString

public String toString()
Overrides:
toString in class Object

finalize

protected void finalize()
Overrides:
finalize in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.