[muscle] Re: FakeSession
- From: "Jeremy Friesner" <jaf@xxxxxxxxxxxx>
- To: muscle@xxxxxxxxxxxxx
- Date: Wed, 23 Jun 2004 09:08:54 PDT (-0700)
Hi Julien,
FakeSession is an example name representing a class that you would write for
your custom server... if you want the session to be able to make use of all the
standard muscled features, you should subclass StorageReflectSession.
Alternatively, you could subclass DumbReflectSession or AbstractReflectSession,
if you need only the bare minimum feature set (e.g. no database capabilities).
-Jeremy
> Hello.
>
> In the file "Implementing a Custom Server with MUSCLE", it is
> described how to make fake clients. In the given code example, there
> is a FakeSession object. But what is this object =3F Is it a subclass
> of a Muscle class =3F And which one =3F
>
> Thank you in advance.
>
> Julien Torres
>
- References:
- [muscle] FakeSession
- From: Julien Torrès
Other related posts:
- » [muscle] FakeSession
- » [muscle] Re: FakeSession
- [muscle] FakeSession
- From: Julien Torrès