mobius-js

Class ProcessingStack

Object
   |
   +--ProcessingStack

class ProcessingStack

 
Method Summary
 void close()
           Called by a model to place a close operation on the stack.
 void connect(<function> callback)
           Called by a model to place a connect operation on the stack.
 void create(<object> params, <function> callback)
           Called by a model to place a create operation on the stack.
 void createIndex(<object> params, <function> callback)
           Called by a model to place an operation on the stack which initializes model indexes.
 void find(params, <function> callback)
           A stack operation that returns models from the database as a parameter to the callback provided.
 void init(dbConfiguration, callback)
           Synchronous processing stack abstracts away asynchronous behavior.
 void render(params, <function> callback)
           Called by a MobiusController to queue up the rendering of a view, so that it is performed after all other database operations.
 void reset(<function> callback)
           Performs a hard reset of the Database connection.


Method Detail

close

void close()

connect

void connect(<function> callback)

create

void create(<object> params, <function> callback)

createIndex

void createIndex(<object> params, <function> callback)

find

void find(params, <function> callback)

init

void init(dbConfiguration, callback)

render

void render(params, <function> callback)

reset

void reset(<function> callback)

mobius-js

Documentation generated by JSDoc on Sat May 15 07:53:00 2010