C D G I J L M R S V

C

CHANNEL_JOIN - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Channel join.
CHANNEL_LEAVE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Channel leave.
CHANNEL_MESSAGE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Channel message.
ClientChannel - Interface in com.sun.sgs.client
Represents a client's view of a channel.
ClientChannelListener - Interface in com.sun.sgs.client
Listener for events relating to a ClientChannel.
com.sun.sgs.client - package com.sun.sgs.client
Defines a standard interface for a J2SE(TM) client framework that communicates with the RedDwarf Server.
com.sun.sgs.client.simple - package com.sun.sgs.client.simple
Defines the interface to a simple, concrete implementation of a J2SE(TM) client framework that communicates with the RedDwarf Server.
com.sun.sgs.protocol.simple - package com.sun.sgs.protocol.simple
Protocol specification classes.

D

disconnected(boolean, String) - Method in interface com.sun.sgs.client.ServerSessionListener
Notifies this listener that the associated server session is disconnected.

G

getName() - Method in interface com.sun.sgs.client.ClientChannel
Returns the name of this channel.
getPasswordAuthentication() - Method in interface com.sun.sgs.client.simple.SimpleClientListener
Requests a login credential for the client associated with this listener.

I

isConnected() - Method in interface com.sun.sgs.client.ServerSession
Returns true if this session is connected, otherwise returns false.
isConnected() - Method in class com.sun.sgs.client.simple.SimpleClient
Returns true if this session is connected, otherwise returns false.

J

joinedChannel(ClientChannel) - Method in interface com.sun.sgs.client.ServerSessionListener
Notifies this listener that its associated client has joined the specified channel, and returns a non-null ClientChannelListener for that channel.

L

leftChannel(ClientChannel) - Method in interface com.sun.sgs.client.ClientChannelListener
Notifies this listener that the associated client was removed from the specified channel.
loggedIn() - Method in interface com.sun.sgs.client.simple.SimpleClientListener
Notifies this listener that a session has been established with the server as a result of a successful login.
login(Properties) - Method in class com.sun.sgs.client.simple.SimpleClient
Initiates a login session with the server.
LOGIN_FAILURE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Login failure.
LOGIN_REDIRECT - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Login redirect.
LOGIN_REQUEST - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Login request from a client to a server.
LOGIN_SUCCESS - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Login success.
loginFailed(String) - Method in interface com.sun.sgs.client.simple.SimpleClientListener
Notifies this listener that a session could not be established with the server due to some failure logging in such as failure to verify a login credential.
logout(boolean) - Method in interface com.sun.sgs.client.ServerSession
Initiates logging out from the server.
logout(boolean) - Method in class com.sun.sgs.client.simple.SimpleClient
Initiates logging out from the server.
LOGOUT_REQUEST - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Logout request from a client to a server.
LOGOUT_SUCCESS - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Logout success.

M

MAX_MESSAGE_LENGTH - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
The maximum length of a protocol message: 65535 bytes.
MAX_PAYLOAD_LENGTH - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
The maximum payload length: 65532 bytes.

R

receivedMessage(ClientChannel, ByteBuffer) - Method in interface com.sun.sgs.client.ClientChannelListener
Notifies this listener that the specified message was received on the specified channel.
receivedMessage(ByteBuffer) - Method in interface com.sun.sgs.client.ServerSessionListener
Notifies this listener that the specified message was sent by the server.
RECONNECT_FAILURE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Reconnect failure.
RECONNECT_REQUEST - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Reconnection request.
RECONNECT_SUCCESS - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Reconnect success.
reconnected() - Method in interface com.sun.sgs.client.ServerSessionListener
Notifies this listener when the associated server session is successfully reconnected.
reconnecting() - Method in interface com.sun.sgs.client.ServerSessionListener
Notifies this listener that requests to the server must be suspended.
RELOCATE_FAILURE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Relocate failure.
RELOCATE_NOTIFICATION - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Relocate session notification.
RELOCATE_REQUEST - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Relocation request.
RELOCATE_SUCCESS - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Relocation success.
RESUME_MESSAGES - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Resume messages notification.

S

send(ByteBuffer) - Method in interface com.sun.sgs.client.ClientChannel
Sends the message contained in the specified ByteBuffer to this channel.
send(ByteBuffer) - Method in interface com.sun.sgs.client.ServerSession
Sends the message contained in the specified ByteBuffer to the server.
send(ByteBuffer) - Method in class com.sun.sgs.client.simple.SimpleClient
Sends the message contained in the specified ByteBuffer to the server.
ServerSession - Interface in com.sun.sgs.client
Represents a client's view of a login session with the server.
ServerSessionListener - Interface in com.sun.sgs.client
A client's listener for handling messages sent from server to client and for handling other connection-related events.
SESSION_MESSAGE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Session message.
SimpleClient - Class in com.sun.sgs.client.simple
An implementation of ServerSession that clients can use to manage logging in and communicating with the server.
SimpleClient(SimpleClientListener) - Constructor for class com.sun.sgs.client.simple.SimpleClient
Creates an instance of this class with the specified listener.
SimpleClientListener - Interface in com.sun.sgs.client.simple
A listener used in conjunction with a SimpleClient.
SimpleSgsProtocol - Class in com.sun.sgs.protocol.simple
SGS Protocol constants.
SUSPEND_MESSAGES - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Suspend messages notification.
SUSPEND_MESSAGES_COMPLETE - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
Acknowledgment of SUSPEND_MESSAGES notification.

V

VERSION - Static variable in class com.sun.sgs.protocol.simple.SimpleSgsProtocol
The version number, currently 0x05.

C D G I J L M R S V
RedDwarf, Version 0.10.0
2010-02-12 09:11:07

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved