*) Enhanced interface git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3649 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
469583ea80
commit
d6811ac243
@ -0,0 +1,15 @@
|
||||
|
||||
---- Public Domain ----
|
||||
|
||||
This work was autored by Timothy Gerard Endres, time@gjt.org.
|
||||
|
||||
This work has been placed into the public domain.
|
||||
|
||||
You are free to use this work in any way you wish.
|
||||
|
||||
DISCLAIMER
|
||||
|
||||
THIS SOFTWARE IS PROVIDED AS-IS, WITH ABSOLUTELY NO WARRANTY.
|
||||
YOU ASSUME ALL RESPONSIBILITY FOR ANY AND ALL CONSEQUENCES
|
||||
THAT MAY RESULT FROM THE USE OF THIS SOFTWARE!
|
||||
|
@ -1,8 +1,11 @@
|
||||
package de.anomic.server;
|
||||
|
||||
public interface serverUpdaterCallback {
|
||||
public boolean updateIsPossible();
|
||||
public String getUpdateReleaseFileName();
|
||||
public String getUpdateSource();
|
||||
public void grantUpdate();
|
||||
}
|
||||
public boolean updateYaCyIsPossible();
|
||||
public void grantYaCyUpdate();
|
||||
public String getYaCyUpdateReleaseVersion();
|
||||
//public File getYaCyUpdateReleaseFile();
|
||||
public String getYaCyUpdateSource();
|
||||
public void signalYaCyShutdown();
|
||||
public void signalYaCyRestart();
|
||||
}
|
Loading…
Reference in new issue