mChaRM.mChaRMCollection
Interface validationChannelInterface

All Superinterfaces:
channelInterface, uka.karmi.rmi.Remote
All Known Implementing Classes:
validationChannel

interface validationChannelInterface
extends channelInterface

The validationChannelInterface should be implemented to comunicate between channels.

Since:
Version 1.2
Version:
1.0
Author:
Lorella Ristaino (1994s015@educ.disi.unige.it)

Method Summary
 partialhistory retrievehistory()
          Finds the history of a channel.
 
Methods inherited from interface mChaRM.multichannel.channelInterface
coreMetaBehavior, senderStubHasBeenCreated, supplyASenderStub
 

Method Detail

retrievehistory

public partialhistory retrievehistory()
                               throws uka.karmi.rmi.RemoteException
Finds the history of a channel.
Throws:
uka.karmi.rmi.RemoteException -  
Since:
Version 1.0