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

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

All Superinterfaces:
CommonDDBean, DescriptionInterface

public interface ActivationConfig
extends CommonDDBean, DescriptionInterface


Field Summary
static String ACTIVATION_CONFIG_PROPERTY
           
 
Method Summary
 int addActivationConfigProperty(ActivationConfigProperty value)
           
 ActivationConfigProperty[] getActivationConfigProperty()
           
 ActivationConfigProperty getActivationConfigProperty(int index)
           
 ActivationConfigProperty newActivationConfigProperty()
           
 int removeActivationConfigProperty(ActivationConfigProperty value)
           
 void setActivationConfigProperty(ActivationConfigProperty[] value)
           
 void setActivationConfigProperty(int index, ActivationConfigProperty value)
           
 int sizeActivationConfigProperty()
           
 
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

ACTIVATION_CONFIG_PROPERTY

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

setActivationConfigProperty

void setActivationConfigProperty(int index,
                                 ActivationConfigProperty value)

getActivationConfigProperty

ActivationConfigProperty getActivationConfigProperty(int index)

setActivationConfigProperty

void setActivationConfigProperty(ActivationConfigProperty[] value)

getActivationConfigProperty

ActivationConfigProperty[] getActivationConfigProperty()

addActivationConfigProperty

int addActivationConfigProperty(ActivationConfigProperty value)

sizeActivationConfigProperty

int sizeActivationConfigProperty()

removeActivationConfigProperty

int removeActivationConfigProperty(ActivationConfigProperty value)

newActivationConfigProperty

ActivationConfigProperty newActivationConfigProperty()

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

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