Uses of Class
org.chenile.owiz.impl.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
Modifier and TypeMethodDescriptionprivate boolean
CloudEdgeSwitch.callEdge
(ChenileExchange exchange, Object serviceReference, ChainContext.SavePoint savePoint) -
Uses of ChainContext.SavePoint in org.chenile.core.interceptors
Modifier and TypeMethodDescriptionprotected ChainContext.SavePoint
BaseChenileInterceptor.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.Modifier and TypeMethodDescriptionprotected void
BaseChenileInterceptor.resumeFromSavedPoint
(ChainContext.SavePoint savePoint, ChenileExchange exchange) -
Uses of ChainContext.SavePoint in org.chenile.owiz.impl
Modifier and TypeMethodDescriptionvoid
ChainContext.resumeFromSavedPoint
(ChainContext.SavePoint savedPoint)