org.jboss.ejb.plugins.cmp.jdbc2
Class RelationInterceptor.CMRMessage

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc2.RelationInterceptor.CMRMessage
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
RelationInterceptor (src)

public static final class RelationInterceptor.CMRMessage
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static RelationInterceptor.CMRMessage (src) ADD_RELATED_ID
           
static RelationInterceptor.CMRMessage (src) DESTROY_EXISTING_RELATIONSHIPS
           
static RelationInterceptor.CMRMessage (src) REMOVE_RELATED_ID
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD_RELATED_ID

public static final RelationInterceptor.CMRMessage (src)  ADD_RELATED_ID

REMOVE_RELATED_ID

public static final RelationInterceptor.CMRMessage (src)  REMOVE_RELATED_ID

DESTROY_EXISTING_RELATIONSHIPS

public static final RelationInterceptor.CMRMessage (src)  DESTROY_EXISTING_RELATIONSHIPS
Method Detail

toString

public java.lang.String toString()