com.sun.midp.push.gcf |
Push-GCF interface APIs.
@since 0.0
|
Java Source File Name | Type | Comment |
ConnectionReservation.java | Interface | Connection reservation.
Connection reservation is a push enabled protocol connection which is
reserved for some application and is managed by the protocol. |
DataAvailableListener.java | Interface | Callback interface to inform executive that data are available.
Callbacks can be invoked only after the connection is reserved
(see
com.sun.midp.push.gcf.ReservationDescriptor.reserve ).
After MIDlet opens the connection and until it's closed
explicitly or MIDlet isolate terminates no notifications
are sent.
Callbacks could be invoked asynchronously (e.g. |
PermissionCallback.java | Interface | Permission checking abstraction. |
ReservationDescriptor.java | Interface | Protocol-dependent representation of connection which could become
a reservation later. |
ReservationDescriptorFactory.java | Interface | Factory class to produce ReservationDescriptor s. |