Interface ClientSession

All Superinterfaces:
com.yahoo.jdisc.SharedResource
All Known Implementing Classes:
SharedIntermediateSession, SharedSourceSession

public interface ClientSession extends com.yahoo.jdisc.SharedResource
Author:
Simon Thoresen Hult
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.yahoo.jdisc.SharedResource

    com.yahoo.jdisc.SharedResource.Debug
  • Field Summary

    Fields inherited from interface com.yahoo.jdisc.SharedResource

    DEBUG, SYSTEM_PROPERTY_NAME_DEBUG
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.messagebus.Result
    sendMessage(com.yahoo.messagebus.Message msg)
     

    Methods inherited from interface com.yahoo.jdisc.SharedResource

    refer, refer, release
  • Method Details

    • sendMessage

      com.yahoo.messagebus.Result sendMessage(com.yahoo.messagebus.Message msg)