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

SpaceMUD_Server
Class AccountManager

Implemented Classifiers:
       GateKeeper

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

Operations
NameReturn Type
 Identify(connection : SocketConnection)int 

Relations
NameTypeBeginsEnds
 <unnamed>associationAccountManagerLog In
 <unnamed>associationAccountManagerLocate Player
 <unnamed>associationLog InAccountManager
 <unnamed>abstractionAccountManagerGateKeeper


Operation  Identify

Identifies actor connected to the socket and returns their ID.

General Info
NameIdentify
OwnerAccountManager
Return Type  int 
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  Identify
Type  SocketConnection 
Direction Kind  in