C# Class AjTalk.Transactions.TransactionalObject

Inheritance: IObject, IObjectDecorator
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode Description
DefineObjectMethod ( IMethod method ) : void
ExecuteMethod ( IObject self, System.Machine machine, IMethod method, object arguments ) : object
ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
ExecuteMethod ( System.Machine machine, IMethod method, object arguments ) : object
SendMessage ( System.Machine machine, string msgname, object args ) : object
TransactionalObject ( IObject inner, TransactionManager manager ) : System
this ( int n ) : object

Private Methods

Méthode Description
ReleaseValues ( ) : void

Method Details

DefineObjectMethod() public méthode

public DefineObjectMethod ( IMethod method ) : void
method IMethod
Résultat void

ExecuteMethod() public méthode

public ExecuteMethod ( IObject self, System.Machine machine, IMethod method, object arguments ) : object
self IObject
machine System.Machine
method IMethod
arguments object
Résultat object

ExecuteMethod() public méthode

public ExecuteMethod ( Interpreter interpreter, IMethod method, object arguments ) : object
interpreter AjTalk.Language.Interpreter
method IMethod
arguments object
Résultat object

ExecuteMethod() public méthode

public ExecuteMethod ( System.Machine machine, IMethod method, object arguments ) : object
machine System.Machine
method IMethod
arguments object
Résultat object

SendMessage() public méthode

public SendMessage ( System.Machine machine, string msgname, object args ) : object
machine System.Machine
msgname string
args object
Résultat object

TransactionalObject() public méthode

public TransactionalObject ( IObject inner, TransactionManager manager ) : System
inner IObject
manager TransactionManager
Résultat System

this() public méthode

public this ( int n ) : object
n int
Résultat object