Class ReplicationMessageTransmit.MasterReceiverThread

java.lang.Object
java.lang.Thread
org.apache.derby.impl.store.replication.net.ReplicationMessageTransmit.MasterReceiverThread
All Implemented Interfaces:
Runnable
Enclosing class:
ReplicationMessageTransmit

private class ReplicationMessageTransmit.MasterReceiverThread extends Thread
Thread that listens for messages from the slave. A separate thread listening for messages from the slave is needed because the slave may send messages to the master at any time, and these messages require immediate action.
  • Field Details

  • Constructor Details

    • MasterReceiverThread

      MasterReceiverThread(String dbname)
  • Method Details