org.neodatis.odb.core.server.message
Class NewClassInfoListMessage

java.lang.Object
  extended by org.neodatis.odb.core.server.layers.layer3.engine.Message
      extended by org.neodatis.odb.core.server.message.NewClassInfoListMessage
All Implemented Interfaces:
java.io.Serializable

public class NewClassInfoListMessage
extends Message

A NewClassInfosMessage is used by the Client/Server mode to add a new class infos (List) to the meta model on the server

Author:
osmadja
See Also:
Serialized Form

Constructor Summary
NewClassInfoListMessage(java.lang.String baseId, java.lang.String connectionId, ClassInfoList ciList)
           
 
Method Summary
 ClassInfoList getClassInfoList()
           
 java.lang.String toString()
           
 
Methods inherited from class org.neodatis.odb.core.server.layers.layer3.engine.Message
getBaseIdentifier, getCommandId, getConnectionId, getError, hasError, setError
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NewClassInfoListMessage

public NewClassInfoListMessage(java.lang.String baseId,
                               java.lang.String connectionId,
                               ClassInfoList ciList)
Method Detail

getClassInfoList

public ClassInfoList getClassInfoList()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object