public class MemberAcquireLockCommand extends Object implements Command<Boolean,LockCommandContext>
| Constructor and Description |
|---|
MemberAcquireLockCommand(RemoteLockDescriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
execute(LockCommandContext context)
Execute this command with the specified context.
|
String |
toString() |
public MemberAcquireLockCommand(RemoteLockDescriptor descriptor)
public Boolean execute(LockCommandContext context)
execute in interface Command<Boolean,LockCommandContext>context - the execution context.Command.execute(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2004–2014 Paul Ferraro. All rights reserved.