public interface LaunchIdLock
| Modifier and Type | Method and Description |
|---|---|
void |
finishInstanceUuid(java.lang.String uuid)
Remove self UUID from a lock, means that a Client finished its Launch.
|
java.lang.String |
obtainLaunchUuid(java.lang.String instanceUuid)
Returns a Launch UUID for many clients.
|
java.lang.String obtainLaunchUuid(java.lang.String instanceUuid)
instanceUuid - a Client instance UUID, which will be used to identify a Client and a Launch. If it the first one UUID passed to
the method it will be returned to every other client instance.void finishInstanceUuid(java.lang.String uuid)
uuid - a Client instance UUID.