Uses of Interface
org.apache.ignite.services.ServiceContext
-
Packages that use ServiceContext Package Description org.apache.ignite.internal.processors.resource TODO.org.apache.ignite.internal.processors.service org.apache.ignite.services Contains main Managed Services APIs. -
-
Uses of ServiceContext in org.apache.ignite.internal.processors.resource
Methods in org.apache.ignite.internal.processors.resource with parameters of type ServiceContext Modifier and Type Method Description voidGridResourceProcessor. inject(Service svc, ServiceContext svcCtx)Injects resources into service. -
Uses of ServiceContext in org.apache.ignite.internal.processors.service
Classes in org.apache.ignite.internal.processors.service that implement ServiceContext Modifier and Type Class Description classServiceContextImplService context implementation.Methods in org.apache.ignite.internal.processors.service with parameters of type ServiceContext Modifier and Type Method Description ObjectCompositeServiceCallInterceptor. invoke(String mtd, Object[] args, ServiceContext ctx, Callable<Object> next)Intercepts delegated service call. -
Uses of ServiceContext in org.apache.ignite.services
Methods in org.apache.ignite.services with parameters of type ServiceContext Modifier and Type Method Description default voidService. cancel(ServiceContext ctx)Deprecated.UseService.cancel()instead.default voidService. execute(ServiceContext ctx)Deprecated.UseService.execute()instead.default voidService. init(ServiceContext ctx)Deprecated.UseService.init()instead.ObjectServiceCallInterceptor. invoke(String mtd, Object[] args, ServiceContext ctx, Callable<Object> next)Intercepts delegated service call.
-