org.jboss.invocation
Class PayloadKey

java.lang.Object
  extended by org.jboss.invocation.PayloadKey
All Implemented Interfaces:
Serializable

public final class PayloadKey
extends Object
implements Serializable

Type safe enumeration used for to identify the payloads.

Version:
$Revision: 1.2.6.1 $
Author:
Scott.Stark@jboss.org
See Also:
Serialized Form

Field Summary
static PayloadKey AS_IS
          Do not serialize me, part of payload as is.
static PayloadKey PAYLOAD
          Put me in the payload map.
static PayloadKey TRANSIENT
          Put me in the transient map, not part of payload.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TRANSIENT

public static final PayloadKey TRANSIENT
Put me in the transient map, not part of payload.


AS_IS

public static final PayloadKey AS_IS
Do not serialize me, part of payload as is.


PAYLOAD

public static final PayloadKey PAYLOAD
Put me in the payload map.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


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