Package net.sf.xbus.technical.java

Provides senders and receivers to connect the xBus to other Java programs

See:
          Description

Class Summary
JavaCaller Used by JavaSender.execute(String, Object) together with the TimedCallable to be able to stop the execution of the program after a timeout.
JavaReceiver The class JavaReceiver receives a request via a call of its receive method.
JavaSender JavaSender sends data by calling a method of an object.
 

Package net.sf.xbus.technical.java Description

Provides senders and receivers to connect the xBus to other Java programs.