コード例 #1
0
 /** {@inheritDoc} */
 @Override
 public void listenFutureForOperation(final long futId, int typ, int opId) throws Exception {
   PlatformFutureUtils.listen(
       platformCtx, currentFuture(), futId, typ, futureWriter(opId), target);
 }
コード例 #2
0
 /** {@inheritDoc} */
 @Override
 public void listenFuture(final long futId, int typ) throws Exception {
   PlatformFutureUtils.listen(platformCtx, currentFuture(), futId, typ, null, target);
 }