public class OtherJobScript extends OtherJobBase
OtherJobBase.OtherJobInput, OtherJobBase.OtherJobOutput| Constructor and Description |
|---|
OtherJobScript() |
| Modifier and Type | Method and Description |
|---|---|
OtherJobBase.OtherJobInput |
getOtherJobInput()
other job input
|
OtherJobBase.OtherJobOutput |
getOtherJobOutput() |
static void |
main(String[] args) |
static OtherJobScript |
retrieveFromThreadLocal() |
OtherJobBase.OtherJobOutput |
run(OtherJobBase.OtherJobInput otherJobInputParam)
implement this method for the logic of the OtherJob
|
void |
setOtherJobInput(OtherJobBase.OtherJobInput otherJobInput) |
void |
setOtherJobOutput(OtherJobBase.OtherJobOutput otherJobOutput) |
execute, execute, otherJobLogUpdaterDeregister, otherJobLogUpdaterInit, otherJobLogUpdaterRegister, storeLogInDbpublic static OtherJobScript retrieveFromThreadLocal()
public OtherJobBase.OtherJobInput getOtherJobInput()
OtherJobBasegetOtherJobInput in class OtherJobBasepublic void setOtherJobInput(OtherJobBase.OtherJobInput otherJobInput)
setOtherJobInput in class OtherJobBasepublic OtherJobBase.OtherJobOutput getOtherJobOutput()
public void setOtherJobOutput(OtherJobBase.OtherJobOutput otherJobOutput)
public OtherJobBase.OtherJobOutput run(OtherJobBase.OtherJobInput otherJobInputParam)
OtherJobBaserun in class OtherJobBaseOtherJobBase.run(edu.internet2.middleware.grouper.app.loader.OtherJobBase.OtherJobInput)public static void main(String[] args)
args - Copyright © 2016 Internet2. All rights reserved.