Uses of Class
amber.type.Mutex

Packages that use Mutex
amber.server.application Amber Server Application. 
amber.server.manager.connection Amber Server Connection Manager. 
amber.type.server Amber Server Types. 
 

Uses of Mutex in amber.server.application
 

Fields in amber.server.application declared as Mutex
protected  Mutex ApplicationHandler.waitForPacket
          Lock when waiting for incoming packets.
protected  Mutex ApplicationHandler.waitForClientShutDown
          Lock when waiting for the client shutdown response packet.
 

Uses of Mutex in amber.server.manager.connection
 

Fields in amber.server.manager.connection declared as Mutex
protected  Mutex LoginThread.waitForConnection
           
 

Uses of Mutex in amber.type.server
 

Fields in amber.type.server declared as Mutex
protected  Mutex PendingResponsePacket.lock
          This is the mutex which is blocking the server thread.
 

Methods in amber.type.server that return Mutex
 Mutex PendingResponsePacket.getLock()
          Gets the data in the following variable: This is the mutex which is blocking the server thread.
 

Methods in amber.type.server with parameters of type Mutex
 void PendingResponsePacket.setLock(Mutex data)
          Sets the data in the following variable: This is the mutex which is blocking the server thread.
 

Constructors in amber.type.server with parameters of type Mutex
PendingResponsePacket(PacketData responsePacket, byte commandId, Mutex lock)
          Initialising Constructor.
 



Copyright © 2002 Clearfield Research Ltd. All Rights Reserved.