Package org.ivoa.dm.executionbroker
Class ScheduledExecutionSession.ScheduledExecutionSessionBuilder
java.lang.Object
org.ivoa.dm.executionbroker.ScheduledExecutionSession.ScheduledExecutionSessionBuilder
- Enclosing class:
- ScheduledExecutionSession
A builder class for ScheduledExecutionSession, mainly for use in the functional builder pattern.
-
Field Summary
FieldsModifier and TypeFieldDescription.A list of connectors to interact with the session.The date and time when this offer expires... -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
schedule
. -
phase
. -
expires
The date and time when this offer expires. Only valid while the state is OFFERED. -
components
. -
connectors
A list of connectors to interact with the session.
-
-
Constructor Details
-
ScheduledExecutionSessionBuilder
public ScheduledExecutionSessionBuilder()
-
-
Method Details
-
create
create a ScheduledExecutionSession from this builder.- Returns:
- an object initialized from the builder.
-