Package ome.api.local

Interface LocalSession

  • All Superinterfaces:
    ome.api.ISession, ome.api.ServiceInterface
    All Known Implementing Classes:
    SessionBean

    public interface LocalSession
    extends ome.api.ISession
    Provides local (internal) extensions for session management
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ome.model.meta.Session getSessionQuietly​(java.lang.String uuid)
      Lookups a Session without updating the last access time.
      • Methods inherited from interface ome.api.ISession

        closeSession, createSession, createSessionWithTimeout, createSessionWithTimeouts, createUserSession, getInput, getInputKeys, getInputs, getMyOpenAgentSessions, getMyOpenClientSessions, getMyOpenSessions, getOutput, getOutputKeys, getOutputs, getReferenceCount, getSession, setInput, setOutput
    • Method Detail

      • getSessionQuietly

        ome.model.meta.Session getSessionQuietly​(java.lang.String uuid)
        Lookups a Session without updating the last access time. Otherwise, behaves identically to #getSession().