public static interface PeerManager.LockedOperation
PeerManager.performWithLock(com.threerings.presents.peer.data.NodeObject.Lock, com.threerings.presents.peer.server.PeerManager.LockedOperation).| Modifier and Type | Method and Description |
|---|---|
void |
fail(String peerName)
Called when the resource lock was not acquired successfully, with the name of the peer
who is holding the lock (or null in case of a generic failure).
|
void |
run()
Called when the resource lock was acquired successfully.
|
void run()
void fail(String peerName)
Copyright © 2015. All rights reserved.