Uses of Interface
mChaRM.multichannel.stubInterface

Packages that use stubInterface
mChaRM.mChaRMCollection   
mChaRM.multichannel   
 

Uses of stubInterface in mChaRM.mChaRMCollection
 

Subinterfaces of stubInterface in mChaRM.mChaRMCollection
 interface RMPReceiverStubInterface
          Interface for class RMPReceiverStub
 

Classes in mChaRM.mChaRMCollection that implement stubInterface
 class RMPReceiverStub
          Instances of this class are used as stubs of the multi-channel on the receiver site.
 class verboseReceiverStub
          realizes the receiver stubs of a multi-channel of kind verbose.
 class verboseSenderStub
          realizes the sender stubs of a multi-channel of kind verbose.
 

Uses of stubInterface in mChaRM.multichannel
 

Subinterfaces of stubInterface in mChaRM.multichannel
 interface receiverStubInterface
           
 interface senderStubInterface
           
 

Classes in mChaRM.multichannel that implement stubInterface
 class receiverStub
          Instances of this class are used as stubs of the multi-channel on the receiver site.
 class senderStub
          Instances of this class are used as stubs of the multi-channel on the sender side.
(package private)  class stub
          This class represents the common root for both sender and receiver stub classes.