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

Field Summary
static String RMI_BINDING_NAME
           
 
Method Summary
 void closeFile()
           
 void openFile(String repositoryHash, String filename)
           
 void writeText(String indexedHash, String text)
           
 

Field Detail

RMI_BINDING_NAME

static final String RMI_BINDING_NAME
See Also:
Constant Field Values
Method Detail

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 © 2011 DuraSpace. All Rights Reserved.