Interface Session

All Superinterfaces:
com.zeroc.Ice.Object

public interface Session extends com.zeroc.Ice.Object
A client-visible session object, which is tied to the lifecycle of a Router.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.zeroc.Ice.Object

    com.zeroc.Ice.Object.Ice_invokeResult
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    destroy(com.zeroc.Ice.Current current)
    Destroy the session.
    default String
    ice_id(com.zeroc.Ice.Current current)
     
    default String[]
    ice_ids(com.zeroc.Ice.Current current)
     
    static String
     

    Methods inherited from interface com.zeroc.Ice.Object

    _iceRead, _iceReadImpl, _iceWrite, _iceWriteImpl, ice_dispatch, ice_isA, ice_ping
  • Method Details

    • destroy

      void destroy(com.zeroc.Ice.Current current)
      Destroy the session. This is called automatically when the router is destroyed.
      Parameters:
      current - The Current object for the invocation.
    • ice_ids

      default String[] ice_ids(com.zeroc.Ice.Current current)
      Specified by:
      ice_ids in interface com.zeroc.Ice.Object
    • ice_id

      default String ice_id(com.zeroc.Ice.Current current)
      Specified by:
      ice_id in interface com.zeroc.Ice.Object
    • ice_staticId

      static String ice_staticId()