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

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

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, FindCapability, IconInterface
All Known Subinterfaces:
Entity, EntityAndSession, MessageDriven, Session

public interface Ejb
extends CommonDDBean, ComponentInterface


Field Summary
static String EJB_CLASS
           
static String EJB_LOCAL_REF
           
static String EJB_NAME
           
static String EJB_REF
           
static String ENV_ENTRY
           
static String MESSAGE_DESTINATION_REF
           
static String RESOURCE_ENV_REF
           
static String RESOURCE_REF
           
static String SECURITY_IDENTITY
           
static String SERVICE_REF
           
 
Method Summary
 int addEjbLocalRef(EjbLocalRef value)
           
 int addEjbRef(EjbRef value)
           
 int addEnvEntry(EnvEntry value)
           
 int addMessageDestinationRef(MessageDestinationRef value)
           
 int addResourceEnvRef(ResourceEnvRef value)
           
 int addResourceRef(ResourceRef value)
           
 int addServiceRef(ServiceRef value)
           
 String getEjbClass()
           
 EjbLocalRef[] getEjbLocalRef()
           
 EjbLocalRef getEjbLocalRef(int index)
           
 String getEjbName()
           
 EjbRef[] getEjbRef()
           
 EjbRef getEjbRef(int index)
           
 EnvEntry[] getEnvEntry()
           
 EnvEntry getEnvEntry(int index)
           
 MessageDestinationRef[] getMessageDestinationRef()
           
 MessageDestinationRef getMessageDestinationRef(int index)
           
 ResourceEnvRef[] getResourceEnvRef()
           
 ResourceEnvRef getResourceEnvRef(int index)
           
 ResourceRef[] getResourceRef()
           
 ResourceRef getResourceRef(int index)
           
 EjbJar getRoot()
           
 SecurityIdentity getSecurityIdentity()
           
 ServiceRef[] getServiceRef()
           
 ServiceRef getServiceRef(int index)
           
 EjbLocalRef newEjbLocalRef()
           
 EjbRef newEjbRef()
           
 EnvEntry newEnvEntry()
           
 MessageDestinationRef newMessageDestinationRef()
           
 ResourceEnvRef newResourceEnvRef()
           
 ResourceRef newResourceRef()
           
 SecurityIdentity newSecurityIdentity()
           
 ServiceRef newServiceRef()
           
 int removeEjbLocalRef(EjbLocalRef value)
           
 int removeEjbRef(EjbRef value)
           
 int removeEnvEntry(EnvEntry value)
           
 int removeMessageDestinationRef(MessageDestinationRef value)
           
 int removeResourceEnvRef(ResourceEnvRef value)
           
 int removeResourceRef(ResourceRef value)
           
 int removeServiceRef(ServiceRef value)
           
 void setEjbClass(String value)
           
 void setEjbLocalRef(EjbLocalRef[] value)
           
 void setEjbLocalRef(int index, EjbLocalRef value)
           
 void setEjbName(String value)
           
 void setEjbRef(EjbRef[] value)
           
 void setEjbRef(int index, EjbRef value)
           
 void setEnvEntry(EnvEntry[] value)
           
 void setEnvEntry(int index, EnvEntry value)
           
 void setMessageDestinationRef(int index, MessageDestinationRef value)
           
 void setMessageDestinationRef(MessageDestinationRef[] value)
           
 void setResourceEnvRef(int index, ResourceEnvRef value)
           
 void setResourceEnvRef(ResourceEnvRef[] value)
           
 void setResourceRef(int index, ResourceRef value)
           
 void setResourceRef(ResourceRef[] value)
           
 void setSecurityIdentity(SecurityIdentity value)
           
 void setServiceRef(int index, ServiceRef value)
           
 void setServiceRef(ServiceRef[] value)
           
 int sizeEjbLocalRef()
           
 int sizeEjbRef()
           
 int sizeEnvEntry()
           
 int sizeMessageDestinationRef()
           
 int sizeResourceEnvRef()
           
 int sizeResourceRef()
           
 int sizeServiceRef()
           
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DescriptionInterface
getAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescription
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.DisplayNameInterface
getAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.CreateCapability
addBean, addBean, createBean
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.FindCapability
findBeanByName
 
Methods inherited from interface org.netbeans.modules.j2ee.dd.api.common.IconInterface
getAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon
 

Field Detail

EJB_NAME

static final String EJB_NAME
See Also:
Constant Field Values

EJB_CLASS

static final String EJB_CLASS
See Also:
Constant Field Values

ENV_ENTRY

static final String ENV_ENTRY
See Also:
Constant Field Values

EJB_REF

static final String EJB_REF
See Also:
Constant Field Values

EJB_LOCAL_REF

static final String EJB_LOCAL_REF
See Also:
Constant Field Values

SERVICE_REF

static final String SERVICE_REF
See Also:
Constant Field Values

RESOURCE_REF

static final String RESOURCE_REF
See Also:
Constant Field Values

RESOURCE_ENV_REF

static final String RESOURCE_ENV_REF
See Also:
Constant Field Values

MESSAGE_DESTINATION_REF

static final String MESSAGE_DESTINATION_REF
See Also:
Constant Field Values

SECURITY_IDENTITY

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

getRoot

