Package com.h2tcoin.takamakachain.mx
Class AbstractGenericCommand
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
-
- com.h2tcoin.takamakachain.mx.AbstractGenericCommand
-
- All Implemented Interfaces:
ExecutableRemoteCommand
- Direct Known Subclasses:
CommandEcho
,CommandExtractTransactionList
,CommandFastSync
,CommandReindex
public abstract class AbstractGenericCommand extends AbstractNotifyMessage implements ExecutableRemoteCommand
- Author:
- giovanni
-
-
Field Summary
Fields Modifier and Type Field Description protected String[]
args
protected NotificationBroadcasterSupport
nbs
protected long
sequence
-
Constructor Summary
Constructors Constructor Description AbstractGenericCommand(String[] args, NotificationBroadcasterSupport nbs, long sequence)
-
Method Summary
-
Methods inherited from class com.h2tcoin.takamakachain.mx.AbstractNotifyMessage
initNotify, notifyMessage
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.h2tcoin.takamakachain.mx.interfaces.ExecutableRemoteCommand
execute
-
-
-
-
Field Detail
-
args
protected String[] args
-
nbs
protected NotificationBroadcasterSupport nbs
-
sequence
protected long sequence
-
-
Constructor Detail
-
AbstractGenericCommand
public AbstractGenericCommand(String[] args, NotificationBroadcasterSupport nbs, long sequence)
-
-