public class SimpleCommandExecutor extends java.lang.Object implements CommandExecutor
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
connection |
| Constructor and Description |
|---|
SimpleCommandExecutor(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<T> T |
executeCommand(CommandObject<T> commandObject) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbroadcastCommandprotected final Connection connection
public SimpleCommandExecutor(Connection connection)
public void close()
close in interface java.lang.AutoCloseablepublic final <T> T executeCommand(CommandObject<T> commandObject)
executeCommand in interface CommandExecutorCopyright © 2025. All rights reserved.