EjbJar getRoot()

getEjbName

String getEjbName()

setEjbName

void setEjbName(String value)

getEjbClass

String getEjbClass()

setEjbClass

void setEjbClass(String value)

setEnvEntry

void setEnvEntry(int index,
                 EnvEntry value)

getEnvEntry

EnvEntry getEnvEntry(int index)

setEnvEntry

void setEnvEntry(EnvEntry[] value)

getEnvEntry

EnvEntry[] getEnvEntry()

addEnvEntry

int addEnvEntry(EnvEntry value)

removeEnvEntry

int removeEnvEntry(EnvEntry value)

sizeEnvEntry

int sizeEnvEntry()

newEnvEntry

EnvEntry newEnvEntry()

setEjbRef

void setEjbRef(int index,
               EjbRef value)

getEjbRef

EjbRef getEjbRef(int index)

setEjbRef

void setEjbRef(EjbRef[] value)

getEjbRef

EjbRef[] getEjbRef()

removeEjbRef

int removeEjbRef(EjbRef value)

addEjbRef

int addEjbRef(EjbRef value)

sizeEjbRef

int sizeEjbRef()

newEjbRef

EjbRef newEjbRef()

setEjbLocalRef

void setEjbLocalRef(int index,
                    EjbLocalRef value)

getEjbLocalRef

EjbLocalRef getEjbLocalRef(int index)

setEjbLocalRef

void setEjbLocalRef(EjbLocalRef[] value)

getEjbLocalRef

EjbLocalRef[] getEjbLocalRef()

addEjbLocalRef

int addEjbLocalRef(EjbLocalRef value)

removeEjbLocalRef

int removeEjbLocalRef(EjbLocalRef value)

sizeEjbLocalRef

int sizeEjbLocalRef()

newEjbLocalRef

EjbLocalRef newEjbLocalRef()

getSecurityIdentity

SecurityIdentity getSecurityIdentity()

setSecurityIdentity

void setSecurityIdentity(SecurityIdentity value)

newSecurityIdentity

SecurityIdentity newSecurityIdentity()

setResourceRef

void setResourceRef(int index,
                    ResourceRef value)

getResourceRef

ResourceRef getResourceRef(int index)

setResourceRef

void setResourceRef(ResourceRef[] value)

getResourceRef

ResourceRef[] getResourceRef()

removeResourceRef

int removeResourceRef(ResourceRef value)

sizeResourceRef

int sizeResourceRef()

addResourceRef

int addResourceRef(ResourceRef value)

newResourceRef

ResourceRef newResourceRef()

setResourceEnvRef

void setResourceEnvRef(int index,
                       ResourceEnvRef value)

getResourceEnvRef

ResourceEnvRef getResourceEnvRef(int index)

setResourceEnvRef

void setResourceEnvRef(ResourceEnvRef[] value)

getResourceEnvRef

ResourceEnvRef[] getResourceEnvRef()

sizeResourceEnvRef

int sizeResourceEnvRef()

addResourceEnvRef

int addResourceEnvRef(ResourceEnvRef value)

removeResourceEnvRef

int removeResourceEnvRef(ResourceEnvRef value)

newResourceEnvRef

ResourceEnvRef newResourceEnvRef()

setMessageDestinationRef

void setMessageDestinationRef(int index,
                              MessageDestinationRef value)
                              throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getMessageDestinationRef

MessageDestinationRef getMessageDestinationRef(int index)
                                               throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setMessageDestinationRef

void setMessageDestinationRef(MessageDestinationRef[] value)
                              throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getMessageDestinationRef

MessageDestinationRef[] getMessageDestinationRef()
                                                 throws VersionNotSupportedException
Throws:
VersionNotSupportedException

removeMessageDestinationRef

int removeMessageDestinationRef(MessageDestinationRef value)
                                throws VersionNotSupportedException
Throws:
VersionNotSupportedException

sizeMessageDestinationRef

int sizeMessageDestinationRef()
                              throws VersionNotSupportedException
Throws:
VersionNotSupportedException

addMessageDestinationRef

int addMessageDestinationRef(MessageDestinationRef value)
                             throws VersionNotSupportedException
Throws:
VersionNotSupportedException

newMessageDestinationRef

MessageDestinationRef newMessageDestinationRef()
                                               throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setServiceRef

void setServiceRef(int index,
                   ServiceRef value)
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getServiceRef

ServiceRef getServiceRef(int index)
                         throws VersionNotSupportedException
Throws:
VersionNotSupportedException

setServiceRef

void setServiceRef(ServiceRef[] value)
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

getServiceRef

ServiceRef[] getServiceRef()
                           throws VersionNotSupportedException
Throws:
VersionNotSupportedException

removeServiceRef

int removeServiceRef(ServiceRef value)
                     throws VersionNotSupportedException
Throws:
VersionNotSupportedException

sizeServiceRef

int sizeServiceRef()
                   throws VersionNotSupportedException
Throws:
VersionNotSupportedException

addServiceRef

int addServiceRef(ServiceRef value)
                  throws VersionNotSupportedException
Throws:
VersionNotSupportedException

newServiceRef

ServiceRef newServiceRef()
                         throws VersionNotSupportedException
Throws:
VersionNotSupportedException

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.