ObjectDispatcher.h

Classes

ObjectDispatcher -- (full description)

class ObjectDispatcher

Interface

Public Members
ObjectDispatcher(ApplicationObject *&fromNew)
~ObjectDispatcher()
MethodResult runMethod(const String &method, GlishRecord *&parametersFromNew, CountedPtr<GlishRecord> &returnedParameters)
ApplicationObject *object()
Vector<String> methods()
Private Members
ObjectDispatcher()
ObjectDispatcher(const ObjectDispatcher &other)
ObjectDispatcher &operator=(const ObjectDispatcher &other)

Description

or

Review Status

Date Reviewed:
yyyy/mm/dd

Prerequisite

Etymology

Synopsis

Example

Motivation

Template Type Argument Requirements (T)

Thrown Exceptions

To Do

Member Description

ObjectDispatcher(ApplicationObject *&fromNew)

~ObjectDispatcher()

MethodResult runMethod(const String &method, GlishRecord *&parametersFromNew, CountedPtr<GlishRecord> &returnedParameters)

ApplicationObject *object()

Vector<String> methods()

Return the list of methods

ObjectDispatcher()
ObjectDispatcher(const ObjectDispatcher &other)
ObjectDispatcher &operator=(const ObjectDispatcher &other)

These constructors/assignment cannot be used.