org.openware.jdf.protocol
Class JDFRemoteObject
java.lang.Object
|
+--org.openware.jdf.protocol.JDFRemoteObject
- All Implemented Interfaces:
- java.io.Serializable
- public class JDFRemoteObject
- extends java.lang.Object
- implements java.io.Serializable
If the return value of a method is a java.rmi.Remote
object then the object is to be created in the remote
server and will reside there (i.e. the whole object
will NOT be returned, but a stub instead). This class
holds the information so that the stub can be created
on the client.
- Author:
- Vincent Sheffer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDFRemoteObject
public JDFRemoteObject(java.lang.String className,
Location location,
java.lang.String oid)
getClassName
public java.lang.String getClassName()
getOID
public java.lang.String getOID()
getLocation
public Location getLocation()
Copyright © 2000, 2001 Openware, Spin Software. All Rights Reserved.