Protege 3.5

edu.stanford.smi.protege.util
Class RemoteJob

java.lang.Object
  extended by edu.stanford.smi.protege.util.RemoteJob
Direct Known Subclasses:
ProtegeJob, ServerJob

public abstract class RemoteJob
extends Object


Constructor Summary
RemoteJob()
           
 
Method Summary
abstract  void fixLoader()
           
abstract  Object run()
          This class is overridden by the sub class and defines the fuunctionality of this job.
 boolean serverSideCheckOperationAllowed(Operation op, ProjectInstance projectInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteJob

public RemoteJob()
Method Detail

run

public abstract Object run()
                    throws ProtegeException
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.

Returns:
Throws:
ProtegeException

fixLoader

public abstract void fixLoader()

serverSideCheckOperationAllowed

public boolean serverSideCheckOperationAllowed(Operation op,
                                               ProjectInstance projectInstance)

Protege 3.5

Submit a bug report or feature request
Protégé is a trademark of Stanford University.
Copyright (c) 1998-2013 Stanford University.