Class RoleBaseCallerContext
java.lang.Object
org.apache.synapse.commons.throttle.core.CallerContext
org.apache.synapse.commons.throttle.core.impl.rolebase.RoleBaseCallerContext
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetType()Gets type of throttle that this caller belong ex : ip/domainMethods inherited from class org.apache.synapse.commons.throttle.core.CallerContext
canAccess, canAccess, cleanUpCallers, clone, getFirstAccessTime, getGlobalCounter, getId, getLocalCounter, getLocalHits, getLocalQuota, getNextAccessTime, getNextTimeWindow, getRoleId, getUnitTime, getUuid, incrementGlobalCounter, incrementLocalCounter, incrementLocalHits, isThrottleParamSyncingModeSync, resetGlobalCounter, resetLocalCounter, setFirstAccessTime, setGlobalCounter, setIsThrottleParamSyncingModeSync, setLocalCounter, setLocalHits, setLocalQuota, setNextAccessTime, setNextTimeWindow, setRoleId, setUnitTime
-
Constructor Details
-
RoleBaseCallerContext
-
-
Method Details
-
getType
public int getType()Description copied from class:CallerContextGets type of throttle that this caller belong ex : ip/domain- Specified by:
getTypein classCallerContext- Returns:
- Returns the type of the throttle
-