A B C D F G H I N O R S U

O

ObjectNotPassableException - Exception in org.coffeecrew.mobile.oop.exceptions
Defines a specific Exception to the Obex object passing library, which is thrown if an object does not implement IObexObjectPassing
ObjectNotPassableException() - Constructor for exception org.coffeecrew.mobile.oop.exceptions.ObjectNotPassableException
Creates a new instance of ObjectNotPassableException without detail message.
ObjectNotPassableException(String) - Constructor for exception org.coffeecrew.mobile.oop.exceptions.ObjectNotPassableException
Constructs an instance of ObjectNotPassableException with the specified detail message.
ObjectPusher - Class in org.coffeecrew.mobile.oop.impl
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.
ObjectPusher(Object) - Constructor for class org.coffeecrew.mobile.oop.impl.ObjectPusher
Creates a new instance of ObjectPusher This class pushes the given Object to the given device address once it is createt it will run as a seperate thread.
ObjectReceiver - Class in org.coffeecrew.mobile.oop.impl
This class should be used on the receiving side of the transfer.
ObjectReceiver(Vector) - Constructor for class org.coffeecrew.mobile.oop.impl.ObjectReceiver
Creates a new instance of ObjectReceiver.
Observable - Class in org.coffeecrew.mobile.oop.util
This class is intended to be used if you want your object to be observable.
Observable() - Constructor for class org.coffeecrew.mobile.oop.util.Observable
Creates a new instance of Observable with zero observers attached
Observer - Interface in org.coffeecrew.mobile.oop.util
Interface that is implemented when a class wants to be informed of changes in Observable objects.
onPut(Operation) - Method in class org.coffeecrew.mobile.oop.impl.ReceiverRequestHandler
This request handler should only be ware of handling put operations.
OOPFinder - Class in org.coffeecrew.mobile.oop.util
This class is used to locate the remote Obex object passing service url.
OOPFinder() - Constructor for class org.coffeecrew.mobile.oop.util.OOPFinder
Creates a new instance of OOPFinder, which is used to locate a remote Obex object passing service
org.coffeecrew.mobile.oop - package org.coffeecrew.mobile.oop
 
org.coffeecrew.mobile.oop.exceptions - package org.coffeecrew.mobile.oop.exceptions
 
org.coffeecrew.mobile.oop.impl - package org.coffeecrew.mobile.oop.impl
 
org.coffeecrew.mobile.oop.util - package org.coffeecrew.mobile.oop.util
 

A B C D F G H I N O R S U