org.jboss.ejb3.metamodel
Class InterceptorOrder

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

public class InterceptorOrder
extends Object

Version:
$Revision: 61136 $
Author:
Kabir Khan

Constructor Summary
InterceptorOrder()
           
 
Method Summary
 void addInterceptorClass(String interceptorClass)
           
 ArrayList<String> getInterceptorClasses()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterceptorOrder

public InterceptorOrder()
Method Detail

addInterceptorClass

public void addInterceptorClass(String interceptorClass)

getInterceptorClasses

public ArrayList<String> getInterceptorClasses()


Copyright © 2009 JBoss Inc.. All Rights Reserved.