All Downloads are FREE. Search and download functionalities are using the official Maven repository.

bboss.org.jgroups.ReceiverAdapter Maven / Gradle / Ivy

The newest version!
package bboss.org.jgroups;

/**
 * @author Bela Ban
 * @version $Id: ReceiverAdapter.java,v 1.1 2005/11/08 10:43:38 belaban Exp $
 */
public class ReceiverAdapter implements Receiver {

    public void receive(Message msg) {
    }

    public byte[] getState() {
        return null;
    }

    public void setState(byte[] state) {
    }

    public void viewAccepted(View new_view) {
    }

    public void suspect(Address suspected_mbr) {
    }

    public void block() {
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy