se.entra.phantom.server.rconsole
Interface AdminTransactions

All Known Implementing Classes:
AdminCommandProcessor, PerformCommand

public interface AdminTransactions

This interface defines the transaction codes between the server and the remote server administration programs.


Field Summary
static int APPLET_SERVERINFORMATION
          Information for the applet
static int LOADBALANCER_SLAVECONNECT
          Special transaction for load balancing slave start to controller.
static int PHANTOM_EDITOR
          Special transaction for Phantom Editor connection.
static int RCONSOLE_APPRELOAD
          Reload application.
static int RCONSOLE_APPS
          Application information.
static int RCONSOLE_BROADCAST
          Broadcast Message.
static int RCONSOLE_BROADCASTALL
           
static int RCONSOLE_BROADCASTAPP
           
static int RCONSOLE_BROADCASTCL
           
static int RCONSOLE_CLIENT
          Asks for Client information.
static int RCONSOLE_DISABLE
          Disable an Application
static int RCONSOLE_ENABLE
          Enable an Application
static int RCONSOLE_EVENT
          Event information.
static int RCONSOLE_KILL
          Kill a client connection.
static int RCONSOLE_LOCK
          Lock server.
static int RCONSOLE_MEMCOMPACT
          Perform a memory compact.
static int RCONSOLE_MEMORY
          Memory information.
static int RCONSOLE_NOP
          Quits the session between the NetPhantom Server and the remote server administration programs.
static int RCONSOLE_PEAKCLIENTCOUNT
          Get peak number of simultaneous server users
static int RCONSOLE_PUT
          Put file(s) to server.
static int RCONSOLE_QUIT
          Quits the session between the NetPhantom Server and the remote server administration programs.
static int RCONSOLE_RESTART
          Restart the server.
static int RCONSOLE_RESTART_WEBSERVER
          Restart web server.
static int RCONSOLE_SHUTDOWN
          Stops the server.
static int RCONSOLE_TRACE
          Trace information.
static int RCONSOLE_UPGRADE
          Upgrades the server.
 

Field Detail

RCONSOLE_QUIT

static final int RCONSOLE_QUIT
Quits the session between the NetPhantom Server and the remote server administration programs.

See Also:
Constant Field Values

RCONSOLE_NOP

static final int RCONSOLE_NOP
Quits the session between the NetPhantom Server and the remote server administration programs.

See Also:
Constant Field Values

RCONSOLE_SHUTDOWN

static final int RCONSOLE_SHUTDOWN
Stops the server. The next byte is 1=immediately, 0=whenNoUsers.

See Also:
Constant Field Values

RCONSOLE_CLIENT

static final int RCONSOLE_CLIENT
Asks for Client information.

See Also:
Constant Field Values

RCONSOLE_KILL

static final int RCONSOLE_KILL
Kill a client connection.

See Also:
Constant Field Values

RCONSOLE_MEMORY

static final int RCONSOLE_MEMORY
Memory information.

See Also:
Constant Field Values

RCONSOLE_MEMCOMPACT

static final int RCONSOLE_MEMCOMPACT
Perform a memory compact.

See Also:
Constant Field Values

RCONSOLE_APPS

static final int RCONSOLE_APPS
Application information.

See Also:
Constant Field Values

RCONSOLE_APPRELOAD

static final int RCONSOLE_APPRELOAD
Reload application. Next byte is index of application.

See Also:
Constant Field Values

RCONSOLE_BROADCAST

static final int RCONSOLE_BROADCAST
Broadcast Message. Message follows as String.

See Also:
Constant Field Values

RCONSOLE_BROADCASTAPP

static final int RCONSOLE_BROADCASTAPP
See Also:
Constant Field Values

RCONSOLE_BROADCASTCL

static final int RCONSOLE_BROADCASTCL
See Also:
Constant Field Values

RCONSOLE_BROADCASTALL

static final int RCONSOLE_BROADCASTALL
See Also:
Constant Field Values

RCONSOLE_LOCK

static final int RCONSOLE_LOCK
Lock server. (refuses new logon's) Next byte is 0=off, 1=on.

See Also:
Constant Field Values

RCONSOLE_TRACE

static final int RCONSOLE_TRACE
Trace information.

See Also:
Constant Field Values

RCONSOLE_EVENT

static final int RCONSOLE_EVENT
Event information.

See Also:
Constant Field Values

RCONSOLE_DISABLE

static final int RCONSOLE_DISABLE
Disable an Application

See Also:
Constant Field Values

RCONSOLE_ENABLE

static final int RCONSOLE_ENABLE
Enable an Application

See Also:
Constant Field Values

RCONSOLE_PEAKCLIENTCOUNT

static final int RCONSOLE_PEAKCLIENTCOUNT
Get peak number of simultaneous server users

See Also:
Constant Field Values

APPLET_SERVERINFORMATION

static final int APPLET_SERVERINFORMATION
Information for the applet

See Also:
Constant Field Values

RCONSOLE_RESTART

static final int RCONSOLE_RESTART
Restart the server. Byte indicates type (1=soft, 2=hard, 3=hardJVM). The next byte is 1=immediately, 0=whenNoUsers.

See Also:
Constant Field Values

RCONSOLE_UPGRADE

static final int RCONSOLE_UPGRADE
Upgrades the server.

See Also:
Constant Field Values

RCONSOLE_PUT

static final int RCONSOLE_PUT
Put file(s) to server.

See Also:
Constant Field Values

RCONSOLE_RESTART_WEBSERVER

static final int RCONSOLE_RESTART_WEBSERVER
Restart web server.

See Also:
Constant Field Values

PHANTOM_EDITOR

static final int PHANTOM_EDITOR
Special transaction for Phantom Editor connection.

See Also:
Constant Field Values

LOADBALANCER_SLAVECONNECT

static final int LOADBALANCER_SLAVECONNECT
Special transaction for load balancing slave start to controller.

See Also:
Constant Field Values


Phantom® and NetPhantom® are registered trademarks of Codectica Systems SARL.
© Copyright Codectica Systems SARL, 2008. All rights reserved.