org.gcube.common.vremanagement.ghnmanager.client.fws
Class Types.ShutdownOptions

java.lang.Object
  extended by org.gcube.common.vremanagement.ghnmanager.client.fws.Types.ShutdownOptions
Enclosing class:
Types

public static class Types.ShutdownOptions
extends Object


Field Summary
 boolean clean
           
 boolean restart
           
 
Constructor Summary
Types.ShutdownOptions()
           
 
Method Summary
 boolean isClean()
           
 boolean isRestart()
           
 void setClean(boolean clean)
           
 void setRestart(boolean restart)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

restart

public boolean restart

clean

public boolean clean
Constructor Detail

Types.ShutdownOptions

public Types.ShutdownOptions()
Method Detail

isRestart

public boolean isRestart()

setRestart

public void setRestart(boolean restart)

isClean

public boolean isClean()

setClean

public void setClean(boolean clean)


Copyright © 2014. All Rights Reserved.