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 aContext
which can communicate with the remote application.default Context
Context.Factory.getContextForApplication
(String applicationIdString) Gets theContext
for 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 TypeClassDescriptionclass
A type ofContext
which 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 TypeMethodDescriptionvoid
ContextLocalInvocationDispatcher.setContext
(Context context) Deprecated.Method parameters in dev.getelements.elements.rt.remote with type arguments of type ContextModifier and TypeMethodDescriptionvoid
CachingContextFactory.setApplicationContextSupplier
(Function<ApplicationId, Context> applicationContextSupplier)