metaglue.AgentPrimer
Class AgentExceptionHandler

java.lang.Object
  |
  +--metaglue.AgentPrimer.AgentExceptionHandler

public class AgentExceptionHandler
extends Object


Constructor Summary
AgentExceptionHandler(MetagluePrimitives ap, AgentID aid, Catalog c)
           
 
Method Summary
 void goodCall()
          called if a RMI call was successfull.
 boolean handleRemoteException(RemoteException re, ExceptionHandler caller, String method_name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentExceptionHandler

public AgentExceptionHandler(MetagluePrimitives ap,
                             AgentID aid,
                             Catalog c)
Method Detail

handleRemoteException

public boolean handleRemoteException(RemoteException re,
                                     ExceptionHandler caller,
                                     String method_name)

goodCall

public void goodCall()
called if a RMI call was successfull.