Halyri - Server  0.9.1
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Package HalyriServer.Model.Business

Classes

class  ConnectionDatabaseContext
 ConnectionDatabaseContext defining database for the server. More...
 
class  TextMessage
 Class for text based short messages. Stores message content, message originator and message server time stamp. More...
 

Enumerations

enum  ConnectionPriority { NotUrgent, Urgent }
 Enumeration representing the urgency level of an emergency connection in the system. More...
 
enum  ConnectionState {
  Arrived, InProgress, InTransfer, Processed,
  Hold
}
 Emergency connection enumeration identifying the state of an emergency connection in the system. More...
 

Enumeration Type Documentation

Enumeration representing the urgency level of an emergency connection in the system.

<author>Veli-Mikko Puupponen, Ilkka Rautiainen</author>

Enumerator
NotUrgent 

NotUrgent connections have a normal priority.

Urgent 

Urgent connections have a high priority.

Emergency connection enumeration identifying the state of an emergency connection in the system.

<author>Veli-Mikko Puupponen</author>

Enumerator
Arrived 

Arrived connection that has arrived from the mobile emergency client to the system and is waiting to be handled by a call center connection.

InProgress 

InProgress connection has one or more call center connections currently hanling it.

InTransfer 

InTransfer connection is being transferred from one handling call center connection to other handling call center connection(s)

Processed 

Processed connection is already handled and is no longer active.

Hold 

Connections in hold have been opened for handling but the handling call center connection has put them on hold or has unexpectedly disconnected, leaving the connection in hold state.