org.netbeans.modules.j2ee.dd.api.ejb
Interface MessageDriven
- All Superinterfaces:
- CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, Ejb, FindCapability, IconInterface
public interface MessageDriven
- extends Ejb
| Methods inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb |
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbClass, getEjbLocalRef, getEjbLocalRef, getEjbName, getEjbRef, getEjbRef, getEnvEntry, getEnvEntry, getMessageDestinationRef, getMessageDestinationRef, getResourceEnvRef, getResourceEnvRef, getResourceRef, getResourceRef, getRoot, getSecurityIdentity, getServiceRef, getServiceRef, newEjbLocalRef, newEjbRef, newEnvEntry, newMessageDestinationRef, newResourceEnvRef, newResourceRef, newSecurityIdentity, newServiceRef, removeEjbLocalRef, removeEjbRef, removeEnvEntry, removeMessageDestinationRef, removeResourceEnvRef, removeResourceRef, removeServiceRef, setEjbClass, setEjbLocalRef, setEjbLocalRef, setEjbName, setEjbRef, setEjbRef, setEnvEntry, setEnvEntry, setMessageDestinationRef, setMessageDestinationRef, setResourceEnvRef, setResourceEnvRef, setResourceRef, setResourceRef, setSecurityIdentity, setServiceRef, setServiceRef, sizeEjbLocalRef, sizeEjbRef, sizeEnvEntry, sizeMessageDestinationRef, sizeResourceEnvRef, sizeResourceRef, sizeServiceRef |
| 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 |
MESSAGING_TYPE
static final String MESSAGING_TYPE
- See Also:
- Constant Field Values
TRANSACTION_TYPE
static final String TRANSACTION_TYPE
- See Also:
- Constant Field Values
MESSAGE_DESTINATION_TYPE
static final String MESSAGE_DESTINATION_TYPE
- See Also:
- Constant Field Values
MESSAGE_DESTINATION_LINK
static final String MESSAGE_DESTINATION_LINK
- See Also:
- Constant Field Values
ACTIVATION_CONFIG
static final String ACTIVATION_CONFIG
- See Also:
- Constant Field Values
TRANSACTION_TYPE_BEAN
static final String TRANSACTION_TYPE_BEAN
- See Also:
- Constant Field Values
TRANSACTION_TYPE_CONTAINER
static final String TRANSACTION_TYPE_CONTAINER
- See Also:
- Constant Field Values
setTransactionType
void setTransactionType(String value)
getTransactionType
String getTransactionType()
setMessageSelector
void setMessageSelector(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageSelector
String getMessageSelector()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setAcknowledgeMode
void setAcknowledgeMode(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getAcknowledgeMode
String getAcknowledgeMode()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDrivenDestination
void setMessageDrivenDestination(MessageDrivenDestination value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDrivenDestination
MessageDrivenDestination getMessageDrivenDestination()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessagingType
void setMessagingType(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessagingType
String getMessagingType()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestinationType
void setMessageDestinationType(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestinationType
String getMessageDestinationType()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMessageDestinationLink
void setMessageDestinationLink(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMessageDestinationLink
String getMessageDestinationLink()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setActivationConfig
void setActivationConfig(ActivationConfig value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getActivationConfig
ActivationConfig getActivationConfig()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newActivationConfig
ActivationConfig newActivationConfig()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setMappedName
void setMappedName(String value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getMappedName
String getMappedName()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setTimeoutMethod
void setTimeoutMethod(NamedMethod valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getTimeoutMethod
NamedMethod getTimeoutMethod()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setAroundInvoke
void setAroundInvoke(int index,
AroundInvoke valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getAroundInvoke
AroundInvoke getAroundInvoke(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizeAroundInvoke
int sizeAroundInvoke()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setAroundInvoke
void setAroundInvoke(AroundInvoke[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getAroundInvoke
AroundInvoke[] getAroundInvoke()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addAroundInvoke
int addAroundInvoke(AroundInvoke valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removeAroundInvoke
int removeAroundInvoke(AroundInvoke valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPersistenceContextRef
void setPersistenceContextRef(int index,
PersistenceContextRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPersistenceContextRef
PersistenceContextRef getPersistenceContextRef(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizePersistenceContextRef
int sizePersistenceContextRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPersistenceContextRef
void setPersistenceContextRef(PersistenceContextRef[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPersistenceContextRef
PersistenceContextRef[] getPersistenceContextRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addPersistenceContextRef
int addPersistenceContextRef(PersistenceContextRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removePersistenceContextRef
int removePersistenceContextRef(PersistenceContextRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPersistenceUnitRef
void setPersistenceUnitRef(int index,
PersistenceUnitRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPersistenceUnitRef
PersistenceUnitRef getPersistenceUnitRef(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizePersistenceUnitRef
int sizePersistenceUnitRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPersistenceUnitRef
void setPersistenceUnitRef(PersistenceUnitRef[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPersistenceUnitRef
PersistenceUnitRef[] getPersistenceUnitRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addPersistenceUnitRef
int addPersistenceUnitRef(PersistenceUnitRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removePersistenceUnitRef
int removePersistenceUnitRef(PersistenceUnitRef valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPostConstruct
void setPostConstruct(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPostConstruct
LifecycleCallback getPostConstruct(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizePostConstruct
int sizePostConstruct()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPostConstruct
void setPostConstruct(LifecycleCallback[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPostConstruct
LifecycleCallback[] getPostConstruct()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addPostConstruct
int addPostConstruct(LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removePostConstruct
int removePostConstruct(LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPreDestroy
void setPreDestroy(int index,
LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPreDestroy
LifecycleCallback getPreDestroy(int index)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
sizePreDestroy
int sizePreDestroy()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
setPreDestroy
void setPreDestroy(LifecycleCallback[] value)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
getPreDestroy
LifecycleCallback[] getPreDestroy()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
addPreDestroy
int addPreDestroy(LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
removePreDestroy
int removePreDestroy(LifecycleCallback valueInterface)
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newNamedMethod
NamedMethod newNamedMethod()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newAroundInvoke
AroundInvoke newAroundInvoke()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newPersistenceContextRef
PersistenceContextRef newPersistenceContextRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newPersistenceUnitRef
PersistenceUnitRef newPersistenceUnitRef()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException
newLifecycleCallback
LifecycleCallback newLifecycleCallback()
throws VersionNotSupportedException
- Throws:
VersionNotSupportedException