Uses of Class
org.objectweb.carol.cmi.Decision

Packages that use Decision
org.objectweb.carol.cmi   
 

Uses of Decision in org.objectweb.carol.cmi
 

Methods in org.objectweb.carol.cmi that return Decision
static Decision Decision.doRetry()
          Creates a retry decision
static Decision Decision.doThrow()
          Creates a throw decision
static Decision Decision.doReturn(java.lang.Object retVal)
          Creates a return decision
 Decision Distributor.onException(StubData sd, java.lang.Exception ex)
          Decison on Exception The application deployer can override this method to make its own choices.
 Decision Distributor.onReturn(StubData sd, java.lang.Object retVal)
          Decision on return The application deployer can override this method to make its own choices.