User: mnf999
Date: 02/03/07 09:59:23
Modified:src/main/org/jboss/invocation Invocation.java
Log:
The invocation now uses the 3 maps to store information
TRANSIENT is information that should not travel and is just used on the client side
AS-IS is a map that can travel AS-IS wit
User: user57
Date: 02/02/13 01:13:34
Modified:src/main/org/jboss/invocation Invocation.java
Log:
o Added Invocation.INVOKE_SIGNATURE so we don't have to keep creating
new String[]'s
o Cleaned up LocalInvoker to use the ServiceMBeanSupport class properly
Revision Cha
User: mnf999
Date: 02/02/06 12:59:27
Modified:src/main/org/jboss/invocation Invocation.java
Log:
The invocation branching is now based on int and a case switch (SPD)
Revision ChangesPath
1.4 +13 -3 jboss/src/main/org/jboss/invocation/Invocation.java
User: dsundstrom
Date: 01/12/26 20:44:51
Modified:src/main/org/jboss/invocation Invocation.java
Log:
Constructor was missing setTransaction. Just a simple typo.
Revision ChangesPath
1.3 +2 -1 jboss/src/main/org/jboss/invocation/Invocation.java
Index: Invo
User: mnf999
Date: 01/12/18 22:08:52
Modified:src/main/org/jboss/invocation Invocation.java
Log:
The real deal, the first reader of payload is the "invocation" see
marshalledInvocation for advanced travelling readers.
Revision ChangesPath
1.2 +108 -114 jboss/sr
User: mnf999
Date: 01/11/14 08:43:19
Added: src/main/org/jboss/invocation Invocation.java
Log:
The new Invocation object, it is just a generalized invocation that carries
Transaction and security with it. Then we keep some variables directly but it should
really work through