[jboss-svn-commits] JBL Code SVN: r16199 - in labs/jbosstm/trunk/XTS: WS-T/dev/src/com/arjuna/wst/messaging and 20 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Oct 31 09:25:30 EDT 2007


Author: adinn
Date: 2007-10-31 09:25:30 -0400 (Wed, 31 Oct 2007)
New Revision: 16199

Modified:
   labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/wsc/Registrar.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorCompletionParticipantProcessorImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorProcessorImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantCompletionParticipantProcessorImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantProcessorImpl.java
   labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/engines/CoordinatorEngine.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/ActivityManager.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/UserActivity.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/ActivityHierarchy.java
   labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/HLS.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinator.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinatorFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/api/UserCoordinatorService.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManager.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManagerFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Coordinator.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/CoordinatorManagerService.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Participant.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/CoordinatorManagerFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/UserCoordinatorFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/CoordinatorManager.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/UserCoordinator.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/CoordinatorManagerFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/UserCoordinatorFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/CoordinatorManager.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/UserCoordinator.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/participants/Synchronization.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/TransactionManagerFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/UserTransactionFactory.java
   labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/protocols/ProtocolManager.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxBaseHeaderContextProcessor.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxWSHeaderContextProcessor.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxBaseHeaderContextProcessor.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxWSHeaderContextProcessor.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManager.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManagerFactory.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransaction.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransactionFactory.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/common/Vote.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Participant.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Synchronization.java
   labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/transaction/TransactionHierarchy.java
Log:
removed javadoc errors to reduce build noise

Modified: labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/wsc/Registrar.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/wsc/Registrar.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-C/dev/src/com/arjuna/wsc/Registrar.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -43,7 +43,7 @@
     /**
      * Registers the interest of participant in a particular protocol.
      *
-     * @param participantProtocolServiceAddress the port reference of the participant protocol service
+     * @param participantProtocolService the port reference of the participant protocol service
      * @param protocolIdentifier the protocol identifier
      * @param instanceIdentifier the instance identifier, this may be null
      *
@@ -65,7 +65,6 @@
      * registrar is removed from multiple register mappers or from the same register mapper with different protocol
      * identifiers.
      *
-     * @param serviceAddress the address of the service
      * @param protocolIdentifier the protocol identifier
      */
     public void uninstall(final String protocolIdentifier);

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorCompletionParticipantProcessorImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorCompletionParticipantProcessorImpl.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorCompletionParticipantProcessorImpl.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -366,7 +366,7 @@
     
     /**
      * SOAP Fault.
-     * @param soapFault The SOAP fault notification.
+     * @param fault The SOAP fault notification.
      * @param addressingContext The addressing context.
      * @param arjunaContext The arjuna context.
      * 

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorProcessorImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorProcessorImpl.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/CoordinatorProcessorImpl.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -281,7 +281,7 @@
 
     /**
      * SOAP Fault.
-     * @param soapFault The SOAP fault notification.
+     * @param fault The SOAP fault notification.
      * @param addressingContext The addressing context.
      * @param arjunaContext The arjuna context.
      * 

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantCompletionParticipantProcessorImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantCompletionParticipantProcessorImpl.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantCompletionParticipantProcessorImpl.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -327,7 +327,7 @@
     
     /**
      * SOAP Fault.
-     * @param soapFault The SOAP fault notification.
+     * @param fault The SOAP fault notification.
      * @param addressingContext The addressing context.
      * @param arjunaContext The arjuna context.
      * 

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantProcessorImpl.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantProcessorImpl.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/ParticipantProcessorImpl.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -192,7 +192,7 @@
 
     /**
      * SOAP Fault.
-     * @param soapFault The SOAP fault notification.
+     * @param fault The SOAP fault notification.
      * @param addressingContext The addressing context.
      * @param arjunaContext The arjuna context.
      * 

Modified: labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/engines/CoordinatorEngine.java
===================================================================
--- labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/engines/CoordinatorEngine.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WS-T/dev/src/com/arjuna/wst/messaging/engines/CoordinatorEngine.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -246,7 +246,7 @@
      * Committing -> Committing (send commit)
      * Aborting -> Aborting (send rollback)
      */
