Class JobQueue
java.lang.Object
org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobQueue
A queue which holds job entries and the current running job.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddEntry(org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry entry) @Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntrybooleanisEmpty()@Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntrypoll()voidsetExecutingEntry(@Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry executingEntry) toString()
- 
Constructor Details- 
JobQueuepublic JobQueue()
 
- 
- 
Method Details- 
addEntrypublic void addEntry(org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry entry) 
- 
isEmptypublic boolean isEmpty()
- 
pollpublic @Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry poll()
- 
getExecutingEntrypublic @Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry getExecutingEntry()
- 
setExecutingEntrypublic void setExecutingEntry(@Nullable org.opendaylight.openflowplugin.applications.frm.nodeconfigurator.JobEntry executingEntry) 
- 
toString
 
-