xmlBlaster 1.5.1 API

org.xmlBlaster.util.recorder.ram
Class RamRecorder.InvocationContainer

java.lang.Object
  extended byorg.xmlBlaster.util.recorder.ram.RamRecorder.InvocationContainer
Enclosing class:
RamRecorder

private class RamRecorder.InvocationContainer
extends java.lang.Object

This holds all the necessary info about one method invocation.


Field Summary
(package private)  java.lang.String cbSessionId
           
(package private)  java.lang.String method
          publish/subscribe/get etc.
(package private)  MsgUnit msgUnit
           
(package private)  MsgUnit[] msgUnitArr
           
(package private)  long timestamp
           
(package private)  java.lang.String xmlKey
           
(package private)  java.lang.String xmlQos
           
 
Constructor Summary
(package private) RamRecorder.InvocationContainer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

timestamp

long timestamp

method

java.lang.String method
publish/subscribe/get etc.


cbSessionId

java.lang.String cbSessionId

xmlKey

java.lang.String xmlKey

xmlQos

java.lang.String xmlQos

msgUnit

MsgUnit msgUnit

msgUnitArr

MsgUnit[] msgUnitArr
Constructor Detail

RamRecorder.InvocationContainer

RamRecorder.InvocationContainer()

xmlBlaster 1.5.1 API

Copyright © 1999-2007 The xmlBlaster.org contributers.