Package com.ibm.di.server
Interface RecordPlaybackInterface
-
- All Known Implementing Classes:
AssemblyLine
public interface RecordPlaybackInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDatabase()
Returns the database path/url where obj is recorded/played back.boolean
isPlaying(java.lang.Object obj)
Returns true if the object obj should be played back from server store.boolean
isRecording(java.lang.Object obj)
Returns true if the object obj should be recorded.
-
-
-
Method Detail
-
isRecording
boolean isRecording(java.lang.Object obj)
Returns true if the object obj should be recorded.
-
isPlaying
boolean isPlaying(java.lang.Object obj)
Returns true if the object obj should be played back from server store.
-
getDatabase
java.lang.String getDatabase()
Returns the database path/url where obj is recorded/played back.
-
-