|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--de.oio.bugkilla.recorder.RecorderManager
| Method Summary | |
void |
connect()
Method connect wait until the server runs. |
static RecorderManager |
getRecorderManager()
Method getRecorderManager returns the singleton RecorderManager instance. |
java.io.PrintWriter |
getWriter()
Returns the writer. |
void |
recordSequence(TestSequence sequence)
Stores the given sequence. |
void |
setHandler(Commandable handler)
Sets the handler. |
void |
setWriter(java.io.PrintWriter writer)
Sets the writer. |
void |
startRecording()
Starts recording a new TestSequence. |
void |
startRecordingUserInteraction()
Starts recording a new UserInteraction. |
void |
stop()
Stops the process of creating new TestStep objects added to the current TestSequence. |
void |
stopReceiver()
Method stopReceiver sets receiver to an inital state. |
void |
stopRecording()
Stops the recording process of creating new UserInteraction objects added to the current TestSequence. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static RecorderManager getRecorderManager()
public void stop()
CommandablestopRecording calling this method should terminate the TestSequence
object and memorize it.
stop in interface CommandableCommandable.stop()public void startRecording()
CommandablestopRecording is sent.
startRecording in interface CommandableCommandable.startRecording()public void stopRecording()
CommandablestartRecording.
stopRecording in interface CommandableCommandable.stopRecording()public void startRecordingUserInteraction()
Commandable
startRecordingUserInteraction in interface CommandableCommandable.startRecordingUserInteraction()public void connect()
public java.io.PrintWriter getWriter()
public void setWriter(java.io.PrintWriter writer)
writer - The writer to setpublic void recordSequence(TestSequence sequence)
SequenceRecorder
recordSequence in interface SequenceRecordersequence - a new TestSequence object to store.SequenceRecorder.recordSequence(de.oio.bugkilla.protocol.TestSequence)public void setHandler(Commandable handler)
handler - The handler to setpublic void stopReceiver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||