Uses of Class
mChaRM.multichannel.SenderStubNotFoundException

Packages that use SenderStubNotFoundException
mChaRM.mChaRMCollection   
mChaRM.multichannel   
 

Uses of SenderStubNotFoundException in mChaRM.mChaRMCollection
 

Constructors in mChaRM.mChaRMCollection that throw SenderStubNotFoundException
verboseSenderStub(java.lang.Object myReferent, java.lang.String myKind, java.lang.String myReferentName)
          constructor for the stubs.
 

Uses of SenderStubNotFoundException in mChaRM.multichannel
 

Methods in mChaRM.multichannel that throw SenderStubNotFoundException
 void channelInterface.senderStubHasBeenCreated(java.lang.String senderStubName)
           
 java.lang.Object channelCore.retrieveSenderFieldValue(java.lang.String senderName, java.lang.String fieldName)
          retrieves the content of a field of the specified sender.
 void channelCore.senderStubHasBeenCreated(java.lang.String senderStubName)
          the invocation of this method allows to connect the multi-channel to the new stub.
 

Constructors in mChaRM.multichannel that throw SenderStubNotFoundException
senderStub(java.lang.Object myReferent, java.lang.String myKind, java.lang.String myReferentName)
          senderStub constructor.