站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

PooledInvokerProxy.ClientSocket (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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.