Package jadex.extension.rs.publish
Class JadexGatewayServlet.ServletCallAccess
- java.lang.Object
-
- jadex.bridge.ServiceCall
-
- jadex.bridge.service.component.interceptors.CallAccess
-
- jadex.extension.rs.publish.JadexGatewayServlet.ServletCallAccess
-
- Enclosing class:
- JadexGatewayServlet
protected static class JadexGatewayServlet.ServletCallAccess extends CallAccess
Purge service call ThreadLocal objects, to avoid container leaks.
-
-
Field Summary
-
Fields inherited from class jadex.bridge.ServiceCall
caller, CURRENT, DEFTIMEOUT, INHERIT, LAST, lastmod, MONITORING, NEXT, properties, REALTIME, SECURITY_INFOS, TIMEOUT
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ServletCallAccess()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
purgeServiceCalls()
-
Methods inherited from class jadex.bridge.service.component.interceptors.CallAccess
createServiceCall, resetCurrentInvocation, resetLastInvocation, resetNextInvocation, roll, setCurrentInvocation, setLastInvocation, setNextInvocation
-
Methods inherited from class jadex.bridge.ServiceCall
getCaller, getCurrentInvocation, getLastInvocation, getNextInvocation, getOrCreateNextInvocation, getOrCreateNextInvocation, getProperties, getProperty, getTimeout, hasUserTimeout, isRemoteCall, removeProperty, setProperty, setTimeout, toString
-
-