Class OMRSFutureImpl
- java.lang.Object
-
- org.odpi.openmetadata.repositoryservices.events.future.OMRSFutureImpl
-
- All Implemented Interfaces:
OMRSFuture
public class OMRSFutureImpl extends Object implements OMRSFuture
Implementation ofOMRSFuture
-
-
Constructor Summary
Constructors Constructor Description OMRSFutureImpl(Future<?> future)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisDone()Checks whether processing for the future has completed.
-
-
-
Constructor Detail
-
OMRSFutureImpl
public OMRSFutureImpl(Future<?> future)
-
-
Method Detail
-
isDone
public boolean isDone()
Checks whether processing for the future has completed.- Specified by:
isDonein interfaceOMRSFuture- Returns:
- whether the processing for the future has completed
-
-