com.ibm.di.server
Interface RecordPlaybackInterface

All Known Implementing Classes:
AssemblyLine

public interface RecordPlaybackInterface


Method Summary
 String getDatabase()
          Returns the database path/url where obj is recorded/played back.
 boolean isPlaying(Object obj)
          Returns true if the object obj should be played back from server store.
 boolean isRecording(Object obj)
          Returns true if the object obj should be recorded.
 

Method Detail

isRecording

boolean isRecording(Object obj)
Returns true if the object obj should be recorded.


isPlaying

boolean isPlaying(Object obj)
Returns true if the object obj should be played back from server store.


getDatabase

String getDatabase()
Returns the database path/url where obj is recorded/played back.