public class ReplicationChannel
extends java.lang.Object
Environment.openChannel method.| Modifier and Type | Method and Description | 
|---|---|
| void | close()Close the channel. | 
| void | sendMessage(java.util.Set messages)Send a message on the message channel asynchronously. | 
| void | sendRequest(java.util.Set messages,
           DatabaseEntry response,
           long timeout)Send request on the message channel. | 
| void | setTimeout(long timeout)Sets the default timeout value for the channel. | 
public void close()
           throws DatabaseException
DatabaseExceptionpublic void sendMessage(java.util.Set messages)
                 throws DatabaseException
messages - DatabaseExceptionpublic void sendRequest(java.util.Set messages,
                        DatabaseEntry response,
                        long timeout)
                 throws DatabaseException
messages - response - timeout - DatabaseExceptionpublic void setTimeout(long timeout)
                throws DatabaseException
timeout - DatabaseExceptionCopyright (c) 2004,2014 Oracle. All rights reserved.