Class AbstractPushServiceRef<T extends IPushService>

    • Constructor Detail

      • AbstractPushServiceRef

        public AbstractPushServiceRef()
    • Method Detail

      • get

        public T get()
        looks up and returns the referenced service instance
        Specified by:
        get in interface IPushServiceRef<T extends IPushService>
        Returns:
        the service instance
      • lookupService

        protected abstract T lookupService()