站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

PayloadKey (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.invocation
Class PayloadKey

java.lang.Object
  extended byorg.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 $
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()


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