Package org.jumpmind.symmetric.transport
Class ConcurrentConnectionManager.Reservation
java.lang.Object
org.jumpmind.symmetric.transport.ConcurrentConnectionManager.Reservation
- Enclosing class:
- ConcurrentConnectionManager
-
Constructor Summary
ConstructorsConstructorDescriptionReservation
(String nodeId, long timeToLiveInMs, IConcurrentConnectionManager.ReservationType type) Reservation
(String nodeId, String channelId, long timeToLiveInMs, IConcurrentConnectionManager.ReservationType type) -
Method Summary
-
Constructor Details
-
Reservation
public Reservation(String nodeId, long timeToLiveInMs, IConcurrentConnectionManager.ReservationType type) -
Reservation
public Reservation(String nodeId, String channelId, long timeToLiveInMs, IConcurrentConnectionManager.ReservationType type)
-
-
Method Details