Synergy Home Page

au.edu.swin.synergy.plugin.server.event
Class BGetSessionsCE

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--au.edu.swin.synergy.kernel.BCommandEvent
              |
              +--au.edu.swin.synergy.plugin.server.event.BGetSessionsCE

public class BGetSessionsCE
extends BCommandEvent

Get the list of current sessions

Author:
 
Requirement/analysis/design Reference:
 
Copyright Belongs To:
 
See Also:
, Serialized Form

Fields inherited from class au.edu.swin.synergy.kernel.BCommandEvent
connectionID, index, kBroadcast, kClient, kClientDone, kLocal, kServer, kServerDone, networkStatus, serialVersionUID
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
BGetSessionsCE(Object source, BCommandComplete complete)
          Please complete the missing tags for BNetLoginCE
 
Method Summary
 void addSession(BServerSession fSession)
          Please complete the missing tags for addSession
 int getCount()
          Please complete the missing tags for getCount
 BServerSession getSession(int i)
          Please complete the missing tags for getSession
 
Methods inherited from class au.edu.swin.synergy.kernel.BCommandEvent
decrementThreadCount, doComplete, doInit, getAutoComplete, getCompletionObject, getCompletionStatus, getConnectionID, getIndex, getNetworkStatus, getPipe, getUndoable, setAutoComplete, setCompletionObject, setCompletionStatus, setConnectionID, setIndex, setNetworkStatus, setPipe, setThreadCount, setUndoable
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BGetSessionsCE

public BGetSessionsCE(Object source,
                      BCommandComplete complete)
Please complete the missing tags for BNetLoginCE
Parameters:
-  
Throws:
-  
Method Detail

getCount

public int getCount()
Please complete the missing tags for getCount
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

getSession

public BServerSession getSession(int i)
Please complete the missing tags for getSession
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

addSession

public void addSession(BServerSession fSession)
Please complete the missing tags for addSession
Parameters:
-  
Returns:
 
Pre Condition:
 
Post Condition:
 

Synergy Home Page