当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 common API Documentation 英文版文档
RMIMultiSocketServer (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档
org.jboss.net.sockets
Class RMIMultiSocketServer
java.lang.Object
org.jboss.net.sockets.RMIMultiSocketServer
- public class RMIMultiSocketServer
- extends Object
- Version:
- $Revision: 1.2 $
- Author:
- bill@jboss.org
Method Summary |
static Remote |
exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
Class[] interfaces,
int numSockets)
|
static Remote |
exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
int numSockets)
|
static boolean |
unexportObject(Remote obj,
boolean force)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RMIMultiSocketServer
public RMIMultiSocketServer()
exportObject
public static Remote exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
Class[] interfaces,
int numSockets)
throws RemoteException
- Throws:
RemoteException
exportObject
public static Remote exportObject(Remote obj,
int port,
RMIClientSocketFactory csf,
RMIServerSocketFactory ssf,
int numSockets)
throws RemoteException
- Throws:
RemoteException
unexportObject
public static boolean unexportObject(Remote obj,
boolean force)
throws NoSuchObjectException
- Throws:
NoSuchObjectException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.