Uses of Class
mChaRM.multichannel.mChaRMMethodCall

Packages that use mChaRMMethodCall
mChaRM.mChaRMCollection   
mChaRM.multichannel   
 

Uses of mChaRMMethodCall in mChaRM.mChaRMCollection
 

Methods in mChaRM.mChaRMCollection with parameters of type mChaRMMethodCall
 void verboseSenderStub.beforeSenderSideMetaBehavior(mChaRMMethodCall msg)
          This method performs the sender side meta-behavior for a multi-channel of kind verbose.
 void verboseSenderStub.afterSenderSideMetaBehavior(mChaRMMethodCall msg)
          This method performs the sender side meta-behavior for a multi-channel of kind verbose.
 java.lang.Object RMPChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the RMP-multi-channel.
 bintree validationChannel.retrieveconstraint(mChaRMMethodCall msg, java.util.Vector table)
          Looks in the constraint file for the constraint associated to the request and retrieve it.
 java.lang.Object validationChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 void RMPReceiverStub.beforeReceiverSideMetaBehavior(mChaRMMethodCall msg)
          It is called before invoking the method and permits to perform the last meta-computation on the receiver
 java.lang.Object verboseChannel.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 void verboseReceiverStub.beforeReceiverSideMetaBehavior(mChaRMMethodCall msg)
          it is called before the true invocation of the trapped method and permits to prints a message regarding the trapped message.
 void verboseReceiverStub.afterReceiverSideMetaBehavior(mChaRMMethodCall msg)
          it is called after the true invocation of the trapped method and prints a message regarding the return value.
 

Uses of mChaRMMethodCall in mChaRM.multichannel
 

Methods in mChaRM.multichannel with parameters of type mChaRMMethodCall
 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.
 void receiverStub.beforeReceiverSideMetaBehavior(mChaRMMethodCall msg)
          it is called before the true invocation and performs meta-computation on the message in the target locus.
 void receiverStub.afterReceiverSideMetaBehavior(mChaRMMethodCall msg)
          it is called after the true invocation and performs meta-computation on the return value in the target locus.
 java.lang.Object channelCore.coreMetaBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour realized by the multi-channel.
 java.lang.Object senderStub.stubBehavior(mChaRMMethodCall msg)
          This method embodies the reflective behaviour performed on the source locus, and also forwards the trapped request to the abstract locus.
 void senderStub.beforeSenderSideMetaBehavior(mChaRMMethodCall msg)
          This method performs part of the sender side meta-behavior.
 void senderStub.afterSenderSideMetaBehavior(mChaRMMethodCall msg)
          This method performs the sender side meta-behavior.
 java.lang.Object receiverStubInterface.invoke(mChaRMMethodCall msg)