Modifier and Type | Method and Description |
---|---|
MessageDestination.Type |
MessageDestination.getType()
Returns the type
|
static MessageDestination.Type |
MessageDestination.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageDestination.Type[] |
MessageDestination.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
J2eeModuleProvider.ConfigSupport.bindMdbToMessageDestination(String mdbName,
String name,
MessageDestination.Type type)
Binds the message destination name with message-driven bean.
|
void |
J2eeModuleProvider.ConfigSupport.bindMessageDestinationReference(String referenceName,
String connectionFactoryName,
String destName,
MessageDestination.Type type)
Binds the message destination reference name with the corresponding message destination which is
identified by the given name.
|
void |
J2eeModuleProvider.ConfigSupport.bindMessageDestinationReferenceForEjb(String ejbName,
String ejbType,
String referenceName,
String connectionFactoryName,
String destName,
MessageDestination.Type type)
Binds the message destination reference name with the corresponding message destination which is
identified by the given name.
|
MessageDestination |
J2eeModuleProvider.ConfigSupport.createMessageDestination(String name,
MessageDestination.Type type)
Creates and saves a message destination in the module if it does not exist in the module yet.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageDestinationConfiguration.bindMdbToMessageDestination(String mdbName,
String name,
MessageDestination.Type type)
Binds the message destination name with message-driven bean.
|
void |
MessageDestinationConfiguration.bindMessageDestinationReference(String referenceName,
String connectionFactoryName,
String destName,
MessageDestination.Type type)
Binds the message destination reference name with the corresponding message destination which is
identified by the given name.
|
void |
MessageDestinationConfiguration.bindMessageDestinationReferenceForEjb(String ejbName,
String ejbType,
String referenceName,
String connectionFactoryName,
String destName,
MessageDestination.Type type)
Binds the message destination reference name with the corresponding message destination which is
identified by the given name.
|
MessageDestination |
MessageDestinationConfiguration.createMessageDestination(String name,
MessageDestination.Type type)
Creates and saves a message destination in the module if it does not exist in the module yet.
|