*/
public class PrimaryPartitionTest {
public static void main(String[] args) throws Exception {
final JChannel ch=new JChannel("/home/bela/udp.xml");
ch.getProtocolStack().insertProtocol(new PARTITION(), ProtocolStack.ABOVE, "UDP");
ch.setReceiver(new ExtendedReceiverAdapter() {
public void viewAccepted(View new_view) {
handleView(ch, new_view);
}
});