Package cl.obcom.desktopfx.netserver
Interface NetServerMessage.Prot
- Enclosing class:
NetServerMessage
public static interface NetServerMessage.Prot
Defines the protection codes of a
NetServerMessage
.-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Force message for client [0].static final int
Force reboot the client [3].static final int
Message for client [4].static final int
Reboot the client [$].static final int
Reboot permission granted [5].static final int
Shutdown the client [1].
-
Field Details
-
ForceMessage
static final int ForceMessageForce message for client [0].- See Also:
-
ForceReboot
static final int ForceRebootForce reboot the client [3].- See Also:
-
Message
static final int MessageMessage for client [4].- See Also:
-
Reboot
static final int RebootReboot the client [$].- See Also:
-
RebootGranted
static final int RebootGrantedReboot permission granted [5].- See Also:
-
Shutdown
static final int ShutdownShutdown the client [1].- See Also:
-