|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvocationException | |
org.jboss.mx.interceptor | |
org.jboss.mx.server |
Uses of InvocationException in org.jboss.mx.interceptor |
Methods in org.jboss.mx.interceptor that throw InvocationException | |
Object |
StandardMBeanInfoInterceptor.invoke(Invocation invocation)
|
Object |
PersistenceInterceptor.invoke(Invocation invocation)
|
Object |
ModelMBeanInfoInterceptor.invoke(Invocation invocation)
Return the MBeanInfo from the invocation MBeanInvoker |
Object |
ModelMBeanAttributeInterceptor.invoke(Invocation invocation)
|
Object |
Interceptor.invoke(Invocation invocation)
The invoke method is called when the invocation object passes this interceptor. |
Object |
AbstractInterceptor.invoke(Invocation invocation)
The default invoke implementation queries the invocation object for the next interceptor in the chain. |
Uses of InvocationException in org.jboss.mx.server |
Methods in org.jboss.mx.server that throw InvocationException | |
Object |
ReflectedDispatcher.dispatch(Object[] args)
|
protected void |
ReflectedDispatcher.handleInvocationExceptions(Throwable t)
|
Object |
Invocation.dispatch()
|
Object |
Invocation.dispatch(Object[] args)
|
Object |
Invocation.invoke()
|
Object |
Dispatcher.dispatch(Object[] args)
|
Object |
AttributeDispatcher.dispatch(Object[] args)
Dispatch the attribute set or get. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |