Search in sources :

Example 1 with PoolManagerGetRestoreHandlerInfo

use of org.dcache.poolmanager.PoolManagerGetRestoreHandlerInfo in project dcache by dCache.

the class RestoreRequestsNotifier method runNotify.

private void runNotify() {
    PoolManagerGetRestoreHandlerInfo message = new PoolManagerGetRestoreHandlerInfo(address);
    message.setResult(requestContainer.getRestoreHandlerInfo());
    restoreRequests.notify(message);
}
Also used : PoolManagerGetRestoreHandlerInfo(org.dcache.poolmanager.PoolManagerGetRestoreHandlerInfo)

Aggregations

PoolManagerGetRestoreHandlerInfo (org.dcache.poolmanager.PoolManagerGetRestoreHandlerInfo)1