Methods Summary |
---|
public void | afterMessageDelivery()Post-delivery notification to the container. Container will perform
any work required to commit/rollback a container-managed transaction.
When this method returns, the thread's context class loader will be
restored to the value it had when beforeMessageDelivery was called.
|
public void | beforeMessageDelivery(java.lang.reflect.Method method, boolean txImported)Pre-delivery notification to the container. Any transaction
initialization is peformed here. In addition, when this method
returns, the current thread's context class loader will be set
the message-bean's application class loader.
|
public java.lang.Object | deliverMessage(java.lang.Object[] params)Deliver a message to a message bean instance.
|
public com.sun.enterprise.resource.ResourceHandle | getResourceHandle()
|
public void | setResourceHandle(com.sun.enterprise.resource.ResourceHandle handle)
|