javax.rmi
Class PortableRemoteObject

java.lang.Object
  extended by javax.rmi.PortableRemoteObject

public class PortableRemoteObject
extends Object


Constructor Summary
protected PortableRemoteObject()
           
 
Method Summary
static void connect(Remote target, Remote source)
           
static void exportObject(Remote o)
           
static Object narrow(Object from, Class to)
           
static Remote toStub(Remote o)
           
static void unexportObject(Remote o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortableRemoteObject

protected PortableRemoteObject()
                        throws RemoteException
Throws:
RemoteException
Method Detail

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.