Code Examples
A repository of 155 code examples for BeepBeep
network.httppush.PushMachineB Class Reference

This is the same example as PushLocalSerialize, but with the "Machine A" and "Machine B" parts of the chain split into two independent programs, with some user interaction added. More...

Classes

class  CompoundObject
 A dummy object used to test serialization.
 

Static Public Member Functions

static void main (String[] args) throws ProcessorException, InterruptedException
 

Detailed Description

This is the same example as PushLocalSerialize, but with the "Machine A" and "Machine B" parts of the chain split into two independent programs, with some user interaction added.

You are advised to first go through the PushLocalSerialize example. This file corresponds to Machine B.

You can actually run this example on two physical machines if you wish. Simply start PushMachineA and PushMachineB on two computers, and use the IP address of Machine B in the URL you give to Machine A.

Author
Sylvain Hallé

Definition at line 45 of file PushMachineB.java.


The documentation for this class was generated from the following file: