4Suite API Documentation

Module Ft.Server.FtRpc.Commands

######################################################################## # $Header: /var/local/cvsroot/4Suite/Ft/Server/FtRpc/Commands.py,v 1.9 2005/03/22 09:58:58 mbrown Exp $
Classes:
Fields:

Classes

class FtRpcCommand

Methods

__init__(self)
send(self, stream)

Fields

expected = None

class LoginCommand(FtRpcCommand)

Methods

__init__(self, userName, password)

Methods inherited from class FtRpcCommand

Fields


class LogoutCommand(FtRpcCommand)

Methods

__init__(self, commit)

Methods inherited from class FtRpcCommand

Fields


class RemoteMethodCommand(FtRpcCommand)

Methods

__init__(self, methodName, baseObject, args)

Methods inherited from class FtRpcCommand

Fields


class RemoteRdfCommand(FtRpcCommand)

Methods

__init__(self, methodName, baseObject, args, kw=None)

Methods inherited from class FtRpcCommand

Fields


class ResourceTypeCommand(FtRpcCommand)

Methods

__init__(self, path, baseObject)

Methods inherited from class FtRpcCommand

Fields

Fields

g_commandMapping = {1: <class Ft.Server.FtRpc.Commands.LoginCommand>, 2: <class Ft.Server.FtRpc.Commands.LogoutCommand>, 3: <class Ft.Server.FtRpc.Commands.ResourceTypeCommand>, 4: <class Ft.Server.FtRpc.Commands.RemoteMethodCommand>, 5: <class Ft.Server.FtRpc.Commands.RemoteRdfCommand>}