org.terracotta.toolkit.feature
Interface NonStopFeature

All Superinterfaces:
ToolkitFeature

public interface NonStopFeature
extends ToolkitFeature


Method Summary
 void finish()
          End the non stop operations.
Within the boundary of start and stop the operations should come back.
 NonStopConfigurationRegistry getNonStopConfigurationRegistry()
          get Registry for registering non stop configurations
 boolean isTimedOut()
          returns true If a nonstop operation was started and has timed out.
 void start(NonStopConfiguration nonStopConfig)
          Start non stop operations
 
Methods inherited from interface org.terracotta.toolkit.ToolkitFeature
isEnabled
 

Method Detail

start

void start(NonStopConfiguration nonStopConfig)
Start non stop operations


finish

void finish()
End the non stop operations.
Within the boundary of start and stop the operations should come back.


isTimedOut

boolean isTimedOut()
returns true If a nonstop operation was started and has timed out.


getNonStopConfigurationRegistry

NonStopConfigurationRegistry getNonStopConfigurationRegistry()
get Registry for registering non stop configurations



Copyright © 2014 Terracotta, Inc.. All Rights Reserved.