org.jboss.jms.container
Class ForwardInterceptor

java.lang.Object
  extended byorg.jboss.jms.container.ForwardInterceptor

public class ForwardInterceptor
extends java.lang.Object

An interceptor for forwarding invocations.


Constructor Summary
ForwardInterceptor(Container (src)  delegate)
          Create a new forwarding interceptor
 
Method Summary
 java.lang.String getName()
           
 java.lang.Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForwardInterceptor

public ForwardInterceptor(Container (src)  delegate)
Create a new forwarding interceptor

Parameters:
delegate - the container to forward the invocation to
Method Detail

getName

public java.lang.String getName()

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable