import org.agilewiki.jactor2.core.requests.ExceptionHandler;
import org.agilewiki.jactor2.core.requests.impl.AsyncRequestImpl;
public class AnyMain {
public static void main(final String[] _args) throws Exception {
new Plant();
try {
System.out.println("\ntest 1");
long x = new Any<Long>(new A2("1", 1), new A2("2", 2), new A2("3",
3)).call();
System.out.println("got " + x);