Class AService

  • All Implemented Interfaces:
    IAService

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

      Constructors 
      Constructor Description
      AService()  
    • 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
    • Constructor Detail

      • AService

        public AService()
    • Method Detail

      • test

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