org.ow2.easybeans.component.itf
Interface EZBWorkManagerComponent

All Superinterfaces:
EZBComponent, javax.resource.spi.work.WorkManager

public interface EZBWorkManagerComponent
extends EZBComponent, javax.resource.spi.work.WorkManager

Work Manager component.

Author:
Florent Benoit

Field Summary
 
Fields inherited from interface javax.resource.spi.work.WorkManager
IMMEDIATE, INDEFINITE, UNKNOWN
 
Method Summary
 TMComponent getTransactionComponent()
           
 void setTransactionComponent(TMComponent transactionComponent)
          Sets the transaction component.
 
Methods inherited from interface org.ow2.easybeans.component.api.EZBComponent
init, start, stop
 
Methods inherited from interface javax.resource.spi.work.WorkManager
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork
 

Method Detail

getTransactionComponent

TMComponent getTransactionComponent()
Returns:
transaction component.

setTransactionComponent

void setTransactionComponent(TMComponent transactionComponent)
Sets the transaction component.

Parameters:
transactionComponent - the given transaction component.


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