Ft.Server.Server.Launcher

Modules

Ipc  signal  time   
os  sys     

Classes

_reload(self, pid)
_status(self, pid)
_stop(self, pid)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Launcher'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
class LauncherBase
__init__(self, username, password, properties)
_reload(self, pid)
_remove_pid(self)
_status(self, pid)
_stop(self, pid)
error(self, msg)
info(self, msg)
reload(self)
restart(self)
start(self)
status(self)
stop(self)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Launcher'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
name = '4ssd'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_reload(self, pid)
_status(self, pid)
_stop(self, pid)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Launcher'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
_reload(self, pid)
_status(self, pid)
_stop(self, pid)

Data and other non-method functions defined here:

__doc__ = None
__module__ = 'Ft.Server.Server.Launcher'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.

Functions

RemovePid(pidFile)
WaitPid(pidFile, seconds=30)
_GetExecutable(name)

Data

PID_DEAD = 1
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
PID_NOT_OWNER = 3
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
PID_RUNNING = 0
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
PID_STOPPED = 2
int(x[, base]) -> integer

Convert a string or number to an integer, if possible. A floating point
argument will be truncated towards zero (this does not include a string
representation of a floating point number!) When converting a string, use
the optional base. It is an error to supply a base when converting a
non-string.
__file__ = 'build/lib.linux-ppc-2.2/Ft/Server/Server/Launcher.py'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.
__name__ = 'Ft.Server.Server.Launcher'
str(object) -> string

Return a nice string representation of the object.
If the argument is a string, the return value is the same object.