jasco.runtime.distribution
Class ReferenceManager

java.lang.Object
  extended by jasco.runtime.distribution.ReferenceManager

public class ReferenceManager
extends java.lang.Object

Author:
dnielben

Method Summary
 long addDummyInstance(java.lang.Object anObject)
          This Method adds the dummy instance and creates the corresponding connector to aspectize the instance and create the proxy behavior
 java.lang.Object getDummyInstance(long instanceid)
           
static ReferenceManager getInstance()
           
 java.lang.Object redirect(JascoMethod jm, long refId)
          Redirects the call to the apropiate remote reference
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ReferenceManager getInstance()

redirect

public java.lang.Object redirect(JascoMethod jm,
                                 long refId)
Redirects the call to the apropiate remote reference


getDummyInstance

public java.lang.Object getDummyInstance(long instanceid)

addDummyInstance

public long addDummyInstance(java.lang.Object anObject)
This Method adds the dummy instance and creates the corresponding connector to aspectize the instance and create the proxy behavior