Method Summary |
|
public void | batchMessages(boolean flag) Configures to batch messages between client and server. |
public MessageSender | getMessageSender() returns the MessageSender for this Configuration context. |
public void | maxBatchQueueSize(int maxSize) Configures the maximum memory buffer size for batched message. |
void | prefetchIDCount(int prefetchIDCount) Sets the number of IDs to be pre-allocated in the database for new
objects created on the client.
This setting should be used on the client side. |
void | prefetchObjectCount(int prefetchObjectCount) Sets the number of objects to be prefetched for an ObjectSet in C/S mode.
This setting should be used on the server side. |
public void | setMessageRecipient(MessageRecipient messageRecipient) sets the MessageRecipient to receive Client Server messages. |
public void | singleThreadedClient(boolean flag) configures the client messaging system to be single threaded
or multithreaded. |
public void | timeoutClientSocket(int milliseconds) configures the time a client waits for a message response
from the server. |
public void | timeoutServerSocket(int milliseconds) configures the timeout of the serverside socket. |