Class AService

  • All Implemented Interfaces:
    IAService

    public class AService
    extends java.lang.Object
    implements IAService
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String test
      The test string.
    • Constructor Summary

      Constructors 
      Constructor Description
      AService()
      Create a new service.
      AService​(java.lang.String test)
      Create a new service.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      IFuture<java.lang.String> test()
      Test method.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • test

        protected java.lang.String test
        The test string.
    • Constructor Detail

      • AService

        public AService()
        Create a new service.
      • AService

        public AService​(java.lang.String test)
        Create a new service.
    • Method Detail

      • test

        public IFuture<java.lang.String> test()
        Test method.
        Specified by:
        test in interface IAService