org.ow2.easybeans.api.bean
Interface EasyBeansMDB

All Superinterfaces:
EasyBeansBean, EasyBeansInjection, EasyBeansLifeCycle, EasyBeansMDBLifeCycle, EasyBeansTimedObject

public interface EasyBeansMDB
extends EasyBeansBean, EasyBeansMDBLifeCycle

Defines the interface of a MDB.

Author:
Florent Benoit

Method Summary
 XAResource getXaResource()
          Gets the XAResource of this message end point.
 void setXaResource(XAResource xaResource)
          Sets the XAResource of this message end point.
 
Methods inherited from interface org.ow2.easybeans.api.bean.EasyBeansBean
easyBeansCleanup, getEasyBeansContext, getEasyBeansFactory, setEasyBeansContext, setEasyBeansFactory, setEasyBeansInvocationContextFactory
 
Methods inherited from interface org.ow2.easybeans.api.injection.EasyBeansInjection
injectedByEasyBeans
 
Methods inherited from interface org.ow2.easybeans.api.bean.timer.EasyBeansTimedObject
timeoutCallByEasyBeans
 
Methods inherited from interface org.ow2.easybeans.api.bean.lifecycle.EasyBeansLifeCycle
postConstructEasyBeansLifeCycle, preDestroyEasyBeansLifeCycle
 

Method Detail

getXaResource

XAResource getXaResource()
Gets the XAResource of this message end point.

Returns:
the XAResource of this message end point

setXaResource

void setXaResource(XAResource xaResource)
Sets the XAResource of this message end point.

Parameters:
xaResource - the XAResource of this message end point


Copyright © 2006-2012 OW2 Consortium. All Rights Reserved.