org.apache.geronimo.security.remoting.jmx
Class RequestChannelInterceptorInvoker

java.lang.Object
  extended by org.apache.geronimo.security.remoting.jmx.RequestChannelInterceptorInvoker
All Implemented Interfaces:
org.activeio.RequestListener

public class RequestChannelInterceptorInvoker
extends Object
implements org.activeio.RequestListener


Nested Class Summary
static class RequestChannelInterceptorInvoker.ThrowableWrapper
           
 
Constructor Summary
RequestChannelInterceptorInvoker(org.apache.geronimo.interceptor.Interceptor next, ClassLoader classloader)
           
 
Method Summary
 ClassLoader getClassloader()
           
 org.activeio.Packet onRequest(org.activeio.Packet request)
           
 void onRquestError(IOException error)
           
 void setClassloader(ClassLoader classloader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestChannelInterceptorInvoker

public RequestChannelInterceptorInvoker(org.apache.geronimo.interceptor.Interceptor next,
                                        ClassLoader classloader)
Method Detail

getClassloader

public ClassLoader getClassloader()

setClassloader

public void setClassloader(ClassLoader classloader)

onRequest

public org.activeio.Packet onRequest(org.activeio.Packet request)
Specified by:
onRequest in interface org.activeio.RequestListener

onRquestError

public void onRquestError(IOException error)
Specified by:
onRquestError in interface org.activeio.RequestListener


Copyright © 2006 Apache Software Foundation. All Rights Reserved.