Class ContextLocalInvocationDispatcher

java.lang.Object
dev.getelements.elements.rt.remote.AbstractLocalInvocationDispatcher
dev.getelements.elements.rt.remote.ContextLocalInvocationDispatcher
All Implemented Interfaces:
LocalInvocationDispatcher

@Deprecated public class ContextLocalInvocationDispatcher extends AbstractLocalInvocationDispatcher
Deprecated.
This needs to be replaced with a dispatch to an Element via ElementRegistry
  • Constructor Details

    • ContextLocalInvocationDispatcher

      public ContextLocalInvocationDispatcher()
      Deprecated.
  • Method Details

    • resolve

      protected Object resolve(Class<?> type, String name)
      Deprecated.
      Overrides:
      resolve in class AbstractLocalInvocationDispatcher
    • getContext

      public dev.getelements.elements.rt.Context getContext()
      Deprecated.
    • setContext

      @Inject public void setContext(@Named("dev.getelements.elements.rt.context.local") dev.getelements.elements.rt.Context context)
      Deprecated.