public class XPageAgentEntry extends Object implements Serializable
Modifier and Type | Method and Description |
---|---|
static XPageAgentEntry |
buildXPagesAgentEntry(Class<XPageAgentJob> clAgent,
XPagesAgent xpa,
boolean active) |
void |
endSchedules() |
Class<XPageAgentJob> |
getAgent() |
String |
getAlias() |
int |
getExecTimeWindowEndHour() |
int |
getExecTimeWindowEndMinute() |
int |
getExecTimeWindowStartHour() |
int |
getExecTimeWindowStartMinute() |
ExecutionDay[] |
getExecutionDay() |
ExecutionMode |
getExecutionMode() |
int |
getIntervall() |
String |
getTitle() |
boolean |
isActive() |
boolean |
isRunning() |
boolean |
readyToExecuteScheduled() |
void |
runScheduled() |
void |
setActive(boolean active) |
void |
setIntervall(int intervall) |
public static XPageAgentEntry buildXPagesAgentEntry(Class<XPageAgentJob> clAgent, XPagesAgent xpa, boolean active)
public boolean isRunning()
public void runScheduled()
public void endSchedules()
public Class<XPageAgentJob> getAgent()
public String getTitle()
public String getAlias()
public ExecutionMode getExecutionMode()
public int getIntervall()
public void setIntervall(int intervall)
public ExecutionDay[] getExecutionDay()
public int getExecTimeWindowStartHour()
public int getExecTimeWindowStartMinute()
public int getExecTimeWindowEndHour()
public int getExecTimeWindowEndMinute()
public boolean readyToExecuteScheduled()
public boolean isActive()
public void setActive(boolean active)
Copyright © 2021. All Rights Reserved.