All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class edu.cmu.paid.network.voyager.PAID_Proxy

java.lang.Object
   |
   +----com.objectspace.voyager.Proxy
           |
           +----edu.cmu.paid.network.voyager.PAID_Proxy

public class PAID_Proxy
extends Proxy

Constructor Index

 o PAID_Proxy()

Method Index

 o getLocal()
Return a reference to a local proxy's associated object.
 o isLocal()
Check if the proxy is in the same program as its associated object.

Constructors

 o PAID_Proxy
 public PAID_Proxy()

Methods

 o isLocal
 public boolean isLocal()
Check if the proxy is in the same program as its associated object.

Overrides:
isLocal in class Proxy
 o getLocal
 public Object getLocal()
Return a reference to a local proxy's associated object.

Returns:
The associated object reference if the object is local, or null otherwise.
Overrides:
getLocal in class Proxy

All Packages  Class Hierarchy  This Package  Previous  Next  Index