javaSys
Class GroupLocal

java.lang.Object
  extended by CTL.RI
      extended by javaSys.GroupCI
          extended by javaSys.GroupLocal

public class GroupLocal
extends GroupCI


Field Summary
private  Group self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
GroupLocal()
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
static void recvException(java.lang.String arg0)
           
 void recvTermination(PeerID arg0, java.lang.String arg1)
           
 
Methods inherited from class javaSys.GroupCI
peerID, proc, use
 
Methods inherited from class CTL.RI
objID, setObjID, setPeerID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

self

private Group self
Constructor Detail

GroupLocal

public GroupLocal()
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 GroupCI
Returns:
Implementation class as string

recvTermination

public void recvTermination(PeerID arg0,
                            java.lang.String arg1)
Overrides:
recvTermination in class GroupCI

recvException

public static void recvException(java.lang.String arg0)

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