weborb.v3types
Class DataMessage

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

public abstract class DataMessage
extends V3Message

See Also:
Serialized Form

Field Summary
 java.util.Hashtable identity
           
 int operation
           
 
Fields inherited from class weborb.v3types.V3Message
body, clientId, correlationId, destination, headers, messageId, timestamp, timeToLive
 
Constructor Summary
DataMessage()
           
 
Method Summary
static java.util.List GetListFromTable(java.sql.ResultSet table, java.lang.String typeName)
           
 
Methods inherited from class weborb.v3types.V3Message
execute, isError
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operation

public int operation

identity

public java.util.Hashtable identity
Constructor Detail

DataMessage

public DataMessage()
Method Detail

GetListFromTable

public static java.util.List GetListFromTable(java.sql.ResultSet table,
                                              java.lang.String typeName)


Discuss WebORB

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