Interface Restriction
-
- All Known Implementing Classes:
RestrictionBase
public interface RestrictionRestriction Interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetMaxConnectionCount()StringgetRestrictionKey()booleanisRestricted()
-
-
-
Method Detail
-
getRestrictionKey
String getRestrictionKey()
- Returns:
- Key for restriction
-
getMaxConnectionCount
int getMaxConnectionCount()
- Returns:
- Maximum connection count
-
isRestricted
boolean isRestricted()
- Returns:
- True if is restricted, false otherwise
-
-