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
| 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 |
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
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