Public Member Functions | |
boolean | resourceUnreachable (T resource) |
void | badState (T resource, String stateName) |
void | resourceRecovered (T resource) |
Protected Member Functions | |
DefaultResourceErrorHandler (String resourceName, boolean isComponent) | |
Protected Attributes | |
final String | resourceName |
final boolean | isComponent |
|
Called when SubsysResourceMonitor was found in a bad state, but still replied in time.
Implements alma::ACS::MasterComponentImpl::SubsysResourceMonitor::ResourceErrorHandler< T >.
|
|
|
|
Subclasses might want to send a Implements alma::ACS::MasterComponentImpl::SubsysResourceMonitor::ResourceErrorHandler< T >.
|
|
Called when the resource could not be reached at all because of a timeout or network/middleware communication errors. The resource object is passed to allow using one handler for many resources. The return value controls whether monitoring of this resource will be stopped:
Implements alma::ACS::MasterComponentImpl::SubsysResourceMonitor::ResourceErrorHandler< T >.
|
|
|
|
|