org.apache.cayenne.remote
Class BootstrapMessage
java.lang.Object
   org.apache.cayenne.remote.BootstrapMessage
org.apache.cayenne.remote.BootstrapMessage
- All Implemented Interfaces: 
- Serializable, ClientMessage
- public class BootstrapMessage 
- extends Object- implements ClientMessage
A message sent to a remote service to request Cayenne mapping info.
- Since:
- 1.2
- See Also:
- Serialized Form
 
| Method Summary | 
|  String | toString()Returns a description of the type of message.
 | 
 
 
BootstrapMessage
public BootstrapMessage()
toString
public String toString()
- Returns a description of the type of message. In this case always "Bootstrap".
 
- 
- Overrides:
- toStringin class- Object
 
- 
 
Copyright © 2001-2011 Apache Cayenne. All Rights Reserved.