Package | Description |
---|---|
org.objectweb.carol.cmi |
Modifier and Type | Method and Description |
---|---|
static Decision |
Decision.doRetry()
Creates a retry decision
|
static Decision |
Decision.doReturn(java.lang.Object retVal)
Creates a return decision
|
static Decision |
Decision.doThrow()
Creates a throw 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.
|