Class ExecutionNode.ReferencePair<T extends de.codecentric.reedelk.runtime.api.component.Implementor>

  • Enclosing class:
    ExecutionNode

    public static class ExecutionNode.ReferencePair<T extends de.codecentric.reedelk.runtime.api.component.Implementor>
    extends Object
    • Constructor Detail

      • ReferencePair

        public ReferencePair​(T implementor)
      • ReferencePair

        public ReferencePair​(T implementor,
                             org.osgi.framework.ServiceReference<T> serviceReference)
    • Method Detail

      • getImplementor

        public T getImplementor()
      • getServiceReference

        public org.osgi.framework.ServiceReference<T> getServiceReference()