fedora.server.journal.readerwriter.multicast.rmi
Interface RmiJournalReceiverInterface

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RmiJournalReceiver

public interface RmiJournalReceiverInterface
extends java.rmi.Remote

The RMI proxy interface for the RmiJournalReceiver.

Author:
Jim Blake

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

Field Detail

RMI_BINDING_NAME

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

openFile

void openFile(java.lang.String repositoryHash,
              java.lang.String filename)
              throws java.rmi.RemoteException,
                     JournalException
Throws:
java.rmi.RemoteException
JournalException

writeText

void writeText(java.lang.String indexedHash,
               java.lang.String text)
               throws java.rmi.RemoteException,
                      JournalException
Throws:
java.rmi.RemoteException
JournalException

closeFile

void closeFile()
               throws java.rmi.RemoteException,
                      JournalException
Throws:
java.rmi.RemoteException
JournalException