weborb.v3types
Class PagedMessage

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

public class PagedMessage
extends SeqMessage

See Also:
Serialized Form

Field Summary
 int numberPages
           
 int pageIndex
           
 
Fields inherited from class weborb.v3types.SeqMessage
dataMessage, sequenceId, sequenceProxies, sequenceSize
 
Fields inherited from class weborb.v3types.V3Message
body, clientId, correlationId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
PagedMessage(DataMessage dataMessage, java.util.Collection data, int sequenceId, int totalRecords)
           
 
Method Summary
 
Methods inherited from class weborb.v3types.AckMessage
execute
 
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

pageIndex

public int pageIndex

numberPages

public int numberPages
Constructor Detail

PagedMessage

public PagedMessage(DataMessage dataMessage,
                    java.util.Collection data,
                    int sequenceId,
                    int totalRecords)


Discuss WebORB

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