javax.rmi
Class PortableRemoteObject
java.lang.Object
javax.rmi.PortableRemoteObject
public class PortableRemoteObject
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortableRemoteObject
protected PortableRemoteObject()
throws RemoteException
- Throws:
RemoteException
connect
public static void connect(Remote target,
Remote source)
throws RemoteException
- Throws:
RemoteException
exportObject
public static void exportObject(Remote o)
throws RemoteException
- Throws:
RemoteException
narrow
public static Object narrow(Object from,
Class to)
throws ClassCastException
- Throws:
ClassCastException
toStub
public static Remote toStub(Remote o)
throws NoSuchObjectException
- Throws:
NoSuchObjectException
unexportObject
public static void unexportObject(Remote o)
throws NoSuchObjectException
- Throws:
NoSuchObjectException
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.