|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServerBlockageController
Interface that executes server bloackage check in Filter.
Server blockage check functionality is provided by the class that implements this interface.
Implementation class of this interface should be thread safe.
*To see the configuration method of the class which implements this interface, refer to
ServerBlockageControlFilter
.
AuthorizationControlFilter
,
AuthorizationController
,
AuthenticationControlFilter
,
AuthenticationController
,
BlockageControlFilter
,
BlockageController
,
ServerBlockageControlFilter
Method Summary | |
---|---|
void |
blockade()
Transits to blocked state. |
boolean |
isBlockaded()
Checks if the server is in blocked state. |
boolean |
isBlockaded(java.lang.String pathInfo)
Checks if the server is in blocked state. |
boolean |
isPreBlockaded()
Checks if the server is in preblockage state. |
void |
open()
Transits to normal state. |
void |
preBlockade()
Transits to preblockage state. |
void |
preBlockade(java.util.Date time)
Transits to preblockage state. On the specified date and time, transits to blocked state. |
Method Detail |
---|
void blockade()
boolean isBlockaded()
boolean isBlockaded(java.lang.String pathInfo)
pathInfo
- Path information
boolean isPreBlockaded()
void open()
void preBlockade()
void preBlockade(java.util.Date time)
time
- Date and time when it transits to blocked state.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |