Interface TicketManager
-
- All Known Implementing Classes:
TransferTicketManagerImpl
public interface TicketManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.gcube.data.transfer.model.TransferTicketget(String ticketId)booleaninsertUpdate(org.gcube.data.transfer.model.TransferTicket toInsert)returns true if newvoidshutdown()
-
-
-
Method Detail
-
insertUpdate
boolean insertUpdate(org.gcube.data.transfer.model.TransferTicket toInsert)
returns true if new- Parameters:
toInsert-- Returns:
-
get
org.gcube.data.transfer.model.TransferTicket get(String ticketId) throws TicketNotFoundException
- Throws:
TicketNotFoundException
-
shutdown
void shutdown()
-
-