org.jboss.ejb3.interceptors.currentinvocation
Class CurrentContainerInvocation
java.lang.Object
org.jboss.aspects.currentinvocation.CurrentInvocation
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentContainerInvocation
public CurrentContainerInvocation()
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.