All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.habanero.ServerListenerManager

java.lang.Object
   |
   +----ncsa.habanero.CommManager
           |
           +----ncsa.habanero.ServerListenerManager

public class ServerListenerManager
extends CommManager

Constructor Index

 o ServerListenerManager(Session)

Method Index

 o sendToClients(ServerMessage, Arbitrator)
 o sendToIndividual(ServerMessage, Arbitrator, SessionParticipant)
 o setDefaults(RequestHandler)

Constructors

 o ServerListenerManager
 public ServerListenerManager(Session s)

Methods

 o sendToClients
 public void sendToClients(ServerMessage message,
                           Arbitrator from)
Returns:
Get the recommended router for a particular sharable, and send the message to all the clients
Overrides:
sendToClients in class CommManager
 o sendToIndividual
 public void sendToIndividual(ServerMessage message,
                              Arbitrator from,
                              SessionParticipant who)
Parameters:
message - the message we want to send
from - the arbitrator that is sending the message
who - the desired recipient
Returns:
Get the recommended router for a particular sharable, and send the message to a single client
 o setDefaults
 public void setDefaults(RequestHandler h)

All Packages  Class Hierarchy  This Package  Previous  Next  Index