Class SessionRecorderImpl
- java.lang.Object
-
- org.webswing.server.services.recorder.SessionRecorderImpl
-
- All Implemented Interfaces:
SessionRecorder
public class SessionRecorderImpl extends Object implements SessionRecorder
-
-
Constructor Summary
Constructors Constructor Description SessionRecorderImpl(SwingInstance swingInstance, SwingInstanceManager manager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFileName()booleanisRecording()voidsaveFrame(byte[] serialized)voidstartRecording()voidstopRecording()
-
-
-
Constructor Detail
-
SessionRecorderImpl
public SessionRecorderImpl(SwingInstance swingInstance, SwingInstanceManager manager)
-
-
Method Detail
-
saveFrame
public void saveFrame(byte[] serialized)
- Specified by:
saveFramein interfaceSessionRecorder
-
startRecording
public void startRecording() throws org.webswing.server.model.exception.WsException- Specified by:
startRecordingin interfaceSessionRecorder- Throws:
org.webswing.server.model.exception.WsException
-
stopRecording
public void stopRecording() throws org.webswing.server.model.exception.WsException- Specified by:
stopRecordingin interfaceSessionRecorder- Throws:
org.webswing.server.model.exception.WsException
-
isRecording
public boolean isRecording()
- Specified by:
isRecordingin interfaceSessionRecorder
-
getFileName
public String getFileName()
- Specified by:
getFileNamein interfaceSessionRecorder
-
-