org.jboss.jms.client.container
Class ConsumerAspect

java.lang.Object
  extended by org.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: 4948 $ $Id: ConsumerAspect.java 4948 2008-09-16 07:53:40Z gaohoward $
Author:
Ovidiu Feodorov, Tim Fox

Constructor Summary
ConsumerAspect()
           
 
Method Summary
 java.lang.Object handleClosing(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleCreateConsumerDelegate(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleGetDestination(org.jboss.aop.joinpoint.Invocation invocation)
           
 javax.jms.MessageListener handleGetMessageListener(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleGetMessageSelector(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleGetNoLocal(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleReceive(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleReceiveNoWait(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object handleSetMessageListener(org.jboss.aop.joinpoint.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(org.jboss.aop.joinpoint.Invocation invocation)
                                              throws java.lang.Throwable
Throws:
java.lang.Throwable

handleClosing

public java.lang.Object handleClosing(org.jboss.aop.joinpoint.Invocation invocation)
                               throws java.lang.Throwable
Throws:
java.lang.Throwable

handleReceive

public java.lang.Object handleReceive(org.jboss.aop.joinpoint.Invocation invocation)
                               throws java.lang.Throwable
Throws:
java.lang.Throwable

handleReceiveNoWait

public java.lang.Object handleReceiveNoWait(org.jboss.aop.joinpoint.Invocation invocation)
                                     throws java.lang.Throwable
Throws:
java.lang.Throwable

handleSetMessageListener

public java.lang.Object handleSetMessageListener(org.jboss.aop.joinpoint.Invocation invocation)
                                          throws java.lang.Throwable
Throws:
java.lang.Throwable

handleGetMessageListener

public javax.jms.MessageListener handleGetMessageListener(org.jboss.aop.joinpoint.Invocation invocation)
                                                   throws java.lang.Throwable
Throws:
java.lang.Throwable

handleGetDestination

public java.lang.Object handleGetDestination(org.jboss.aop.joinpoint.Invocation invocation)
                                      throws java.lang.Throwable
Throws:
java.lang.Throwable

handleGetNoLocal

public java.lang.Object handleGetNoLocal(org.jboss.aop.joinpoint.Invocation invocation)
                                  throws java.lang.Throwable
Throws:
java.lang.Throwable

handleGetMessageSelector

public java.lang.Object handleGetMessageSelector(org.jboss.aop.joinpoint.Invocation invocation)
                                          throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2006 JBoss Inc. All Rights Reserved.