org.gcube.indexmanagement.common
Interface ThreadOwner


Deprecated. - ugly solution...

public interface ThreadOwner

An interface for classes which spawn new threads which need to know when the main class is finished.


Method Summary
 boolean isReadyToDie()
          Deprecated. A method indicating whether the ThreadOwner is finished or not.
 

Method Detail

isReadyToDie

boolean isReadyToDie()
Deprecated. 
A method indicating whether the ThreadOwner is finished or not.

Returns:
an indicator of whether the ThreadOwner is finished or not.


Copyright © 2013. All Rights Reserved.