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

RMIMultiSocketClient (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.net.sockets
Class RMIMultiSocketClient

java.lang.Object
  extended byorg.jboss.net.sockets.RMIMultiSocketClient
All Implemented Interfaces:
InvocationHandler, Serializable

public class RMIMultiSocketClient
extends Object
implements InvocationHandler, Serializable

Version:
$Revision: 1.2 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Field Summary
protected  Random random
           
protected  Remote[] stubs
           
 
Constructor Summary
RMIMultiSocketClient(Remote[] stubs)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stubs

protected Remote[] stubs

random

protected Random random
Constructor Detail

RMIMultiSocketClient

public RMIMultiSocketClient(Remote[] stubs)
Method Detail

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


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