File
Doc
Category
Size
Date
Package
TellerInterceptor.java
API Doc
JBoss 4.2.1
1828
Fri Jul 13 20:53:28 BST 2007
org.jboss.ejb3.test.bank
TellerInterceptor
java.lang.Object
public class TellerInterceptor extends Object implements org.jboss.aop.advice.Interceptor, Serializable
Comment
author
William DeCoste
version
$Revision: 60233 $
Fields Summary
private static final Logger
log
public static boolean
accessed
Constructors Summary
public TellerInterceptor
()
Methods Summary
public
java.lang.String
getName
()
return "TellerInterceptor";
public
java.lang.Object
invoke
(
org.jboss.aop.joinpoint.Invocation
invocation)
try { return invocation.invokeNext(); } finally { accessed = true; }
Java Code Source