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
startTransactionManager
public org.objectweb.jonas_tm.TransactionFactory startTransactionManager(org.objectweb.jonas_tm.TransactionFactory tf)
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