|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.tibco.tibrv.uitest.data.AbsChannel
raccoon.tibco.tibrv.uitest.data.RecorderChannel
public class RecorderChannel
The recording channel component used by the recorder.
Field Summary | |
---|---|
static int |
MEMORY_RECORDER
Memory recorder: messages are kept in memory. |
static int |
STANDARD_RECORDER
Classical recorder: just writes the received message to the hard drive |
Constructor Summary | |
---|---|
RecorderChannel()
Default constructor required for dynamic instanciation. |
Method Summary | |
---|---|
int |
getChannelType()
The type of this recording channel |
java.lang.String |
getSaveFolder()
The folder where the received messages are to be stored. |
java.lang.String |
getSubject()
The subject of subscription |
void |
setChannelType(int pChannelType)
Defines the type of this recording channel |
void |
setSaveFolder(java.lang.String pSaveFolder)
Defines the folder where the received messages are to be stored. |
void |
setSubject(java.lang.String pSubject)
Assigns the subject to monitor |
Methods inherited from class raccoon.tibco.tibrv.uitest.data.AbsChannel |
---|
getDaemon, getDescription, getKey, getName, getNetwork, getService, setDaemon, setDescription, setName, setNetwork, setService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int STANDARD_RECORDER
public static final int MEMORY_RECORDER
Constructor Detail |
---|
public RecorderChannel()
Method Detail |
---|
public java.lang.String getSubject()
public void setSubject(java.lang.String pSubject)
pSubject
- a valid TIB/Rendezvous subjectpublic java.lang.String getSaveFolder()
public void setSaveFolder(java.lang.String pSaveFolder)
pSaveFolder
- the storage folder name and location (relative or absolute)public int getChannelType()
public void setChannelType(int pChannelType)
pChannelType
- the channel type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |