org.jboss.jms.client.container
Class ConcurrencyInterceptor

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

public class ConcurrencyInterceptor
extends java.lang.Object

Interceptor - useful in debugging to determine when concurrent access to objects is occurring Not to be used in normal usage This interceptor is PER_INSTANCE.

Author:
Constructor Summary
ConcurrencyInterceptor()
           
 
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

ConcurrencyInterceptor

public ConcurrencyInterceptor()
Method Detail

getName

public java.lang.String getName()

invoke

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


Copyright © 2006 JBoss Inc. All Rights Reserved.