Class HandleAndService


  • public class HandleAndService
    extends java.lang.Object
    Data structure with the handle and the service
    • Field Detail

      • service

        private final java.lang.Object service
    • Constructor Detail

      • HandleAndService

        public HandleAndService​(ServiceHandle<?> handle,
                                java.lang.Object service)
    • Method Detail

      • getService

        public java.lang.Object getService()