View: Hide Browser | Browser on the left | Browser on the right | Dictionary
Report:General Info | Operations | Relations

SpaceMUD_Server
Class ConnectionManager

Implemented Classifiers:
       PlayerConnection

General Info
Name  ConnectionManager
Visibility  public
Active  false
Abstract  false
Leaffalse
Rootfalse
OwnerSpaceMUD_Server

Operations
NameReturn Type
 installConnection(connection : SocketConnection) 
 removeConnection(actorID : int)SocketConnection 

Relations
NameTypeBeginsEnds
 <unnamed>abstractionConnectionManagerPlayerConnection
 <unnamed>usageConnectionManagerGateKeeper


Operation  installConnection

General Info
NameinstallConnection
OwnerConnectionManager
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
connectionSocketConnection  in


Parameter connection

General Info
Name  connection
Owner  installConnection
Type  SocketConnection 
Direction Kind  in


Operation  removeConnection

General Info
NameremoveConnection
OwnerConnectionManager
Return Type  SocketConnection 
Concurrency  sequential
Query  false
Visibility  public
Scope  instance
Abstract  false
Leaffalse
Rootfalse

Parameters
NameTypeDefault ValueDirection Kind
actorIDint  in


Parameter actorID

General Info
Name  actorID
Owner  removeConnection
Type  int 
Direction Kind  in