Uses of Class
fr.ens.biologie.genomique.eoulsan.util.locker.Ticket
-
Packages that use Ticket Package Description fr.ens.biologie.genomique.eoulsan.util.locker This package contain an advanced multi JVM lock system. -
-
Uses of Ticket in fr.ens.biologie.genomique.eoulsan.util.locker
Methods in fr.ens.biologie.genomique.eoulsan.util.locker that return types with arguments of type Ticket Modifier and Type Method Description Set<Ticket>TicketScheduler. getTickets(Ticket ticket)Update a ticket by the TicketScheduler and get all the valid tickets.Set<Ticket>TicketSchedulerServer. getTickets(Ticket ticket)Methods in fr.ens.biologie.genomique.eoulsan.util.locker with parameters of type Ticket Modifier and Type Method Description intTicket. compareTo(Ticket ticket)voidTicketScheduler. endWork(Ticket ticket)Inform the scheduler that the ticket job has been finished.voidTicketSchedulerServer. endWork(Ticket ticket)Set<Ticket>TicketScheduler. getTickets(Ticket ticket)Update a ticket by the TicketScheduler and get all the valid tickets.Set<Ticket>TicketSchedulerServer. getTickets(Ticket ticket)Method parameters in fr.ens.biologie.genomique.eoulsan.util.locker with type arguments of type Ticket Modifier and Type Method Description static voidTicketSchedulerServer. newServer(Set<Ticket> tickets, String lockerName, int port)Constructors in fr.ens.biologie.genomique.eoulsan.util.locker with parameters of type Ticket Constructor Description Ticket(Ticket ticket)
-