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

Uses of Class org.jboss.invocation.PayloadKey (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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.TRANSIENT
          Put me in the transient map, not part of payload.
static PayloadKey PayloadKey.AS_IS
          Do not serialize me, part of payload as is.
static PayloadKey PayloadKey.PAYLOAD
          Put me in the payload map.
 

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.