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

Constructor Summary
JDFRemoteObject(java.lang.String className, Location location, java.lang.String oid)
           
 
Method Summary
 java.lang.String getClassName()
           
 Location getLocation()
           
 java.lang.String getOID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDFRemoteObject

public JDFRemoteObject(java.lang.String className,
                       Location location,
                       java.lang.String oid)
Method Detail

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.