Class ChainingComponent.RecordedCall

  • Enclosing class:
    ChainingComponent

    public static class ChainingComponent.RecordedCall
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordedCall​(int method, java.lang.Object parameters)  
    • Constructor Detail

      • RecordedCall

        public RecordedCall​(int method,
                            java.lang.Object parameters)
    • Method Detail

      • getState

        public int getState()
      • setState

        public void setState​(int state)
      • getMethod

        public int getMethod()
      • getParameters

        public java.lang.Object getParameters()