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

java.lang.Object
  extended byorg.jboss.invocation.pooled.interfaces.PooledInvokerProxy.ClientSocket
Enclosing class:
PooledInvokerProxy

protected static class PooledInvokerProxy.ClientSocket
extends Object


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

Field Detail

out

public ObjectOutputStream out

in

public ObjectInputStream in

socket

public Socket socket

timeout

public int timeout
Constructor Detail

PooledInvokerProxy.ClientSocket

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

finalize

protected void finalize()


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