Uses of Class
mChaRM.multichannel.MethodDoesNotExistException

Packages that use MethodDoesNotExistException
mChaRM.mChaRMCollection   
mChaRM.multichannel   
 

Uses of MethodDoesNotExistException in mChaRM.mChaRMCollection
 

Methods in mChaRM.mChaRMCollection that throw MethodDoesNotExistException
 java.lang.String RMPChannel.nACK(int n, java.lang.String name)
          Sends the message n to the receiver that has requested it
 java.lang.Object RMPChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the RMP-multi-channel.
 java.lang.Object validationChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 java.lang.Object verboseChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 java.lang.String RMPChannelInterface.nACK(int n, java.lang.String name)
          This method is remotely invoked by receiverStubs to request the retransmission of a message.
 

Uses of MethodDoesNotExistException in mChaRM.multichannel
 

Methods in mChaRM.multichannel that throw MethodDoesNotExistException
 java.lang.Object channelInterface.coreMetaBehavior(mChaRMMethodCall msg)
           
 java.lang.Object receiverStub.invoke(mChaRMMethodCall msg)
          it performs the meta-computation on the receiver side -- calling the method receiverSideMetaBehavior --, then really invoke the method reified by the meta-computationi -- invoking the tInvoke method.
protected  java.lang.Object receiverStub.tInvoke(mChaRMMethodCall msg)
          it invokes a method with the actual arguments on the receiver side.
 java.lang.Object channelCore.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 java.lang.Object receiverStubInterface.invoke(mChaRMMethodCall msg)