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 classSingletonCommander.SC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecuteCommand(String command, NotificationBroadcasterSupport nbs)RequestMessagegetLRBeanRequestNSB()RequestMessagegetMesageRequestNSB()static SingletonCommanderi()voidsendLRString(long id, String command)voidsendLRString(String command)voidsendRemoteMessageString(long id, String command)voidsendRemoteMessageString(String command)voidsetLRBeanRequestNSB(RequestMessage mesageRequestNSB)voidsetMesageRequestNSB(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)
-
-