Class SingletonCommander
- java.lang.Object
-
- com.h2tcoin.takamakachain.mx.actions.SingletonCommander
-
public class SingletonCommander extends Object
- Author:
- giovanni
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SingletonCommander.SC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
executeCommand(String command, NotificationBroadcasterSupport nbs)
RequestMessage
getLRBeanRequestNSB()
RequestMessage
getMesageRequestNSB()
static SingletonCommander
i()
void
sendLRString(long id, String command)
void
sendLRString(String command)
void
sendRemoteMessageString(long id, String command)
void
sendRemoteMessageString(String command)
void
setLRBeanRequestNSB(RequestMessage mesageRequestNSB)
void
setMesageRequestNSB(RequestMessage mesageRequestNSB)
-
-
-
Method Detail
-
getMesageRequestNSB
public RequestMessage getMesageRequestNSB()
-
getLRBeanRequestNSB
public RequestMessage getLRBeanRequestNSB()
-
setMesageRequestNSB
public void setMesageRequestNSB(RequestMessage mesageRequestNSB)
-
setLRBeanRequestNSB
public void setLRBeanRequestNSB(RequestMessage mesageRequestNSB)
-
i
public static SingletonCommander i()
-
sendRemoteMessageString
public void sendRemoteMessageString(String command)
-
sendRemoteMessageString
public void sendRemoteMessageString(long id, String command)
-
sendLRString
public void sendLRString(String command)
-
sendLRString
public void sendLRString(long id, String command)
-
executeCommand
public void executeCommand(String command, NotificationBroadcasterSupport nbs)
-
-