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

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


public interface InterceptorBinding


Method Summary
 int addDescription(String value)
           
 int addInterceptorClass(String value)
           
 String[] getDescription()
           
 String getDescription(int index)
           
 String getEjbName()
           
 String[] getInterceptorClass()
           
 String getInterceptorClass(int index)
           
 InterceptorOrder getInterceptorOrder()
           
 NamedMethod getMethod()
           
 boolean isExcludeClassInterceptors()
           
 boolean isExcludeDefaultInterceptors()
           
 InterceptorOrder newInterceptorOrder()
           
 NamedMethod newNamedMethod()
           
 int removeDescription(String value)
           
 int removeInterceptorClass(String value)
           
 void setDescription(int index, String value)
           
 void setDescription(String[] value)
           
 void setEjbName(String value)
           
 void setExcludeClassInterceptors(boolean value)
           
 void setExcludeDefaultInterceptors(boolean value)
           
 void setInterceptorClass(int index, String value)
           
 void setInterceptorClass(String[] value)
           
 void setInterceptorOrder(InterceptorOrder value)
           
 void setMethod(NamedMethod value)
           
 int sizeDescription()
           
 int sizeInterceptorClass()
           
 

Method Detail

addDescription

int addDescription(String value)

addInterceptorClass

int addInterceptorClass(String value)

getDescription

String[] getDescription()

getDescription

String getDescription(int index)

getEjbName

String getEjbName()

getInterceptorClass

String[] getInterceptorClass()

getInterceptorClass

String getInterceptorClass(int index)

getInterceptorOrder

InterceptorOrder getInterceptorOrder()

getMethod

NamedMethod getMethod()

isExcludeClassInterceptors

boolean isExcludeClassInterceptors()

isExcludeDefaultInterceptors

boolean isExcludeDefaultInterceptors()

newInterceptorOrder

InterceptorOrder newInterceptorOrder()

newNamedMethod

NamedMethod newNamedMethod()

removeDescription

int removeDescription(String value)

removeInterceptorClass

int removeInterceptorClass(String value)

setDescription

void setDescription(int index,
                    String value)

setDescription

void setDescription(String[] value)

setEjbName

void setEjbName(String value)

setExcludeClassInterceptors

void setExcludeClassInterceptors(boolean value)

setExcludeDefaultInterceptors

void setExcludeDefaultInterceptors(boolean value)

setInterceptorClass

void setInterceptorClass(int index,
                         String value)

setInterceptorClass

void setInterceptorClass(String[] value)

setInterceptorOrder

void setInterceptorOrder(InterceptorOrder value)

setMethod

void setMethod(NamedMethod value)

sizeDescription

int sizeDescription()

sizeInterceptorClass

int sizeInterceptorClass()

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

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