|
jGCS Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ClosedSessionException | |
---|---|
net.sf.jgcs | This package defines the basic interface for group membership. |
net.sf.jgcs.adapters | jGCS adapters. |
Uses of ClosedSessionException in net.sf.jgcs |
---|
Methods in net.sf.jgcs that throw ClosedSessionException | |
---|---|
Message |
DataSession.createMessage()
Creates an empty message that can be used (transmitted) through the session. |
void |
ControlSession.join()
Joins the group. |
void |
ControlSession.leave()
Leaves the group. |
void |
DataSession.setExceptionListener(ExceptionListener exception)
Adds a listener to deliver exceptions related to message reception. |
void |
ControlSession.setExceptionListener(ExceptionListener exception)
Adds a listener to deliver exceptions related to message reception and membership notifications. |
void |
DataSession.setMessageListener(MessageListener listener)
Adds a listener to deliver messages from this channel. |
void |
DataSession.setServiceListener(ServiceListener listener)
Adds a listener to deliver notifications from this channel. |
Uses of ClosedSessionException in net.sf.jgcs.adapters |
---|
Constructors in net.sf.jgcs.adapters that throw ClosedSessionException | |
---|---|
BlockingReceiver(DataSession session)
This constructor registers it self as a listener for message and exception listeners. |
|
MultipleMessageListeners(DataSession session,
boolean conservative)
Creates a new Adapter instance. |
|
jGCS Documentation | |||||||||
PREV NEXT | FRAMES NO FRAMES |