org.objectweb.jotm.jtests.conform
Interface XAIntegerServer

All Superinterfaces:
Remote
All Known Implementing Classes:
XAIntegerServerImpl

public interface XAIntegerServer
extends Remote

Created on Oct 15, 2001

Author:
Christophe Ney

Method Summary
 int getPersistentInteger()
           
 boolean isDirty()
           
 void newInteger(int persistentValue, int currentValue, boolean failOnCommit)
           
 void setCurrentInteger(int currentValue)
           
 void shutdown()
           
 void startTransactionManager(boolean local)
           
 

Method Detail

startTransactionManager

public void startTransactionManager(boolean local)
                             throws RemoteException
RemoteException

newInteger

public void newInteger(int persistentValue,
                       int currentValue,
                       boolean failOnCommit)
                throws RemoteException
RemoteException

setCurrentInteger

public void setCurrentInteger(int currentValue)
                       throws RemoteException
RemoteException

getPersistentInteger

public int getPersistentInteger()
                         throws RemoteException
RemoteException

isDirty

public boolean isDirty()
                throws RemoteException
RemoteException

shutdown

public void shutdown()
              throws RemoteException
RemoteException