public class Job
extends java.lang.Object
Constructor and Description |
---|
Job(int jobID,
int sessionID,
java.util.List<Protocol> sessions)
Store the information
|
Modifier and Type | Method and Description |
---|---|
int |
getJobID() |
int |
getSessionID() |
java.util.List<Protocol> |
getSessions() |
public Job(int jobID, int sessionID, java.util.List<Protocol> sessions)
jobID
- ID of the main job.sessionID
- ID of the particular set of sessions of this job.sessions
- sessions to be processed as part of this sessionID.public int getJobID()
public int getSessionID()
public java.util.List<Protocol> getSessions()