org.netbeans.modules.j2ee.dd/1 1.13.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.13.0 2

Built on November 20 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.