org.ow2.jonas.ha
Interface HaService

All Superinterfaces:
Service
All Known Implementing Classes:
HaServiceImpl

public interface HaService
extends Service

JOnAS HA Service interface.

Author:
Francisco Perez-Sorrosal (fpsorrosal@no-spam@fi.upm.es), Alberto Paz-Jimenez (apaz@no-spam@fi.upm.es), benoit pelletier

Method Summary
 void addEntityBean(EntityContext jec)
           
 void replicate()
           
 void replicateCommit(boolean committed)
          Send commit/abort message
 
Methods inherited from interface org.ow2.jonas.service.Service
getName, init, isStarted, setName, start, stop
 

Method Detail

replicate

void replicate()

replicateCommit

void replicateCommit(boolean committed)
Send commit/abort message

Parameters:
reqId - the request id
committed - true if the transaction has committed

addEntityBean

void addEntityBean(EntityContext jec)


Copyright © 2010 OW2 Consortium. All Rights Reserved.