createSessionId |
creates a unique id to be assigned to a session
- (id) createSessionId;
iniForServer |
initializes the instance. For internal purposes only
See Also:
- initForServer:
- initForServer: (FTServerImpl *) theServer;
theServer
- the underyling server for which the sessions have to be managed
initForServer: |
initializes the instance. For internal purposes only
See Also:
- iniForServer
- initForServer: (FTServerImpl *) theServer;
theServer
- the underyling server for which the sessions have to be managed
loginAs |
get a session
See Also:
- loginAs:withPassword:
- (id <FTSession>) loginAs: (NSString *) loginId withPassword: (NSString *) password;
loginId
password
loginAs:withPassword: |
get a session
See Also:
- loginAs
- (id <FTSession>) loginAs: (NSString *) loginId withPassword: (NSString *) password;
loginId
password
reconnectSession: |
reconnects the given session e.g. after a shutdown/start of the server
- reconnectSession: (id <FTSession>) aSession;
aSession
- session to reconnect
(Last Updated August 27, 2006)