| 
 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of UserSession in airline | 
|---|
| Classes in airline that implement UserSession | |
|---|---|
|  class | AdministratorSessionManages the flow of control for a session with a registered Administrator. | 
|  class | CustomerSessionManages the flow of control for a session with a registered Customer. | 
| Methods in airline that return UserSession | |
|---|---|
|  UserSession | Customer.getSession(Connection connect)Overrides the factory function User.getSessionin
 order to provide an appropriateCustomerSession. | 
| abstract  UserSession | User.getSession(Connection connection)A factory function producing an appropriate UserSessionfor this user. | 
|  UserSession | Administrator.getSession(Connection connect)Overrides the factory function User.getSessionin
 order to provide an appropriateAdministratorSession. | 
| 
 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||