| Home >> All >> org >> apache >> geronimo >> core |
| | org.apache.geronimo.core.service.* (14) |
Package Samples:
org.apache.geronimo.core.service
Classes:
InvocationResult: The result of an Invocation. There are two types of result: normal - indicating the operation completed normally (e.g. the method returned) exception - indicating the operation completed abnormally (e.g. the method threw a checked exception) Note that these should both be considered a normal completion of the operation by the container. Abnormal completions, such as a RuntimeException or Error from the invocation, or any problem in the interceptor chain itself, should result in a Throwable being thrown up the chain rather than being contained in this result. This distinction mirrors the semantics ...
Component: Implements the JSR 77 state model
ManagedContainer: ManagedContainer
ManagedComponent: ManagedComponent
Container: Container
SimpleInvocationResult
SimpleInvocation
InvocationKey
StackThreadLocal
RPCContainer
Invocation
StringInvocationKey
InvocationType
Interceptor
| Home | Contact Us | Privacy Policy | Terms of Service |