org.fcrepo.server.journal.readerwriter.multicast.rmi
Interface RmiJournalReceiverInterface
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RmiJournalReceiver
public interface RmiJournalReceiverInterface
- extends Remote
The RMI proxy interface for the RmiJournalReceiver.
- Author:
- Jim Blake
RMI_BINDING_NAME
static final String RMI_BINDING_NAME
- See Also:
- Constant Field Values
openFile
void openFile(String repositoryHash,
String filename)
throws RemoteException,
JournalException
- Throws:
RemoteException
JournalException
writeText
void writeText(String indexedHash,
String text)
throws RemoteException,
JournalException
- Throws:
RemoteException
JournalException
closeFile
void closeFile()
throws RemoteException,
JournalException
- Throws:
RemoteException
JournalException
Copyright © 2012 DuraSpace. All Rights Reserved.