Class MicroSkeleton

  • Direct Known Subclasses:
    BackEndSkel, FrontEndSkel

    public abstract class MicroSkeleton
    extends Object
    Deserialize a command, calls the corresponding method and serialize the response.
    Author:
    Giovanni Caire - TILAB
    • Constructor Detail

      • MicroSkeleton

        public MicroSkeleton()
    • Method Detail

      • handleCommand

        public byte[] handleCommand​(byte[] cmd)
      • createErrorRsp

        protected Command createErrorRsp​(Throwable tr,
                                         boolean expected)