Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.imi.spi.IMSession

  • Packages that use IMSession 
    Package Description
    com.ibm.tivoli.imi.drivers.moc2007  
    com.ibm.tivoli.imi.drivers.sametime  
    com.ibm.tivoli.imi.spi  
    • Uses of IMSession in com.ibm.tivoli.imi.drivers.moc2007

      Classes in com.ibm.tivoli.imi.drivers.moc2007 that implement IMSession 
      Modifier and Type Class and Description
      class  IMSessionMocImpl 
      Methods in com.ibm.tivoli.imi.drivers.moc2007 that return IMSession 
      Modifier and Type Method and Description
      IMSession IMDriverMocImpl.createSession() 
    • Uses of IMSession in com.ibm.tivoli.imi.drivers.sametime

      Classes in com.ibm.tivoli.imi.drivers.sametime that implement IMSession 
      Modifier and Type Class and Description
      class  IMSessionSTImpl 
      Methods in com.ibm.tivoli.imi.drivers.sametime that return IMSession 
      Modifier and Type Method and Description
      IMSession IMDriverSTImpl.createSession() 
    • Uses of IMSession in com.ibm.tivoli.imi.spi

      Fields in com.ibm.tivoli.imi.spi declared as IMSession 
      Modifier and Type Field and Description
      protected IMSession IMEvent.session 
      Methods in com.ibm.tivoli.imi.spi that return IMSession 
      Modifier and Type Method and Description
      static IMSession IMDriverManager.createChatSession(java.lang.String productName) 
      abstract IMSession IMDriver.createSession() 
      IMSession IMEvent.getSession() 
      Constructors in com.ibm.tivoli.imi.spi with parameters of type IMSession 
      Constructor and Description
      IMMessageEvent(java.lang.Object source, IMSession session, IMMessage message) 
      IMResolveEvent(java.lang.Object source, IMSession session, java.lang.String userDisplayName, IMResolveEvent.ResultType resultType, java.util.List imUsers) 
      IMUserStatusEvent(java.lang.Object source, IMSession session, IMUser imUser, IMUser.IMUserStatus userStatus) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes