|
From: Greg R. <gr...@us...> - 2004-04-01 23:14:09
|
Update of /cvsroot/jgatms/jgatms-core/xdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv989/xdocs Modified Files: architecture.xml Log Message: Added small blurb for JgatmsContext. Index: architecture.xml =================================================================== RCS file: /cvsroot/jgatms/jgatms-core/xdocs/architecture.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** architecture.xml 1 Apr 2004 22:06:44 -0000 1.1 --- architecture.xml 1 Apr 2004 23:02:07 -0000 1.2 *************** *** 51,54 **** --- 51,63 ---- </section> + <section name="JGATMS Context"> + + <p> + The <i>JgatmsContext</i> class is an implementation of the context + that provides easy access to JGATMS-specific attributes. + </p> + + </section> + <section name="JGATMS Commands"> *************** *** 163,170 **** <source> ! context.put(getDispatchKey(), ContextKeys.ERROR_DISPATCH); </source> - The <i>getDispatchKey</i> method is defined in the BaseCommand class. </li> </p> --- 172,178 ---- <source> ! context.setDispatch(ContextKeys.ERROR_DISPATCH); </source> </li> </p> |