|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Delivery | |
---|---|
com.sun.sgs.app | Provides the interface to the Project Darkstar Server used by application developers. |
Uses of Delivery in com.sun.sgs.app |
---|
Methods in com.sun.sgs.app that return Delivery | |
---|---|
Delivery |
DeliveryNotSupportedException.getDelivery()
Returns the delivery guarantee that is not supported (specified during construction). |
Delivery |
Channel.getDelivery()
Returns the delivery guarantee of this channel. |
static Delivery |
Delivery.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Delivery[] |
Delivery.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.sun.sgs.app that return types with arguments of type Delivery | |
---|---|
Set<Delivery> |
ClientSession.supportedDeliveries()
Returns a set containing the delivery guarantees supported by this session. |
Methods in com.sun.sgs.app with parameters of type Delivery | |
---|---|
Channel |
ChannelManager.createChannel(String name,
ChannelListener listener,
Delivery delivery)
Creates a new channel with the specified listener and delivery guarantee, binds it to the specified name, and returns it. |
ClientSession |
ClientSession.send(ByteBuffer message,
Delivery delivery)
Sends a message contained in the specified ByteBuffer to
this session's client in a manner that satisfies the specified
delivery guarantee. |
boolean |
Delivery.supportsDelivery(Delivery delivery)
Returns true if this delivery guarantee meets the minimum
requirements of the specified delivery guarantee, otherwise
returns false . |
Constructors in com.sun.sgs.app with parameters of type Delivery | |
---|---|
DeliveryNotSupportedException(String message,
Delivery delivery)
Constructs and instance with the specified detail message
and unsupported delivery guarantee. |
|
Project Darkstar, Version 0.9.9.6 2009-05-08 15:39:40 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |