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.ServiceCallcaller, CURRENT, DEFTIMEOUT, INHERIT, LAST, lastmod, MONITORING, NEXT, properties, REALTIME, SECURITY_INFOS, TIMEOUT
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedServletCallAccess()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpurgeServiceCalls()- 
Methods inherited from class jadex.bridge.service.component.interceptors.CallAccesscreateServiceCall, resetCurrentInvocation, resetLastInvocation, resetNextInvocation, roll, setCurrentInvocation, setLastInvocation, setNextInvocation
 - 
Methods inherited from class jadex.bridge.ServiceCallgetCaller, getCurrentInvocation, getLastInvocation, getNextInvocation, getOrCreateNextInvocation, getOrCreateNextInvocation, getProperties, getProperty, getTimeout, hasUserTimeout, isRemoteCall, removeProperty, setProperty, setTimeout, toString
 
- 
 
-