weborb.v3types
Class UpdateCollMessage

java.lang.Object
  extended by weborb.v3types.V3Message
      extended by weborb.v3types.AckMessage
          extended by weborb.v3types.UpdateCollMessage
All Implemented Interfaces:
java.io.Serializable, IUseDirectFieldAccess

public class UpdateCollMessage
extends AckMessage

See Also:
Serialized Form

Field Summary
 java.lang.Object[] collectionId
           
 java.lang.Object identity
           
 int operation
           
 boolean replace
           
 int updateMode
           
 
Fields inherited from class weborb.v3types.V3Message
body, clientId, correlationId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
UpdateCollMessage()
           
UpdateCollMessage(java.lang.String destination, java.lang.String correlationId, java.lang.Object clientId, java.lang.Object obj, java.lang.Object[] collId)
           
 
Method Summary
 V3Message execute(Message message)
           
 
Methods inherited from class weborb.v3types.V3Message
isError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

collectionId

public java.lang.Object[] collectionId

replace

public boolean replace

updateMode

public int updateMode

identity

public java.lang.Object identity

operation

public int operation
Constructor Detail

UpdateCollMessage

public UpdateCollMessage()

UpdateCollMessage

public UpdateCollMessage(java.lang.String destination,
                         java.lang.String correlationId,
                         java.lang.Object clientId,
                         java.lang.Object obj,
                         java.lang.Object[] collId)
Method Detail

execute

public V3Message execute(Message message)
Overrides:
execute in class AckMessage


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.