From teiid-commits at lists.jboss.org Thu Dec 8 14:19:34 2011 Content-Type: multipart/mixed; boundary="===============7915777086102817195==" MIME-Version: 1.0 From: teiid-commits at lists.jboss.org To: teiid-commits at lists.jboss.org Subject: [teiid-commits] teiid SVN: r3728 - in trunk: documentation/developer-guide/src/main/docbook/en-US/content and 1 other directory. Date: Thu, 08 Dec 2011 14:19:34 -0500 Message-ID: <201112081919.pB8JJYMD004032@svn01.web.mwc.hst.phx2.redhat.com> --===============7915777086102817195== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shawkins Date: 2011-12-08 14:19:34 -0500 (Thu, 08 Dec 2011) New Revision: 3728 Modified: trunk/api/src/main/java/org/teiid/CommandListener.java trunk/documentation/developer-guide/src/main/docbook/en-US/content/trans= lator-api.xml Log: TEIID-1604 cleaning up methods/javadoc and adding a commandlistener for clo= se events. Modified: trunk/api/src/main/java/org/teiid/CommandListener.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/api/src/main/java/org/teiid/CommandListener.java 2011-12-08 18:54= :42 UTC (rev 3727) +++ trunk/api/src/main/java/org/teiid/CommandListener.java 2011-12-08 19:19= :34 UTC (rev 3728) @@ -22,6 +22,9 @@ = package org.teiid; = +/** + * Listener for command events. + */ public interface CommandListener { = void commandClosed(CommandContext context); Modified: trunk/documentation/developer-guide/src/main/docbook/en-US/conten= t/translator-api.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/documentation/developer-guide/src/main/docbook/en-US/content/tran= slator-api.xml 2011-12-08 18:54:42 UTC (rev 3727) +++ trunk/documentation/developer-guide/src/main/docbook/en-US/content/tran= slator-api.xml 2011-12-08 19:19:34 UTC (rev 3728) @@ -268,7 +268,7 @@
org.teiid.translator.ExecutionContext
provides a=
considerable amount of information related to the current execution. =
An ExecutionContext
instance is made available to each ExecutionContext.getRequestId=
entifier()
, ExecutionContext.getSession()
, etc. for log=
ging purposes.ExecutionContext.getRequestId=
()
, ExecutionContext.getSession()
, etc. for logging pur=
poses.
=