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);
}
Aggregations