org.jboss.ejb3.metamodel
Class Interceptors

java.lang.Object
  extended by org.jboss.ejb3.metamodel.Interceptors

public class Interceptors
extends Object

Version:
$Revision: 61136 $
Author:
Kabir Khan

Constructor Summary
Interceptors()
           
 
Method Summary
 void addInterceptor(Interceptor interceptor)
           
 ArrayList<Interceptor> getInterceptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interceptors

public Interceptors()
Method Detail

addInterceptor

public void addInterceptor(Interceptor interceptor)

getInterceptors

public ArrayList<Interceptor> getInterceptors()


Copyright © 2009 JBoss Inc.. All Rights Reserved.