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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface ContainerTransaction
extends CommonDDBean, DescriptionInterface


Field Summary
static String METHOD
           
static String TRANS_ATTRIBUTE
           
 
Method Summary
 int addMethod(Method value)
           
 Method[] getMethod()
           
 Method getMethod(int index)
           
 String getTransAttribute()
           
 Method newMethod()
           
 int removeMethod(Method value)
           
 void setMethod(int index, Method value)
           
 void setMethod(Method[] value)
           
 void setTransAttribute(String value)
           
 int sizeMethod()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CommonDDBean
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, write
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 

Field Detail

METHOD

static final String METHOD
See Also:
Constant Field Values

TRANS_ATTRIBUTE

static final String TRANS_ATTRIBUTE
See Also:
Constant Field Values
Method Detail

setMethod

void setMethod(int index,
               Method value)

setMethod

void setMethod(Method[] value)

getMethod

Method getMethod(int index)

getMethod

Method[] getMethod()

addMethod

int addMethod(Method value)

sizeMethod

int sizeMethod()

removeMethod

int removeMethod(Method value)

newMethod

Method newMethod()

setTransAttribute

void setTransAttribute(String value)

getTransAttribute

String getTransAttribute()

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.