Class RoleBaseThrottleContext
- java.lang.Object
-
- org.apache.synapse.commons.throttle.core.ThrottleContext
-
- org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseThrottleContext
-
public class RoleBaseThrottleContext extends ThrottleContext
-
-
Constructor Summary
Constructors Constructor Description RoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
-
Methods inherited from class org.apache.synapse.commons.throttle.core.ThrottleContext
addAndFlushCallerContext, addCallerContext, cleanupCallers, flushCallerContext, getCallerContext, getConfigurationContext, getThrottleConfiguration, getThrottleId, processCleanList, removeAndDestroyShareParamsOfCaller, removeAndFlushCaller, removeCallerContext, replicateTimeWindow, setConfigurationContext, setThrottleId
-
-
-
-
Constructor Detail
-
RoleBaseThrottleContext
public RoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)
-
-
Method Detail
-
getType
public int getType()
- Specified by:
getType
in classThrottleContext
- Returns:
- Returns the type of throttle ex : ip /domain
-
-