org.netbeans.modules.j2ee.dd/1 1.25.0 2

org.netbeans.modules.j2ee.dd.api.ejb
Interface InterceptorOrder


public interface InterceptorOrder


Method Summary
 int addInterceptorClass(String value)
           
 String[] getInterceptorClass()
           
 String getInterceptorClass(int index)
           
 int removeInterceptorClass(String value)
           
 void setInterceptorClass(int index, String value)
           
 void setInterceptorClass(String[] value)
           
 int sizeInterceptorClass()
           
 

Method Detail

addInterceptorClass

int addInterceptorClass(String value)

getInterceptorClass

String[] getInterceptorClass()

getInterceptorClass

String getInterceptorClass(int index)

removeInterceptorClass

int removeInterceptorClass(String value)

setInterceptorClass

void setInterceptorClass(int index,
                         String value)

setInterceptorClass

void setInterceptorClass(String[] value)

sizeInterceptorClass

int sizeInterceptorClass()

org.netbeans.modules.j2ee.dd/1 1.25.0 2

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.