|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IFactory | |
---|---|
raccoon.core.badhnati.xml | |
raccoon.tibco.tibrv.badhnati.ae | Implementation of the BadhnAti contract for TIB/Rendezvous. |
raccoon.tibco.tibrv.message | |
raccoon.tibco.tibrv.uitest | The implementation of the UITest framework for TIB/Rendezvous. |
raccoon.tibco.tibrv.uitest.recorder |
Uses of IFactory in raccoon.core.badhnati.xml |
---|
Methods in raccoon.core.badhnati.xml that return IFactory | |
---|---|
IFactory |
XmlParser.getFactory()
Retrieves the factory to create new message instances used. |
IFactory |
XmlToMessage.getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
Methods in raccoon.core.badhnati.xml with parameters of type IFactory | |
---|---|
void |
XmlParser.setFactory(IFactory pFactory)
Defines the factory instance to use. |
void |
XmlToMessage.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
Constructors in raccoon.core.badhnati.xml with parameters of type IFactory | |
---|---|
SaxHandler(IFactory pFactory)
Assigns the factory to use. |
|
SaxHandler(IFactory pFactory,
boolean pSetFastMode)
Assigns the required components to this instace. |
Uses of IFactory in raccoon.tibco.tibrv.badhnati.ae |
---|
Fields in raccoon.tibco.tibrv.badhnati.ae declared as IFactory | |
---|---|
protected IFactory |
AbsParser.mFactory
The factory instance used to generate the new instances of the various required messages |
Methods in raccoon.tibco.tibrv.badhnati.ae that return IFactory | |
---|---|
IFactory |
AbsParser.getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
IFactory |
TibrvAeParser.getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
Methods in raccoon.tibco.tibrv.badhnati.ae with parameters of type IFactory | |
---|---|
void |
AbsParser.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
TibrvAeParser.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
Uses of IFactory in raccoon.tibco.tibrv.message |
---|
Classes in raccoon.tibco.tibrv.message that implement IFactory | |
---|---|
class |
RvFactory
The implementation above TIB/Rendezvous of the factory interface. |
Uses of IFactory in raccoon.tibco.tibrv.uitest |
---|
Methods in raccoon.tibco.tibrv.uitest that return IFactory | |
---|---|
IFactory |
TibrvPlayer.getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
IFactory |
TibrvRecorder.getFactory()
Retrieves the factory instance used to instanciate empty message objects. |
Methods in raccoon.tibco.tibrv.uitest with parameters of type IFactory | |
---|---|
void |
TibrvPlayer.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
void |
TibrvRecorder.setFactory(IFactory pFactory)
Assigns the IFactory used to instanciate empty message objects. |
Uses of IFactory in raccoon.tibco.tibrv.uitest.recorder |
---|
Constructors in raccoon.tibco.tibrv.uitest.recorder with parameters of type IFactory | |
---|---|
TibrvMsgKeeper(TibrvRecorder pRecorder,
java.lang.String pName,
IFactory pFactory)
Convenience constructor |
|
TibrvMsgWriter(TibrvRecorder pRecorder,
java.lang.String pName,
java.lang.String pSaveFolder,
IFactory pFactory,
IXmlToMessage pXmlParser,
ILogger pLogger)
Convenience constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |