Package org.coffeecrew.mobile.oop.impl

Class Summary
BulkObjectPusher This class implements a mechanism to send multiple objects that are stored in a java.util.Vector to safely transfer them to a remote device.
ObjectPusher This class is intended to be used to transfer a single object which implements IObexObjectPassing to a remote device which has an instance of ObjectReceiver running The transfer runns of in a separate thread.
ObjectReceiver This class should be used on the receiving side of the transfer.
ReceiverRequestHandler This class is use internally by ObjectReceiver.