Uses of Class
org.chenile.owiz.impl.ChainContext.SavePoint
Packages that use ChainContext.SavePoint
Package
Description
Cloud edge switch - the interceptor class is defined here
Define Core Chenile interceptors
Key Command implementations, chain implementations and base classes are defined here.
-
Uses of ChainContext.SavePoint in org.chenile.cloudedgeswitch.interceptor
Methods in org.chenile.cloudedgeswitch.interceptor with parameters of type ChainContext.SavePointModifier and TypeMethodDescriptionprivate booleanCloudEdgeSwitch.callEdge(ChenileExchange exchange, Object serviceReference, ChainContext.SavePoint savePoint) -
Uses of ChainContext.SavePoint in org.chenile.core.interceptors
Methods in org.chenile.core.interceptors that return ChainContext.SavePointModifier and TypeMethodDescriptionprotected ChainContext.SavePointBaseChenileInterceptor.savePoint(ChenileExchange exchange) This is used when an interceptor needs to save the current position in the interceptor chain with the intent of continuing again from the saved point.Methods in org.chenile.core.interceptors with parameters of type ChainContext.SavePointModifier and TypeMethodDescriptionprotected voidBaseChenileInterceptor.resumeFromSavedPoint(ChainContext.SavePoint savePoint, ChenileExchange exchange) -
Uses of ChainContext.SavePoint in org.chenile.owiz.impl
Methods in org.chenile.owiz.impl that return ChainContext.SavePointMethods in org.chenile.owiz.impl with parameters of type ChainContext.SavePointModifier and TypeMethodDescriptionvoidChainContext.resumeFromSavedPoint(ChainContext.SavePoint savedPoint)