Package org.cyclos.impl.system
Interface SetupServiceLocal
-
- All Superinterfaces:
Service,SetupService
public interface SetupServiceLocal extends SetupService
Local interface forSetupService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SetupDatagetSetupData()Returns data used for the system setupbooleanisSetupDone()Returns whether the instance setup has been done-
Methods inherited from interface org.cyclos.services.system.SetupService
setup
-
-
-
-
Method Detail
-
getSetupData
SetupData getSetupData()
Returns data used for the system setup- Throws:
IllegalActionException- When the setup has already been done
-
isSetupDone
boolean isSetupDone()
Returns whether the instance setup has been done
-
-