public abstract class AbstractNodeOperation extends java.lang.Object implements ICmdLet, java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
java.lang.String |
address |
protected CliContext |
ctx |
java.lang.String |
tag |
java.lang.String |
uid |
int |
workers |
Constructor and Description |
---|
AbstractNodeOperation() |
Modifier and Type | Method and Description |
---|---|
java.lang.Runnable |
forContext(CliContext ctx) |
void |
run() |
protected abstract void |
synchronousServerOperation(IServer serversApi,
ItemValue<Server> srv) |
protected CliContext ctx
public java.lang.String tag
public java.lang.String uid
public java.lang.String address
public int workers
public final java.lang.Runnable forContext(CliContext ctx)
forContext
in interface ICmdLet
public final void run()
run
in interface java.lang.Runnable
Copyright © 2021. All Rights Reserved.