-    public void replay(final NotificationType aborted, final AddressingContext addressingContext, final ArjunaContext arjunaContext)
+    public void replay(final NotificationType replay, final AddressingContext addressingContext, final ArjunaContext arjunaContext)
     {
         final State current ;
         synchronized(this)

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/ActivityManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/ActivityManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/ActivityManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -57,7 +57,7 @@
     /**
      * Register the specified HLS with the activity service.
      *
-     * @param HLS service The HLS to register.
+     * @param service The HLS to register.
      *
      * @exception InvalidHLSException Thrown if the HLS is invalid in the
      * current execution environment.
@@ -69,7 +69,7 @@
     /**
      * Unregister the specified HLS with the activity service.
      *
-     * @param HLS service The HLS to unregister.
+     * @param service The HLS to unregister.
      *
      * @exception InvalidHLSException Thrown if the HLS is invalid in the
      * current execution environment.
@@ -97,7 +97,7 @@
      * application may provide an OutcomeManager to do this work rather than
      * use the default provided by the system.
      *
-     * @param OutcomeManager om The manager to use. If null is specified, then
+     * @param om The manager to use. If null is specified, then
      * the default manager will be used.
      *
      * @exception SystemException Thrown if any error occurs.

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/UserActivity.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/UserActivity.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/UserActivity.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -79,7 +79,7 @@
      * with the thread then it will be nested. If the activity is still
      * active when the specified timeout elapses, it will be terminated.
      *
-     * @param int timeout The timeout associated with the activity (in
+     * @param timeout The timeout associated with the activity (in
      * seconds). If the activity has not been terminated by the time this
      * period elapses, then it will automatically be terminated.
      * @exception WrongStateException Thrown if the currently associated
@@ -134,7 +134,7 @@
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
      *
-     * @param CompletionStatus cs The CompletionStatus to use.
+     * @param cs The CompletionStatus to use.
      *
      * @return the result of completing the activity. Null is valid and must
      * be interpreted within the context of any HLS that may exist.
@@ -147,7 +147,7 @@
     /**
      * Set the termination status for the current activity, if any.
      *
-     * @param CompletionStatus endStatus The state in which the activity
+     * @param endStatus The state in which the activity
      * should attempt to terminate. This may be one of the default values
      * provided by WSAS or may be extended in an implementation specific
      * manner by an HLS.
@@ -190,7 +190,7 @@
      * each thread and this means that no application specified timeout is
      * set for activities.
      *
-     * @param int timeout The timeout (in seconds) to associate with all
+     * @param timeout The timeout (in seconds) to associate with all
      * subsequently created activities. This value must be 0 or greater.
      *
      * @exception InvalidTimeoutException Thrown if the timeout value provided
@@ -255,7 +255,7 @@
      * activities that it may already be associated with. If the parameter is
      * null then the thread is associated with no activity.
      *
-     * @param ActivityHierarchy tx The activity to associate with this thread. This
+     * @param tx The activity to associate with this thread. This
      * may be null in which case the current thread becomes associated with
      * no activity.
      *

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/ActivityHierarchy.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/ActivityHierarchy.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/ActivityHierarchy.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -59,7 +59,7 @@
     public boolean valid ();
 
     /**
-     * @param the specific activity in the stack.
+     * @param index index of the specific activity in the stack.
      * @exception IndexOutOfBoundsException Thrown if the activity number
      * is too large or small.
      * @return the activity handle.

Modified: labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/HLS.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/HLS.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSAS/classes/com/arjuna/mw/wsas/activity/HLS.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -66,7 +66,7 @@
     /**
      * The current activity is completing with the specified completion status.
      *
-     * @param CompletionStatus cs The completion status to use.
+     * @param cs The completion status to use.
      *
      * @exception SystemException Thrown if an error occurs. Any error
      * will cause the activity to be failed.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinator.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinator.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinator.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -97,7 +97,7 @@
      * associated with the invoking thread.
      * @exception SystemException Thrown if some other error occurred.
      *
-     * @param CompletionStatus cs The CompletionStatus to use.
+     * @param cs The CompletionStatus to use.
      *
      * @return the result of completing the activity. Null is valid and must
      * be interpreted within the context of any HLS that may exist.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinatorFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinatorFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/UserCoordinatorFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -101,7 +101,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/api/UserCoordinatorService.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/api/UserCoordinatorService.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/api/UserCoordinatorService.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -75,7 +75,7 @@
      * the currently enlisted participants at any time prior to the termination
      * of the coordination scope.
      *
-     * @param CompletionStatus cs The completion status to use when determining
+     * @param cs The completion status to use when determining
      * how to execute the protocol.
      *
      * @exception WrongStateException Thrown if the coordinator is in a state

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -62,10 +62,10 @@
      * qualifiers that are to be associated with the participant are also
      * provided
      *
-     * @param Participant act The participant.
-     * @param int priority The priority to associate with the participant in
+     * @param act The participant.
+     * @param priority The priority to associate with the participant in
      * the coordinator's list.
-     * @param Qualifier[] quals Any qualifiers to be associated with the
+     * @param quals Any qualifiers to be associated with the
      * participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
@@ -85,7 +85,7 @@
      * Remove the specified participant from the coordinator associated with
      * the current thread.
      *
-     * @param Participant act The participant to remove.
+     * @param act The participant to remove.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -110,11 +110,11 @@
      * not to produce such a message, then the action taken by the participant
      * is invalid and hence so is the response.
      *
-     * @param String id the unique participant identification.
-     * @param Message notification the message the participant got/assumed
+     * @param id the unique participant identification.
+     * @param notification the message the participant got/assumed
      * when producing the response.
-     * @param Outcome response the actual response.
-     * @param Qualifier[] quals any qualifiers associated with the response.
+     * @param response the actual response.
+     * @param quals any qualifiers associated with the response.
      *
      * @exception InvalidParticipantException Thrown if the coordinator has no
      * knowledge of the participant.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManagerFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/CoordinatorManagerFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -99,7 +99,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Coordinator.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Coordinator.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Coordinator.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -79,11 +79,11 @@
     /**
      * Register the specified participant with the coordinator.
      *
-     * @param Participant act The participant to enroll with the coordinator.
-     * @param int priority If the coordinator allows prioritisation of
+     * @param act The participant to enroll with the coordinator.
+     * @param priority If the coordinator allows prioritisation of
      * participants, this priority is used to ensure participant invocations
      * occur in a specific order.
-     * @param Qualifier[] quals Any qualifiers associated with the participant
+     * @param quals Any qualifiers associated with the participant
      * for this registration.
      *
      * @exception WrongStateException Thrown if the coordinator is not in
@@ -99,7 +99,7 @@
     /**
      * Unregister the specified participant from the coordinator.
      *
-     * @param Participant act The participant to remove.
+     * @param act The participant to remove.
      *
      * @exception InvalidParticipantException Thrown if the partcipant is not known
      * of by the coordinator.
@@ -115,12 +115,12 @@
      * decisions based upon their current state and assumptions about which
      * notifications a coordinator may send them.
      *
-     * @param String id The unique participant name.
-     * @param Message notification The notification that the participant has
+     * @param id The unique participant name.
+     * @param notification The notification that the participant has
      * based the response on. For example, the response is related to a
      * "prepare" notification.
-     * @param Outcome response The response to the assumed notification.
-     * @param Qualifier[] quals Any qualifiers associated with the response.
+     * @param response The response to the assumed notification.
+     * @param quals Any qualifiers associated with the response.
      *
      * @exception WrongStateException Thrown if the coordinator is not in
      * a state that is compatible with the received response.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/CoordinatorManagerService.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/CoordinatorManagerService.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/CoordinatorManagerService.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -65,10 +65,10 @@
      * qualifiers that are to be associated with the participant are also
      * provided.
      *
-     * @param Participant act The participant.
-     * @param int priority The priority to associate with the participant in
+     * @param act The participant.
+     * @param priority The priority to associate with the participant in
      * the coordinator's list.
-     * @param Qualifier[] quals Any qualifiers to be associated with the
+     * @param quals Any qualifiers to be associated with the
      * participant.
      *
      * @exception WrongStateException Thrown if the coordinator is not in a
@@ -109,11 +109,11 @@
      * not to produce such a message, then the action taken by the participant
      * is invalid and hence so is the response.
      *
-     * @param String id the unique participant identification.
-     * @param Message notification the message the participant got/assumed
+     * @param id the unique participant identification.
+     * @param notification the message the participant got/assumed
      * when producing the response.
-     * @param Outcome response the actual response.
-     * @param Qualifier[] quals any qualifiers associated with the response.
+     * @param response the actual response.
+     * @param quals any qualifiers associated with the response.
      *
      * @exception InvalidParticipantException Thrown if the coordinator has no
      * knowledge of the participant.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Participant.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Participant.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/as/coordinator/Participant.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -67,7 +67,7 @@
      * Process the message from the coordinator and return a response, which
      * may be null - validity is down to the specific coordinator.
      *
-     * @param Message notification The message to be processed.
+     * @param notification The message to be processed.
      *
      * @exception WrongStateException Thrown if the participant is not in a
      * state which is valid given the input message.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/CoordinatorManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/CoordinatorManagerFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/CoordinatorManagerFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -103,7 +103,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/UserCoordinatorFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/UserCoordinatorFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/UserCoordinatorFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -102,7 +102,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/CoordinatorManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/CoordinatorManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/CoordinatorManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -55,7 +55,7 @@
      * Enrol the specified participant with the coordinator associated with
      * the current thread.
      *
-     * @param Participant act The participant.
+     * @param act The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -74,7 +74,7 @@
      * Remove the specified participant from the coordinator associated with
      * the current thread.
      *
-     * @param Participant act The participant to remove.
+     * @param participantId The participant to remove.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -90,7 +90,7 @@
      * The participant has completed its work and it ready to compensate
      * if necessary.
      *
-     * @param Participant act The participant.
+     * @param participantId The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -107,7 +107,7 @@
      * The saga will attempt to undo. The WS-T specification is a little
      * vague here - we assume the entire transaction has to undo.
      *
-     * @param Participant act The participant.
+     * @param participantId The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/UserCoordinator.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/UserCoordinator.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/sagas/api/UserCoordinator.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -79,7 +79,7 @@
      * with the thread then it will be nested. If the activity is still
      * active when the specified timeout elapses, it will be terminated.
      *
-     * @param int timeout The timeout associated with the activity (in
+     * @param timeout The timeout associated with the activity (in
      * seconds). If the activity has not been terminated by the time this
      * period elapses, then it will automatically be terminated.
      * @exception WrongStateException Thrown if the currently associated
@@ -104,9 +104,6 @@
      * @exception NoPermissionException Thrown if the invoking thread does
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
-     *
-     * @return the result of completing the activity. Null is valid and must
-     * be interpreted within the context of any HLS that may exist.
      */
 
     public void close () throws InvalidActivityException, WrongStateException, ProtocolViolationException, NoCoordinatorException, CoordinatorCancelledException, NoPermissionException, SystemException;
@@ -125,11 +122,6 @@
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
      *
-     * @param CompletionStatus cs The CompletionStatus to use.
-     *
-     * @return the result of completing the activity. Null is valid and must
-     * be interpreted within the context of any HLS that may exist.
-     *
      * @see com.arjuna.mw.wsas.activity.Outcome
      */
 
@@ -149,11 +141,6 @@
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
      *
-     * @param CompletionStatus cs The CompletionStatus to use.
-     *
-     * @return the result of completing the activity. Null is valid and must
-     * be interpreted within the context of any HLS that may exist.
-     *
      * @see com.arjuna.mw.wsas.activity.Outcome
      */
 
@@ -186,7 +173,7 @@
      * each thread and this means that no application specified timeout is
      * set for activities.
      *
-     * @param int timeout The timeout (in seconds) to associate with all
+     * @param timeout The timeout (in seconds) to associate with all
      * subsequently created activities. This value must be 0 or greater.
      *
      * @exception InvalidTimeoutException Thrown if the timeout value provided
@@ -239,7 +226,7 @@
      * activities that it may already be associated with. If the parameter is
      * null then the thread is associated with no activity.
      *
-     * @param ActivityHierarchy tx The activity to associate with this thread. This
+     * @param tx The activity to associate with this thread. This
      * may be null in which case the current thread becomes associated with
      * no activity.
      *

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/CoordinatorManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/CoordinatorManagerFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/CoordinatorManagerFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -102,7 +102,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/UserCoordinatorFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/UserCoordinatorFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/UserCoordinatorFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -102,7 +102,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/CoordinatorManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/CoordinatorManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/CoordinatorManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -66,7 +66,7 @@
      * Enrol the specified participant with the coordinator associated with
      * the current thread.
      *
-     * @param Participant act The participant.
+     * @param act The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -85,7 +85,7 @@
      * Remove the specified participant from the coordinator associated with
      * the current thread.
      *
-     * @param Participant act The participant to remove.
+     * @param act The participant to remove.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -101,7 +101,7 @@
      * Enrol the specified synchronization with the coordinator associated with
      * the current thread.
      *
-     * @param Synchronization act The synchronization to add.
+     * @param act The synchronization to add.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -120,7 +120,7 @@
      * Remove the specified synchronization from the coordinator associated
      * with the current thread.
      *
-     * @param Synchronization act The synchronization to remove.
+     * @param act The synchronization to remove.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -135,7 +135,7 @@
     /**
      * The participant has rolled back. Mark the transaction as rolled back.
      *
-     * @param Participant act The participant.
+     * @param participantId The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.
@@ -150,7 +150,7 @@
     /**
      * A participant is readonly. Remove it from the list.
      *
-     * @param Participant act The participant.
+     * @param participantId The participant.
      *
      * @exception NoActivityException Thrown if there is no activity associated
      * with the current thread.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/UserCoordinator.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/UserCoordinator.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/api/UserCoordinator.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -79,7 +79,7 @@
      * with the thread then it will be nested. If the activity is still
      * active when the specified timeout elapses, it will be terminated.
      *
-     * @param int timeout The timeout associated with the activity (in
+     * @param timeout The timeout associated with the activity (in
      * seconds). If the activity has not been terminated by the time this
      * period elapses, then it will automatically be terminated.
      * @exception WrongStateException Thrown if the currently associated
@@ -104,9 +104,6 @@
      * @exception NoPermissionException Thrown if the invoking thread does
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
-     *
-     * @return the result of completing the activity. Null is valid and must
-     * be interpreted within the context of any HLS that may exist.
      */
 
     public void confirm () throws InvalidActivityException, WrongStateException, ProtocolViolationException, NoCoordinatorException, CoordinatorCancelledException, HeuristicMixedException, HeuristicHazardException, NoPermissionException, SystemException;
@@ -125,11 +122,6 @@
      * not have permission to terminate the transaction.
      * @exception SystemException Thrown if some other error occurred.
      *
-     * @param CompletionStatus cs The CompletionStatus to use.
-     *
-     * @return the result of completing the activity. Null is valid and must
-     * be interpreted within the context of any HLS that may exist.
-     *
      * @see com.arjuna.mw.wsas.activity.Outcome
      */
 
@@ -162,7 +154,7 @@
      * each thread and this means that no application specified timeout is
      * set for activities.
      *
-     * @param int timeout The timeout (in seconds) to associate with all
+     * @param timeout The timeout (in seconds) to associate with all
      * subsequently created activities. This value must be 0 or greater.
      *
      * @exception InvalidTimeoutException Thrown if the timeout value provided
@@ -215,7 +207,7 @@
      * activities that it may already be associated with. If the parameter is
      * null then the thread is associated with no activity.
      *
-     * @param ActivityHierarchy tx The activity to associate with this thread. This
+     * @param tx The activity to associate with this thread. This
      * may be null in which case the current thread becomes associated with
      * no activity.
      *

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/participants/Synchronization.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/participants/Synchronization.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/twophase/participants/Synchronization.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -58,7 +58,7 @@
      * The transaction that the instance is enrolled with has completed and
      * the state in which is completed is passed as a parameter.
      *
-     * @param CompletionStatus cs The state in which the transaction completed.
+     * @param status The state in which the transaction completed.
      *
      * @exception SystemException Thrown if any error occurs. This has no
      * affect on the outcome of the transaction.

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/TransactionManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/TransactionManagerFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/TransactionManagerFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -92,7 +92,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/UserTransactionFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/UserTransactionFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/model/xa/UserTransactionFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -92,7 +92,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/protocols/ProtocolManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/protocols/ProtocolManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSCF/classes/com/arjuna/mw/wscf/protocols/ProtocolManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -72,10 +72,8 @@
 	 * implementation may provide the same protocol. They may differ by
 	 * coordinator-name only.
 	 * 
-	 * @param org.w3c.dom.Document
-	 *            protocol The XML definition of the protocol.
-	 * @param String
-	 *            className The name of the class that implements the specified
+	 * @param     protocol The XML definition of the protocol.
+	 * @param     className The name of the class that implements the specified
 	 *            protocol.
 	 * 
 	 * @exception ProtocolAlreadyRegisteredException
@@ -113,10 +111,8 @@
 	/**
 	 * Replace a specific protocol implementation in the factory.
 	 * 
-	 * @param org.w3c.dom.Document
-	 *            protocol The XML definition of the protocol.
-	 * @param String
-	 *            className The name of the class that implements the specified
+	 * @param     protocol The XML definition of the protocol.
+	 * @param     className The name of the class that implements the specified
 	 *            protocol.
 	 * 
 	 * @exception ProtocolNotRegisteredException
@@ -167,8 +163,7 @@
 	}
 
 	/**
-	 * @param org.wc3.dom.Document
-	 *            protocol The XML definition of the coordination protocol.
+	 * @param     protocol The XML definition of the coordination protocol.
 	 * 
 	 * @exception ProtocolNotRegisteredException
 	 *                Thrown if the requested coordination protocol has not been
@@ -215,8 +210,7 @@
 	/**
 	 * Remove the specified protocol definition from the factory.
 	 * 
-	 * @param org.w3c.dom.Document
-	 *            protocol The XML definition of the coordination protocol.
+	 * @param     protocol The XML definition of the coordination protocol.
 	 * 
 	 * @exception ProtocolNotRegisteredException
 	 *                Thrown if the protocol to be removed has not been
@@ -259,8 +253,7 @@
 	 * Remove the specified coordination protocol implementation class from the
 	 * factory.
 	 * 
-	 * @param String
-	 *            className The class to remove.
+	 * @param     className The class to remove.
 	 * 
 	 * @exception UnknownProtocolImplementationException
 	 *                Thrown if the specified implementation class has not been
@@ -282,8 +275,7 @@
 	 * Is the document present exactly as it appears, i.e., even the name is the
 	 * same?
 	 * 
-	 * @param org.w3c.dom.Document
-	 *            protocol The XML definition of the coordination protocol.
+	 * @param     protocol The XML definition of the coordination protocol.
 	 * 
 	 * @exception IllegalArgumentException
 	 *                Thrown if the parameter is invalid (e.g., null).
@@ -322,8 +314,7 @@
 	/**
 	 * Is the document present but with a different name?
 	 * 
-	 * @param org.w3c.dom.Document
-	 *            protocol The XML definition of the coordination protocol.
+	 * @param     protocol The XML definition of the coordination protocol.
 	 * 
 	 * @exception IllegalArgumentException
 	 *                Thrown if the parameter is invalid (e.g., null).

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxBaseHeaderContextProcessor.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxBaseHeaderContextProcessor.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxBaseHeaderContextProcessor.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -50,7 +50,7 @@
 {
     /**
      * Handle the request.
-     * @param messageContext The current message context.
+     * @param soapMessage The current message context.
      */
 
     public boolean handleOutboundMessage(final SOAPMessage soapMessage)

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxWSHeaderContextProcessor.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxWSHeaderContextProcessor.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/client/JaxWSHeaderContextProcessor.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -42,7 +42,7 @@
      * Process a message. Determines if it is inbound or outbound and dispatches accordingly.
      *
      * @param msgContext
-     * @return
+     * @return true
      */
     public boolean handleMessage(MessageContext msgContext)
     {
@@ -57,7 +57,7 @@
      * Tidy up the Transaction/Thread association.
      *
      * @param messageContext
-     * @return
+     * @return true
      */
     public boolean handleFault(MessageContext messageContext)
     {
@@ -95,7 +95,7 @@
      * Tidy up the Transaction/Thread association before control is returned to the user.
      *
      * @param messageContext
-     * @return
+     * @return true
      */
     protected boolean handleInbound(MessageContext messageContext)
     {
@@ -109,8 +109,8 @@
     /**
      * Process the tx thread context and attach serialized version as msg header
      *
-     * @param msgContext
-     * @return
+     * @param messageContext
+     * @return true
      */
     protected boolean handleOutbound(MessageContext messageContext)
     {

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxBaseHeaderContextProcessor.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxBaseHeaderContextProcessor.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxBaseHeaderContextProcessor.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -44,7 +44,7 @@
 {
     /**
      * Handle the request.
-     * @param messageContext The current message context.
+     * @param soapMessage The current message context.
      */
     protected boolean handleInboundMessage(final SOAPMessage soapMessage)
     {

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxWSHeaderContextProcessor.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxWSHeaderContextProcessor.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wst/service/JaxWSHeaderContextProcessor.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -42,7 +42,7 @@
      * Process a message. Determines if it is inbound or outbound and dispatches accordingly.
      *
      * @param msgContext
-     * @return
+     * @return true
      */
     public boolean handleMessage(MessageContext msgContext)
     {
@@ -57,9 +57,9 @@
      * Tidy up the Transaction/Thread association before faults are thrown back to the client.
      *
      * @param messageContext
-     * @return
+     * @return true
      */
-    public boolean handleFault(MessageContext messagecontext)
+    public boolean handleFault(MessageContext messageContext)
     {
         suspendTransaction() ;
         return true;
@@ -93,7 +93,7 @@
      * Process the tx context header that is attached to the received message.
      *
      * @param msgContext
-     * @return
+     * @return true
      */
     protected boolean handleInbound(MessageContext msgContext)
     {
@@ -107,8 +107,9 @@
      * Tidy up the Transaction/Thread association before response is returned to the client.
      *
      * @param messageContext The current message context.
+     * @return true
      */
-    protected boolean handleOutbound(MessageContext msgContext)
+    protected boolean handleOutbound(MessageContext messageContext)
     {
         suspendTransaction() ;
         return true;

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManager.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManager.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManager.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -67,7 +67,7 @@
      * It is illegal to call this method when no transaction is associated
      * with the thread.
      *
-     * @param Participant participant The participant to enrol.
+     * @param participant The participant to enrol.
      *
      * @exception WrongStateException Thrown if the transaction is not in a state
      * whereby participants can be enrolled.
@@ -93,7 +93,7 @@
      * that no state changes have been made that should be controlled by
      * the specified participant.
      *
-     * @param Participant participant The participant to resign.
+     * @param participant The participant to resign.
      *
      * @exception InvalidTransactionException Thrown if the transaction associated with
      * the thread is invalid.
@@ -113,7 +113,7 @@
      * do not receive the two-phase commit messages but instead are invoked
      * prior to its start and after it has completed.
      *
-     * @param Synchronization participant The synchronization to enroll.
+     * @param participant The synchronization to enroll.
      *
      * @exception WrongStateException Thrown if the transaction state is such
      * that synchronizations cannot be enrolled.
@@ -133,7 +133,7 @@
     /**
      * Remove the specified synchronization participant from the transaction.
      *
-     * @param Synchronization participant The participant to remove.
+     * @param participant The participant to remove.
      *
      * @exception InvalidTransactionException Thrown if the transaction is not
      * top-level.

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManagerFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManagerFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/TransactionManagerFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -103,7 +103,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransaction.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransaction.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransaction.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -154,7 +154,7 @@
      * Associate this thread with the specified context. Any current
      * associations are lost.
      *
-     * @param TxContext tx The context representation to associate (may be
+     * @param tx The context representation to associate (may be
      * null).
      *
      * @exception InvalidTransactionException Thrown if the context is invalid.
@@ -212,7 +212,7 @@
      * each thread and this means that no application specified timeout is
      * set for activities.
      *
-     * @param int timeout The timeout (in seconds) to associate with all
+     * @param timeout The timeout (in seconds) to associate with all
      * subsequently created activities. This value must be 0 or greater.
      *
      * @exception InvalidTimeoutException Thrown if the timeout value provided

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransactionFactory.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransactionFactory.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/UserTransactionFactory.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -102,7 +102,7 @@
      * Obtain a reference to a coordinator that implements the specified
      * protocol.
      *
-     * @param org.w3c.dom.Document protocol The XML definition of the type of
+     * @param protocol The XML definition of the type of
      * coordination protocol required.
      *
      * @exception ProtocolNotRegisteredException Thrown if the requested

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/common/Vote.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/common/Vote.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/common/Vote.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -72,10 +72,6 @@
 	_qualifiers = quals;
     }
 
-    /**
-     * @return a printable version of the vote.
-     */
-
     protected Qualifier[] _qualifiers;
 
 }

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Participant.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Participant.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Participant.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -66,7 +66,7 @@
     /**
      * Prepare the participant.
      *
-     * @param Qualifier[] qualifiers Any additional information.
+     * @param qualifiers Any additional information.
      *
      * @exception InvalidParticipantException Thrown if the participant identity is invalid
      *            (e.g., refers to an unknown participant.)
@@ -89,7 +89,7 @@
     /**
      * Commit the participant.
      *
-     * @param Qualifier[] qualifiers Any additional information.
+     * @param qualifiers Any additional information.
      *
      * @exception InvalidParticipantException Thrown if the participant identity is invalid
      *            (e.g., refers to an unknown participant.)
@@ -112,7 +112,7 @@
     /**
      * Rollback the participant.
      *
-     * @param Qualifier[] qualifiers Any additional information.
+     * @param qualifiers Any additional information.
      *
      * @exception InvalidParticipantException Thrown if the participant identity is invalid
      *            (e.g., refers to an unknown participant.)
@@ -135,7 +135,7 @@
     /**
      * Commit the participant in a single phase.
      *
-     * @param Qualifier[] qualifiers Any additional information.
+     * @param qualifiers Any additional information.
      *
      * @exception InvalidParticipantException Thrown if the participant identity is invalid
      *            (e.g., refers to an unknown participant.)
@@ -158,7 +158,7 @@
     /**
      * Inform the participant that is can forget the heuristic result.
      *
-     * @param Qualifier[] qualifiers Any additional qualifiers that may affect
+     * @param qualifiers Any additional qualifiers that may affect
      *                    the operation.
      * @exception InvalidParticipantException Thrown if the participant identity is invalid.
      * @exception WrongStateException Thrown if the participant is in an invalid state.
@@ -168,7 +168,7 @@
     public void forget (Qualifier[] qualifiers) throws InvalidParticipantException, WrongStateException, SystemException;
 
     /**
-     * @param Qualifier[] qualifiers Any additional qualifiers that may affect
+     * @param qualifiers Any additional qualifiers that may affect
      *                    the operation.
      * @exception InvalidParticipantException Thrown if the participant identity is invalid.
      * @exception SystemException Thrown in the event of a general error.

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Synchronization.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Synchronization.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/resource/Synchronization.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -64,7 +64,7 @@
      * The transaction that the instance is enrolled with has completed and
      * the state in which is completed is passed as a parameter.
      *
-     * @param CompletionStatus cs The state in which the transaction completed.
+     * @param cs The state in which the transaction completed.
      *
      * @exception SystemException Thrown if any error occurs. This has no
      * affect on the outcome of the transaction.

Modified: labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/transaction/TransactionHierarchy.java
===================================================================
--- labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/transaction/TransactionHierarchy.java	2007-10-31 13:05:17 UTC (rev 16198)
+++ labs/jbosstm/trunk/XTS/WSTX/classes/com/arjuna/mw/wstx/transaction/TransactionHierarchy.java	2007-10-31 13:25:30 UTC (rev 16199)
@@ -59,7 +59,7 @@
     public boolean valid ();
 
     /**
-     * @param the specific transaction in the stack.
+     * @param index index of the specific transaction in the stack.
      * @exception IndexOutOfBoundsException Thrown if the transaction number
      * is too large or small.
      * @return the transaction handle.




More information about the jboss-svn-commits mailing list