org.jboss.ejb3.interceptors.currentinvocation
Class CurrentContainerInvocation

java.lang.Object
  extended by org.jboss.aspects.currentinvocation.CurrentInvocation
      extended by org.jboss.ejb3.interceptors.currentinvocation.CurrentContainerInvocation

public class CurrentContainerInvocation
extends org.jboss.aspects.currentinvocation.CurrentInvocation

CurrentContainerInvocation A simple extension to CurrentInvocation which handles casting to EJB3 ContainerMethodInvocation as a convenience

Version:
$Revision: $
Author:
ALR

Constructor Summary
CurrentContainerInvocation()
           
 
Method Summary
static ContainerMethodInvocation getCurrentInvocation()
          Retrieves the ContainerMethodInvocation associated with the current Thread / request if one is associated.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentContainerInvocation

public CurrentContainerInvocation()
Method Detail

getCurrentInvocation

public static ContainerMethodInvocation getCurrentInvocation()
Retrieves the ContainerMethodInvocation associated with the current Thread / request if one is associated. Returns null otherwise

Returns:


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.