|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Delivery | |
|---|---|
| com.sun.sgs.app | Provides the interface to the RedDwarf Server used by application developers. |
| com.sun.sgs.protocol | Provides interfaces for the protocol layer. |
| com.sun.sgs.transport | Provides interfaces for the transport layer. |
| 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. |
|
| Uses of Delivery in com.sun.sgs.protocol |
|---|
| Methods in com.sun.sgs.protocol that return types with arguments of type Delivery | |
|---|---|
Set<Delivery> |
SessionProtocol.getDeliveries()
Returns a set containing the delivery guarantees supported by this protocol. |
| Methods in com.sun.sgs.protocol with parameters of type Delivery | |
|---|---|
void |
SessionProtocol.channelJoin(String name,
BigInteger channelId,
Delivery delivery)
Notifies the associated client that it is joined to the channel with the specified name and channelId. |
void |
SessionProtocol.channelMessage(BigInteger channelId,
ByteBuffer message,
Delivery delivery)
Sends the associated client the specified channel message
for the channel with the specified channelId in a manner
that satisfies the specified delivery guarantee. |
void |
SessionProtocol.sessionMessage(ByteBuffer message,
Delivery delivery)
Sends the associated client the specified message in a
manner that satisfies the specified delivery guarantee. |
| Uses of Delivery in com.sun.sgs.transport |
|---|
| Methods in com.sun.sgs.transport that return Delivery | |
|---|---|
Delivery |
Transport.getDelivery()
Returns the delivery guarantee for the transport. |
|
RedDwarf, Version 0.10.1 2010-03-14 10:56:12 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||