41 lines
884 B
Plaintext
41 lines
884 B
Plaintext
note
|
|
description: "Summary description for {WSF_SESSION_MANAGER}."
|
|
author: ""
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
deferred class
|
|
WSF_SESSION_MANAGER
|
|
|
|
feature -- Access
|
|
|
|
session_exists (a_uuid: READABLE_STRING_8): BOOLEAN
|
|
deferred
|
|
end
|
|
|
|
session_data (a_uuid: READABLE_STRING_8): detachable WSF_SESSION_DATA
|
|
deferred
|
|
end
|
|
|
|
feature -- Persistence
|
|
|
|
save_session (a_session: WSF_SESSION)
|
|
deferred
|
|
end
|
|
|
|
delete_session (a_session: WSF_SESSION)
|
|
deferred
|
|
end
|
|
|
|
note
|
|
copyright: "2011-2014, Jocelyn Fiat, Javier Velilla, Olivier Ligot, Colin Adams, Eiffel Software and others"
|
|
license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
|
|
source: "[
|
|
Eiffel Software
|
|
5949 Hollister Ave., Goleta, CA 93117 USA
|
|
Telephone 805-685-1006, Fax 805-685-6869
|
|
Website http://www.eiffel.com
|
|
Customer support http://support.eiffel.com
|
|
]"
|
|
end
|