当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 server API Documentation 英文版文档
org.jboss.invocation (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档
Package org.jboss.invocation
Interface Summary |
Invoker |
This invoker carries Invocation in the JMX target node. |
Class Summary |
ByValueInvokerInterceptor |
An InvokerInterceptor that does not optimize remote invocations. |
Invocation |
The Invocation object is the generic object flowing through our interceptors. |
InvocationContext |
The Invocation Context
|
InvocationKey |
Type safe enumeration used for keys in the Invocation object. |
InvocationStatistics |
A method invocation statistics collection class. |
InvocationType |
Type safe enumeration used for to identify the invocation types. |
InvokerInterceptor |
A very simple implementation of it that branches to the local stuff. |
LocalEJBInvocation |
Optimized invocation object for Local interface invocations |
MarshalledInvocation |
The MarshalledInvocation is an invocation that travels. |
MarshalledValue |
A simple replacement for the RMI MarshalledObject that uses the thread
context class loader for resolving classes and proxies. |
MarshalledValueInputStream |
An ObjectInputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
MarshalledValueOutputStream |
An ObjectOutputStream subclass used by the MarshalledValue class to
ensure the classes and proxies are loaded using the thread context
class loader. |
MarshallingInvokerInterceptor |
An InvokerInterceptor that does not optimize in VM invocations |
PayloadKey |
Type safe enumeration used for to identify the payloads. |
Exception Summary |
InvocationException |
A nested exception that is used to differentiate application exceptions
from communication exceptions. |
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.