Uses of Interface
mChaRM.multichannel.receiverStubInterface

Packages that use receiverStubInterface
mChaRM.mChaRMCollection   
mChaRM.multichannel   
 

Uses of receiverStubInterface in mChaRM.mChaRMCollection
 

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

Classes in mChaRM.mChaRMCollection that implement receiverStubInterface
 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.
 

Uses of receiverStubInterface in mChaRM.multichannel
 

Classes in mChaRM.multichannel that implement receiverStubInterface
 class receiverStub
          Instances of this class are used as stubs of the multi-channel on the receiver site.
 

Methods in mChaRM.multichannel that return receiverStubInterface
 receiverStubInterface channelCore.receiverStub(java.lang.String name)
           
 receiverStubInterface channelCore.receiverStubByPosition(int indx)
           
 

Methods in mChaRM.multichannel with parameters of type receiverStubInterface
 void channelCore.setReceiverStub(java.lang.String name, receiverStubInterface RSI)