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.IMUser

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

      Methods in com.ibm.tivoli.imi.controller that return IMUser 
      Modifier and Type Method and Description
      IMUser IMSessionHandler.resolve(java.lang.String userDisplayName) 
    • Uses of IMUser in com.ibm.tivoli.imi.drivers.moc2007

      Classes in com.ibm.tivoli.imi.drivers.moc2007 that implement IMUser 
      Modifier and Type Class and Description
      class  IMUserMocImpl 
      Methods in com.ibm.tivoli.imi.drivers.moc2007 that return IMUser 
      Modifier and Type Method and Description
      IMUser IMMessageHandlerMocImpl.getIMPartner() 
      IMUser IMSessionMocImpl.getIMUser() 
      IMUser IMSessionMocImpl.resolve(java.lang.String userDisplayName) 
      Methods in com.ibm.tivoli.imi.drivers.moc2007 with parameters of type IMUser 
      Modifier and Type Method and Description
      void IMUserStatusHandlerMocImpl.addListenedUser(IMUser imUser) 
      IMMessageHandler IMSessionMocImpl.createMessageHandler(IMUser partner) 
      boolean IMUserStatusHandlerMocImpl.hasListenedUser(IMUser imuser) 
      void IMUserStatusHandlerMocImpl.removeListenedUser(IMUser imUser) 
      void IMUserStatusHandlerMocImpl.userStatusChange(IMUser imUser, IMUser.IMUserStatus status) 
      Constructors in com.ibm.tivoli.imi.drivers.moc2007 with parameters of type IMUser 
      Constructor and Description
      IMMessageHandlerMocImpl(IMSessionMocImpl session, IMUser imPartner) 
    • Uses of IMUser in com.ibm.tivoli.imi.drivers.moc2007.util

      Methods in com.ibm.tivoli.imi.drivers.moc2007.util with parameters of type IMUser 
      Modifier and Type Method and Description
      static java.lang.String MocUtil.sendMessage(java.lang.String message, IMSessionMocImpl session, IMUser partner)
      Method responsable to send messages from handlers to MOC
    • Uses of IMUser in com.ibm.tivoli.imi.drivers.sametime

      Classes in com.ibm.tivoli.imi.drivers.sametime that implement IMUser 
      Modifier and Type Class and Description
      class  IMUserSTImpl 
      Methods in com.ibm.tivoli.imi.drivers.sametime that return IMUser 
      Modifier and Type Method and Description
      IMUser IMSessionSTImpl.getIMUser() 
      IMUser IMSessionSTImpl.resolve(java.lang.String userDisplayName) 
      Methods in com.ibm.tivoli.imi.drivers.sametime with parameters of type IMUser 
      Modifier and Type Method and Description
      void IMUserStatusHandlerSTImpl.addListenedUser(IMUser imUser) 
      IMMessageHandler IMSessionSTImpl.createMessageHandler(IMUser partner) 
      boolean IMUserStatusHandlerSTImpl.hasListenedUser(IMUser imUser) 
      void IMUserStatusHandlerSTImpl.removeListenedUser(IMUser imUser) 
      Constructors in com.ibm.tivoli.imi.drivers.sametime with parameters of type IMUser 
      Constructor and Description
      IMMessageHandlerSTImpl(IMSessionSTImpl session, com.lotus.sametime.im.InstantMessagingService imService, IMUser imPartner, com.lotus.sametime.core.types.STUser stPartner) 
    • Uses of IMUser in com.ibm.tivoli.imi.spi

      Methods in com.ibm.tivoli.imi.spi that return IMUser 
      Modifier and Type Method and Description
      IMUser IMUserStatusEvent.getContent() 
      IMUser IMResolveEvent.getContent() 
      IMUser IMSession.getIMUser()
      Returns the IMUser object related to the user account used to open this IM chat session.
      IMUser IMMessageEvent.getReceiver() 
      IMUser IMMessage.getReceiver() 
      IMUser IMResolveEvent.getResolvedUser() 
      IMUser IMMessageEvent.getSender() 
      IMUser IMMessage.getSender() 
      IMUser IMSession.resolve(java.lang.String userDisplayName)
      Resolves the user identified by userDisplayName parameter.
      Methods in com.ibm.tivoli.imi.spi with parameters of type IMUser 
      Modifier and Type Method and Description
      void IMUserStatusHandler.addListenedUser(IMUser imUser) 
      IMMessageHandler IMSession.createMessageHandler(IMUser partner)
      Creates a new message handler allowing objects to do operations like sending new messages, closing the conversation or verifying if the conversation is still opened
      boolean IMUserStatusHandler.hasListenedUser(IMUser imuser) 
      void IMUserStatusHandler.removeListenedUser(IMUser imUser) 
      Constructors in com.ibm.tivoli.imi.spi with parameters of type IMUser 
      Constructor and Description
      IMMessage(IMUser sender, IMUser receiver, java.lang.String message, long timestamp) 
      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