xmlBlaster 1.5.1 API

Uses of Interface
org.xmlBlaster.util.recorder.I_InvocationRecorder

Packages that use I_InvocationRecorder
org.xmlBlaster.test.classtest Tests classes of the xmlBlaster distribution. 
org.xmlBlaster.util.recorder   
org.xmlBlaster.util.recorder.file   
org.xmlBlaster.util.recorder.ram   
 

Uses of I_InvocationRecorder in org.xmlBlaster.test.classtest
 

Methods in org.xmlBlaster.test.classtest with parameters of type I_InvocationRecorder
private  void InvocationRecorderTest.playback(I_InvocationRecorder recorder)
           
private  void InvocationRecorderTest.onOverflowException(I_InvocationRecorder recorder)
           
private  void InvocationRecorderTest.onOverflowDiscardOldest(I_InvocationRecorder recorder)
           
private  void InvocationRecorderTest.onOverflowDiscard(I_InvocationRecorder recorder)
           
 

Uses of I_InvocationRecorder in org.xmlBlaster.util.recorder
 

Methods in org.xmlBlaster.util.recorder that return I_InvocationRecorder
 I_InvocationRecorder RecorderPluginManager.getPlugin(java.lang.String type, java.lang.String version, java.lang.String fn, long maxEntries, I_XmlBlaster serverCallback, I_CallbackRaw clientCallback)
          Return a specific filter plugin from cache (on first request it is created).
protected  I_InvocationRecorder RecorderPluginManager.loadPlugin(PluginInfo pluginInfo)
          Loads a new created invocation recorder plugin.
 

Uses of I_InvocationRecorder in org.xmlBlaster.util.recorder.file
 

Classes in org.xmlBlaster.util.recorder.file that implement I_InvocationRecorder
 class FileRecorder
          Records requests of the client into a file, if the client is not able to connect to the xmlBlaster.
 

Uses of I_InvocationRecorder in org.xmlBlaster.util.recorder.ram
 

Classes in org.xmlBlaster.util.recorder.ram that implement I_InvocationRecorder
 class RamRecorder
          You can use this recorder to remember all invocations of the xmlBlaster CORBA methods.
 


xmlBlaster 1.5.1 API

Copyright © 1999-2007 The xmlBlaster.org contributers.