Uses of Interface
dev.getelements.elements.rt.Context
Packages that use Context
-
Uses of Context in dev.getelements.elements.rt
Classes in dev.getelements.elements.rt that implement ContextMethods in dev.getelements.elements.rt that return ContextModifier and TypeMethodDescriptionContext.Factory.getContextForApplication(ApplicationId applicationId) Gets aContextwhich can communicate with the remote application.default ContextContext.Factory.getContextForApplication(String applicationIdString) Gets theContextfor the supplied string representing theApplicationId. -
Uses of Context in dev.getelements.elements.rt.remote
Classes in dev.getelements.elements.rt.remote that implement ContextModifier and TypeClassDescriptionclassA type ofContextwhich is used to house remotely invokable instances.Methods in dev.getelements.elements.rt.remote that return ContextModifier and TypeMethodDescriptionContextLocalInvocationDispatcher.getContext()Deprecated.CachingContextFactory.getContextForApplication(ApplicationId applicationId) Methods in dev.getelements.elements.rt.remote that return types with arguments of type ContextMethods in dev.getelements.elements.rt.remote with parameters of type ContextModifier and TypeMethodDescriptionvoidContextLocalInvocationDispatcher.setContext(Context context) Deprecated.Method parameters in dev.getelements.elements.rt.remote with type arguments of type ContextModifier and TypeMethodDescriptionvoidCachingContextFactory.setApplicationContextSupplier(Function<ApplicationId, Context> applicationContextSupplier)