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

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


org.jboss.ejb.plugins.cmp.jdbc.bridge
Class CMPMessage

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.bridge.CMPMessage
All Implemented Interfaces:
Serializable

public final class CMPMessage
extends Object
implements Serializable

Type safe enumeration of message objects. Used by optmistic lock to lock fields and its values dependeding on the strategy used.

Version:
$Revision: 1.5 $
Author:
Alex Loubyansky
See Also:
Serialized Form

Field Summary
static CMPMessage ACCESSED
           
static CMPMessage CHANGED
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CHANGED

public static final CMPMessage CHANGED

ACCESSED

public static final CMPMessage ACCESSED
Method Detail

toString

public String toString()


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