Class AbstractSession

  • All Implemented Interfaces:
    Serializable, CoreSession
    Direct Known Subclasses:
    LocalSession

    public abstract class AbstractSession
    extends Object
    implements CoreSession, Serializable
    Abstract implementation of the client interface.

    This handles all the aspects that are independent on the final implementation (like running inside a J2EE platform or not).

    The only aspect not implemented is the session management that should be handled by subclasses.

    Author:
    Bogdan Stefanescu, Florent Guillaume
    See Also:
    Serialized Form