Class RemoteCmd
- java.lang.Object
-
- javax.management.NotificationBroadcasterSupport
-
- com.h2tcoin.takamakachain.mx.actions.RemoteCmd
-
- All Implemented Interfaces:
RemoteConsoleInterfaceMXBean
,NotificationBroadcaster
,NotificationEmitter
public class RemoteCmd extends NotificationBroadcasterSupport implements RemoteConsoleInterfaceMXBean
- Author:
- giovanni
-
-
Constructor Summary
Constructors Constructor Description RemoteCmd()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendCommand(String command)
-
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification
-
-
-
-
Method Detail
-
sendCommand
public void sendCommand(String command)
- Specified by:
sendCommand
in interfaceRemoteConsoleInterfaceMXBean
-
-