public interface Ejb extends CommonDDBean, ComponentInterface
| Modifier and Type | Field and Description |
|---|---|
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 |
addPropertyChangeListener, clone, getId, getValue, removePropertyChangeListener, setId, writegetAllDescriptions, getDefaultDescription, getDescription, removeAllDescriptions, removeDescription, removeDescriptionForLocale, setAllDescriptions, setDescription, setDescriptiongetAllDisplayNames, getDefaultDisplayName, getDisplayName, removeAllDisplayNames, removeDisplayName, removeDisplayNameForLocale, setAllDisplayNames, setDisplayName, setDisplayNameaddBean, addBean, createBeanfindBeanByNamegetAllIcons, getDefaultIcon, getLargeIcon, getLargeIcon, getSmallIcon, getSmallIcon, removeAllIcons, removeIcon, removeIcon, removeLargeIcon, removeLargeIcon, removeSmallIcon, removeSmallIcon, setAllIcons, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIconstatic final String EJB_NAME
static final String EJB_CLASS
static final String ENV_ENTRY
static final String EJB_REF
static final String EJB_LOCAL_REF
static final String SERVICE_REF
static final String RESOURCE_REF
static final String RESOURCE_ENV_REF
static final String MESSAGE_DESTINATION_REF
static final String SECURITY_IDENTITY
EjbJar getRoot()
String getEjbName()
void setEjbName(String value)
String getEjbClass()
void setEjbClass(String value)
void setEnvEntry(int index,
EnvEntry value)
EnvEntry getEnvEntry(int index)
void setEnvEntry(EnvEntry[] value)
EnvEntry[] getEnvEntry()
int addEnvEntry(EnvEntry value)
int removeEnvEntry(EnvEntry value)
int sizeEnvEntry()
EnvEntry newEnvEntry()
void setEjbRef(int index,
EjbRef value)
EjbRef getEjbRef(int index)
void setEjbRef(EjbRef[] value)
EjbRef[] getEjbRef()
int removeEjbRef(EjbRef value)
int addEjbRef(EjbRef value)
int sizeEjbRef()
EjbRef newEjbRef()
void setEjbLocalRef(int index,
EjbLocalRef value)
EjbLocalRef getEjbLocalRef(int index)
void setEjbLocalRef(EjbLocalRef[] value)
EjbLocalRef[] getEjbLocalRef()
int addEjbLocalRef(EjbLocalRef value)
int removeEjbLocalRef(EjbLocalRef value)
int sizeEjbLocalRef()
EjbLocalRef newEjbLocalRef()
SecurityIdentity getSecurityIdentity()
void setSecurityIdentity(SecurityIdentity value)
SecurityIdentity newSecurityIdentity()
void setResourceRef(int index,
ResourceRef value)
ResourceRef getResourceRef(int index)
void setResourceRef(ResourceRef[] value)
ResourceRef[] getResourceRef()
int removeResourceRef(ResourceRef value)
int sizeResourceRef()
int addResourceRef(ResourceRef value)
ResourceRef newResourceRef()
void setResourceEnvRef(int index,
ResourceEnvRef value)
ResourceEnvRef getResourceEnvRef(int index)
void setResourceEnvRef(ResourceEnvRef[] value)
ResourceEnvRef[] getResourceEnvRef()
int sizeResourceEnvRef()
int addResourceEnvRef(ResourceEnvRef value)
int removeResourceEnvRef(ResourceEnvRef value)
ResourceEnvRef newResourceEnvRef()
void setMessageDestinationRef(int index,
MessageDestinationRef value)
throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef getMessageDestinationRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setMessageDestinationRef(MessageDestinationRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef[] getMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedExceptionint removeMessageDestinationRef(MessageDestinationRef value) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeMessageDestinationRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionint addMessageDestinationRef(MessageDestinationRef value) throws VersionNotSupportedException
VersionNotSupportedExceptionMessageDestinationRef newMessageDestinationRef() throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setServiceRef(int index,
ServiceRef value)
throws VersionNotSupportedException
VersionNotSupportedExceptionServiceRef getServiceRef(int index) throws VersionNotSupportedException
VersionNotSupportedExceptionvoid setServiceRef(ServiceRef[] value) throws VersionNotSupportedException
VersionNotSupportedExceptionServiceRef[] getServiceRef() throws VersionNotSupportedException
VersionNotSupportedExceptionint removeServiceRef(ServiceRef value) throws VersionNotSupportedException
VersionNotSupportedExceptionint sizeServiceRef()
throws VersionNotSupportedException
VersionNotSupportedExceptionint addServiceRef(ServiceRef value) throws VersionNotSupportedException
VersionNotSupportedExceptionServiceRef newServiceRef() throws VersionNotSupportedException
VersionNotSupportedExceptionBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.