edu.stanford.smi.protege.server.job
Class CacheControlJob
java.lang.Object
edu.stanford.smi.protege.util.RemoteJob
edu.stanford.smi.protege.util.ProtegeJob
edu.stanford.smi.protege.server.job.CacheControlJob
- All Implemented Interfaces:
- Localizable, Serializable
public class CacheControlJob
- extends ProtegeJob
- See Also:
- Serialized Form
Method Summary |
Object |
run()
This class is overridden by the sub class and defines
the fuunctionality of this job. |
static void |
setCacheStatus(KnowledgeBase kb,
boolean disableFrameCalculator,
boolean disableDatabaseCache)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheControlJob
public CacheControlJob(KnowledgeBase kb,
boolean disableFrameCalculator,
boolean disableDatabaseCache)
setCacheStatus
public static void setCacheStatus(KnowledgeBase kb,
boolean disableFrameCalculator,
boolean disableDatabaseCache)
run
public Object run()
throws ProtegeException
- Description copied from class:
RemoteJob
- This class is overridden by the sub class and defines
the fuunctionality of this job. The intention is that the
sub-class will define this method and callers will use the
execute() method.
- Specified by:
run
in class RemoteJob
- Returns:
-
- Throws:
ProtegeException
Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2013 Stanford University.