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

java.lang.Object
  extended by org.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.4.2 $
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()
Overrides:
toString in class Object


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