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
public class RoleBaseCallerContext extends CallerContext implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleBaseCallerContext(String ID)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getType()
Gets type of throttle that this caller belong ex : ip/domain-
Methods inherited from class org.apache.synapse.commons.throttle.core.CallerContext
canAccess, cleanUpCallers, clone, getFirstAccessTime, getGlobalCounter, getId, getLocalCounter, getNextTimeWindow, getRoleId, getUnitTime, getUuid, incrementGlobalCounter, incrementLocalCounter, resetGlobalCounter, resetLocalCounter, setFirstAccessTime, setGlobalCounter, setLocalCounter, setNextTimeWindow, setRoleId, setUnitTime
-
-
-
-
Constructor Detail
-
RoleBaseCallerContext
public RoleBaseCallerContext(String ID)
-
-
Method Detail
-
getType
public int getType()
Description copied from class:CallerContext
Gets type of throttle that this caller belong ex : ip/domain- Specified by:
getType
in classCallerContext
- Returns:
- Returns the type of the throttle
-
-