|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.rmi.server.RemoteObject weblogic.rmi.server.RemoteServer weblogic.rmi.server.UnicastRemoteObject
This class is provided strictly for compatibility with java.rmi.*
package.
Constructor Summary | |
protected |
UnicastRemoteObject()
|
Method Summary | |
Object |
clone()
Returns a clone of the remote object that is distinct from the original. |
static Remote |
exportObject(Remote obj)
Exports a remote object so it is available to receive incoming calls using a server port. |
static boolean |
unexportObject(Object obj,
boolean force)
Removes a remote object from the RMI runtime. |
Methods inherited from class weblogic.rmi.server.RemoteServer |
getClientHost, getLog, setLog |
Methods inherited from class weblogic.rmi.server.RemoteObject |
toStub |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected UnicastRemoteObject()
Method Detail |
public Object clone() throws CloneNotSupportedException
CloneNotSupportedException
- if the clone failed due to
a RemoteException.public static Remote exportObject(Remote obj) throws RemoteException
obj
- the remote object to be exported.
RemoteException
- if the export fails.public static boolean unexportObject(Object obj, boolean force) throws NoSuchObjectException
true
, the object is removed
even if there are pending calls to the remote object or if the
remote object has calls in progress.false
, the object is removed only if there are
no pending or in progress calls to the object.
obj
- the remote object to be removed.force
- if true
, removes the object even if there are
pending or in-progress calls; if false
, removes the object
if there are no pending or in-progress calls.
NoSuchObjectException
- if the remote object is not
exported.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs90 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |