_default
Class CTL_Registry

java.lang.Object
  extended by CTL.RI
      extended by _default.CTL_Registry

public class CTL_Registry
extends RI


Field Summary
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
CTL_Registry()
           
CTL_Registry(Process proc)
           
CTL_Registry(Process proc, java.lang.String arg0)
           
CTL_Registry(java.lang.String arg0)
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 rResult get_rr(java.lang.String arg0, AnyObj arg1)
           
 Location get(java.lang.String arg0, AnyObj arg1)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
 void regist(java.lang.String arg0, AnyObj arg1, Location arg2)
           
 
Methods inherited from class CTL.RI
objID, peerID, proc, setObjID, setPeerID, use
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CTL_Registry

public CTL_Registry()

CTL_Registry

public CTL_Registry(Process proc)

CTL_Registry

public CTL_Registry(java.lang.String arg0)

CTL_Registry

public CTL_Registry(Process proc,
                    java.lang.String arg0)
Method Detail

getBase

public java.lang.String getBase()
Description copied from class: RI
Retrieve the implementation class of this remote interface

Overrides:
getBase in class RI
Returns:
Implementation class as string

get

public Location get(java.lang.String arg0,
                    AnyObj arg1)

get_rr

public rResult get_rr(java.lang.String arg0,
                      AnyObj arg1)

regist

public void regist(java.lang.String arg0,
                   AnyObj arg1,
                   Location arg2)

accept

public static void accept(OIStream in,
                          Header ohead,
                          long objID,
                          FID fid,
                          int id,
                          Env env)
                   throws java.io.IOException,
                          java.lang.ClassNotFoundException,
                          java.lang.InstantiationException,
                          java.lang.IllegalAccessException,
                          java.lang.NoSuchMethodException,
                          java.lang.reflect.InvocationTargetException,
                          CTLException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
CTLException