| Package | Description |
|---|---|
| org.glassfish.ejb.mdb |
| Modifier and Type | Method and Description |
|---|---|
static MessageBeanContainer.MessageDeliveryType |
MessageBeanContainer.MessageDeliveryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageBeanContainer.MessageDeliveryType[] |
MessageBeanContainer.MessageDeliveryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageBeanContainer.beforeMessageDelivery(Method method,
MessageBeanContainer.MessageDeliveryType deliveryType,
boolean txImported,
com.sun.appserv.connectors.internal.api.ResourceHandle resourceHandle)
Actual message delivery happens in three steps :
1) beforeMessageDelivery(Message, MessageListener) This is our chance to
make the message delivery itself part of the instance's global
transaction.
|
Copyright © 2013. All Rights Reserved.