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

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

All Superinterfaces:
CommonDDBean, ComponentInterface, CreateCapability, DescriptionInterface, DisplayNameInterface, Ejb, FindCapability, IconInterface

public interface MessageDriven
extends Ejb


Field Summary
static String ACTIVATION_CONFIG
           
static String MESSAGE_DESTINATION_LINK
           
static String MESSAGE_DESTINATION_TYPE
           
static String MESSAGING_TYPE
           
static String TRANSACTION_TYPE
           
static String TRANSACTION_TYPE_BEAN
           
static String TRANSACTION_TYPE_CONTAINER
           
 
Fields inherited from interface org.netbeans.modules.j2ee.dd.api.ejb.Ejb
EJB_CLASS, EJB_LOCAL_REF, EJB_NAME, EJB_REF, ENV_ENTRY, MESSAGE_DESTINATION_REF, RESOURCE_ENV_REF, RESOURCE_REF, SECURITY_IDENTITY, SERVICE_REF
 
Method Summary
 int addAroundInvoke(AroundInvoke valueInterface)
           
 int addPersistenceContextRef(PersistenceContextRef valueInterface)
           
 int addPersistenceUnitRef(PersistenceUnitRef valueInterface)
           
 int addPostConstruct(LifecycleCallback valueInterface)
           
 int addPreDestroy(LifecycleCallback valueInterface)
           
 String getAcknowledgeMode()
           
 ActivationConfig getActivationConfig()
           
 AroundInvoke[] getAroundInvoke()
           
 AroundInvoke getAroundInvoke(int index)
           
 String getMappedName()
           
 String getMessageDestinationLink()
           
 String getMessageDestinationType()
           
 MessageDrivenDestination getMessageDrivenDestination()
           
 String getMessageSelector()
           
 String getMessagingType()
           
 PersistenceContextRef[] getPersistenceContextRef()
           
 PersistenceContextRef getPersistenceContextRef(int index)
           
 PersistenceUnitRef[] getPersistenceUnitRef()
           
 PersistenceUnitRef getPersistenceUnitRef(int index)
           
 LifecycleCallback[] getPostConstruct()
           
 LifecycleCallback getPostConstruct(int index)
           
 LifecycleCallback[] getPreDestroy()
           
 LifecycleCallback getPreDestroy(int index)
           
 NamedMethod getTimeoutMethod()
           
 String getTransactionType()
           
 ActivationConfig newActivationConfig()
           
 AroundInvoke newAroundInvoke()
           
 LifecycleCallback newLifecycleCallback()
           
 NamedMethod newNamedMethod()
           
 PersistenceContextRef newPersistenceContextRef()
           
 PersistenceUnitRef newPersistenceUnitRef()
           
 int removeAroundInvoke(AroundInvoke valueInterface)
           
 int removePersistenceContextRef(PersistenceContextRef valueInterface)
           
 int removePersistenceUnitRef(PersistenceUnitRef valueInterface)
           
 int removePostConstruct(LifecycleCallback valueInterface)
           
 int removePreDestroy(LifecycleCallback valueInterface)
           
 void setAcknowledgeMode(String value)
           
 void setActivationConfig(ActivationConfig value)
           
 void setAroundInvoke(AroundInvoke[] value)
           
 void setAroundInvoke(int index, AroundInvoke valueInterface)
           
 void setMappedName(String value)
           
 void setMessageDestinationLink(String value)
           
 void setMessageDestinationType(String value)
           
 void setMessageDrivenDestination(MessageDrivenDestination value)
           
 void setMessageSelector(String value)
           
 void setMessagingType(String value)
           
 void setPersistenceContextRef(int index, PersistenceContextRef valueInterface)
           
 void setPersistenceContextRef(PersistenceContextRef[] value)
           
 void setPersistenceUnitRef(int index, PersistenceUnitRef valueInterface)
           
 void setPersistenceUnitRef(PersistenceUnitRef[] value)
           
 void setPostConstruct(int index, LifecycleCallback valueInterface)
           
 void setPostConstruct(LifecycleCallback[] value)
           
 void setPreDestroy(int index, LifecycleCallback valueInterface)
           
 void setPreDestroy(LifecycleCallback[] value)
           
 void setTimeoutMethod(NamedMethod valueInterface)
           
 void setTransactionType(String value)
           
 int sizeAroundInvoke()
           
 int sizePersistenceContextRef()
           
 int sizePersistenceUnitRef()
           
 int sizePostConstruct()
           
 int sizePreDestroy()
           
 
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.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

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

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

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.