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

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

public class NewClassInfoListMessageResponse
extends Message

A NewClassInfoMessageResponse is used by the Client/Server mode to answer a NewClassInfoMessage, it returns all the class infos of the new server model

Author:
olivier s
See Also:
Serialized Form

Constructor Summary
NewClassInfoListMessageResponse(java.lang.String baseId, java.lang.String connectionId, IOdbList<ClassInfo> classInfos)
           
NewClassInfoListMessageResponse(java.lang.String baseId, java.lang.String connectionId, java.lang.String error)
           
 
Method Summary
 IOdbList<ClassInfo> getClassInfos()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

NewClassInfoListMessageResponse

public NewClassInfoListMessageResponse(java.lang.String baseId,
                                       java.lang.String connectionId,
                                       java.lang.String error)

NewClassInfoListMessageResponse

public NewClassInfoListMessageResponse(java.lang.String baseId,
                                       java.lang.String connectionId,
                                       IOdbList<ClassInfo> classInfos)
Method Detail

getClassInfos

public IOdbList<ClassInfo> getClassInfos()