public class AbstractKeyword extends Object
| Modifier and Type | Field and Description |
|---|---|
protected javax.json.JsonObject |
input |
protected org.slf4j.Logger |
logger |
protected OutputBuilder |
output |
protected Map<String,String> |
properties |
protected step.grid.agent.tokenpool.TokenReservationSession |
session |
protected step.grid.agent.tokenpool.TokenSession |
tokenSession |
| Constructor and Description |
|---|
AbstractKeyword() |
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
getInput() |
OutputBuilder |
getOutputBuilder() |
Map<String,String> |
getProperties() |
step.grid.agent.tokenpool.TokenReservationSession |
getSession() |
step.grid.agent.tokenpool.TokenSession |
getTokenSession() |
boolean |
onError(Exception e) |
void |
setInput(javax.json.JsonObject input) |
void |
setOutputBuilder(OutputBuilder outputBuilder) |
void |
setProperties(Map<String,String> properties) |
void |
setSession(step.grid.agent.tokenpool.TokenReservationSession session) |
void |
setTokenSession(step.grid.agent.tokenpool.TokenSession tokenSession) |
protected org.slf4j.Logger logger
protected OutputBuilder output
protected javax.json.JsonObject input
protected step.grid.agent.tokenpool.TokenReservationSession session
protected step.grid.agent.tokenpool.TokenSession tokenSession
public step.grid.agent.tokenpool.TokenReservationSession getSession()
public void setSession(step.grid.agent.tokenpool.TokenReservationSession session)
public step.grid.agent.tokenpool.TokenSession getTokenSession()
public void setTokenSession(step.grid.agent.tokenpool.TokenSession tokenSession)
public javax.json.JsonObject getInput()
public void setInput(javax.json.JsonObject input)
public OutputBuilder getOutputBuilder()
public void setOutputBuilder(OutputBuilder outputBuilder)
public boolean onError(Exception e)
e - Copyright © 2020. All rights reserved.