Class HotUpgradeStepEvent
java.lang.Object
net.bluemind.system.api.hot.upgrade.HotUpgradeStepEvent
- 
Nested Class Summary
Nested Classes - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic HotUpgradeStepEventcreate(String step, HotUpgradeStepEvent.Status status, String message)  
- 
Field Details
- 
step
 - 
status
 - 
message
 - 
date
public long date 
 - 
 - 
Constructor Details
- 
HotUpgradeStepEvent
public HotUpgradeStepEvent() 
 - 
 - 
Method Details
- 
create
public static HotUpgradeStepEvent create(String step, HotUpgradeStepEvent.Status status, String message)  
 -