mChaRM.mChaRMCollection
Interface RMPChannelInterface

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

public interface RMPChannelInterface
extends channelInterface

Interface for class RMPChannel

Since:
Version 1.2
Version:
1.2
Author:
Michele Ferraro (1996s106@educ.disi.unige.it)
Luigi Tosetto (1996s028@educ.disi.unige.it)
Davide Zerbino (1996s027@educ.disi.unige.it)

Method Summary
 java.lang.String nACK(int n, java.lang.String name)
          This method is remotely invoked by receiverStubs to request the retransmission of a message.
 
Methods inherited from interface mChaRM.multichannel.channelInterface
coreMetaBehavior, senderStubHasBeenCreated, supplyASenderStub
 

Method Detail

nACK

public java.lang.String nACK(int n,
                             java.lang.String name)
                      throws MethodDoesNotExistException,
                             uka.karmi.rmi.RemoteException
This method is remotely invoked by receiverStubs to request the retransmission of a message.
Parameters:
n - the number of the message needed
name - the name of the receiverStub that need the retransmission