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
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.