Searched refs:__SHUTDOWN (Results 1 – 1 of 1) sorted by relevance
161 private final static int __STOPPED = 0, __AVAILABLE = 1, __SHUTDOWN = 2, __UNAVAILABLE = 3; field in ContextHandler642 … _availability = isRunning()?(_shutdown?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE):__STOPPED; in setShutdown()667 … _availability = isRunning()?(_shutdown?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE):__STOPPED; in setAvailable()721 _availability = _shutdown?__SHUTDOWN:_available?__AVAILABLE:__UNAVAILABLE; in doStart()864 case __SHUTDOWN: in checkContext()