de.grogra.persistence
Class RemoteClient
java.lang.Object
de.grogra.persistence.RemoteClient
- Direct Known Subclasses:
- RemoteClientImpl
public abstract class RemoteClient
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteClient
public RemoteClient(ServerConnection server)
getCacheId
public final short getCacheId()
getRemoteCache
public abstract BindingsCache getRemoteCache()
getServer
public final ServerConnection getServer()
localTransactionCommitted
public abstract void localTransactionCommitted(Transaction.Key key,
long stamp)
throws java.io.IOException
- Throws:
java.io.IOException
transactionCommitted
public abstract void transactionCommitted(Transaction.Data xa,
short remoteId,
long stamp)
throws java.io.IOException
- Throws:
java.io.IOException