org.jboss.jms.client.container
Class ConsumerAspect

java.lang.Object
  extended byorg.jboss.jms.client.container.ConsumerAspect

public class ConsumerAspect
extends java.lang.Object

Handles operations related to the consumer. This aspect is PER_VM.

Version:
$Revision: 2684 $ $Id: ConsumerAspect.java 2684 2007-05-15 07:31:30Z timfox $
Author:
Ovidiu Feodorov, Tim Fox

Constructor Summary
ConsumerAspect()
           
 
Method Summary
 java.lang.Object handleClosing(Invocation invocation)
           
 java.lang.Object handleCreateConsumerDelegate(Invocation invocation)
           
 java.lang.Object handleGetDestination(Invocation invocation)
           
 MessageListener handleGetMessageListener(Invocation invocation)
           
 java.lang.Object handleGetMessageSelector(Invocation invocation)
           
 java.lang.Object handleGetNoLocal(Invocation invocation)
           
 java.lang.Object handleReceive(Invocation invocation)
           
 java.lang.Object handleReceiveNoWait(Invocation invocation)
           
 java.lang.Object handleSetMessageListener(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsumerAspect

public ConsumerAspect()
Method Detail

handleCreateConsumerDelegate

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

handleClosing

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

handleReceive

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

handleReceiveNoWait

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

handleSetMessageListener

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

handleGetMessageListener

public MessageListener handleGetMessageListener(Invocation invocation)
                                         throws java.lang.Throwable
Throws:
java.lang.Throwable

handleGetDestination

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

handleGetNoLocal

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

handleGetMessageSelector

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


Copyright © 2006 JBoss Inc. All Rights Reserved.