Uses of Class
org.jboss.invocation.PayloadKey

Packages that use PayloadKey
org.jboss.invocation   
 

Uses of PayloadKey in org.jboss.invocation
 

Fields in org.jboss.invocation declared as PayloadKey
static PayloadKey PayloadKey.AS_IS
          Do not serialize me, part of payload as is.
static PayloadKey PayloadKey.PAYLOAD
          Put me in the payload map.
static PayloadKey PayloadKey.TRANSIENT
          Put me in the transient map, not part of payload.
 

Methods in org.jboss.invocation with parameters of type PayloadKey
 void Invocation.setValue(Object key, Object value, PayloadKey type)
          Advanced store Here you can pass a TYPE that indicates where to put the value.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.