Uses of Interface
raccoon.tibco.tibrv.api.IRepoGenerator

Packages that use IRepoGenerator
raccoon.tibco.tibrv.badhnati.ae Implementation of the BadhnAti contract for TIB/Rendezvous. 
raccoon.tibco.tibrv.badhnati.descriptors Contains various utility classes to describe a message that is defined in the TIB/Repository. 
 

Uses of IRepoGenerator in raccoon.tibco.tibrv.badhnati.ae
 

Fields in raccoon.tibco.tibrv.badhnati.ae declared as IRepoGenerator
protected  IRepoGenerator AbsParser.mRepoGenerator
          The RepoGenerator component used by this instance
 

Methods in raccoon.tibco.tibrv.badhnati.ae that return IRepoGenerator
 IRepoGenerator AbsParser.getRepoGenerator()
          TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification.
 IRepoGenerator TibrvAeParser.getRepoGenerator()
          TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification.
 

Methods in raccoon.tibco.tibrv.badhnati.ae with parameters of type IRepoGenerator
 void AbsParser.setRepoGenerator(IRepoGenerator pRepoGenerator)
          TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification.
 void TibrvAeParser.setRepoGenerator(IRepoGenerator pRepoGenerator)
          TIB/Repository generator service used to create TIB/Repository compliant URLs according to the Raccoon specification.
 

Uses of IRepoGenerator in raccoon.tibco.tibrv.badhnati.descriptors
 

Methods in raccoon.tibco.tibrv.badhnati.descriptors that return IRepoGenerator
 IRepoGenerator Message.getRepoGenerator()
          Retrieves the utility component in relation with the TIB/Repository.
 

Methods in raccoon.tibco.tibrv.badhnati.descriptors with parameters of type IRepoGenerator
 void ClassElement.setRepoGenerator(IRepoGenerator pRepoGenerator)
          Defines the utility component in relation with the TIB/Repository.
 void Message.setRepoGenerator(IRepoGenerator pRepoGenerator)
          Defines the utility component in relation with the TIB/Repository.
 void PrefixElement.setRepoGenerator(IRepoGenerator pRepoGenerator)
          Defines the utility component in relation with the TIB/Repository.
 

Constructors in raccoon.tibco.tibrv.badhnati.descriptors with parameters of type IRepoGenerator
ClassElement(java.lang.String pRadix, java.lang.String pClassName, java.lang.String pCollectionType, java.lang.Integer pIndex, IRepoGenerator pRepoGenerator)
          Convenience constructor, assigns all the elements to this container.
Message(IRepoGenerator pRepoGenerator)
          Convenience constructor for assigning the TIB/Repository generator
 



Copyright null null. All Rights Reserved.