File
Doc
Category
Size
Date
Package
Interceptors.java
API Doc
JBoss 4.2.1
1587
Fri Jul 13 20:53:56 BST 2007
org.jboss.ejb3.metamodel
Interceptors
java.lang.Object
public class Interceptors extends Object
author
Kabir Khan
version
$Revision: 60233 $
Fields Summary
ArrayList
interceptors
Constructors Summary
public Interceptors
()
// FIXME Interceptors constructor super();
Methods Summary
public void
addInterceptor
(
Interceptor
interceptor)
interceptors.add(interceptor);
public
java.util.ArrayList
getInterceptors
()
return interceptors;
Java Code Source