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

Uses of Interface
psdi.server.MXServerRemote

  • Packages that use MXServerRemote 
    Package Description
    com.ibm.tivoli.maximo.fwm.unittest.util  
    com.ibm.tivoli.maximo.mfmail  
    com.ibm.tivoli.maximo.report.birt.engine  
    com.ibm.tivoli.maximo.report.birt.servlet  
    com.ibm.tivoli.maximo.report.birt.session  
    psdi.iface.intertables  
    psdi.iface.jms  
    psdi.iface.load  
    psdi.security
    The Security package manages runtime information pertaining to active sessions and their security profiles.
    psdi.server  
    psdi.util  
    • Uses of MXServerRemote in com.ibm.tivoli.maximo.fwm.unittest.util

      Methods in com.ibm.tivoli.maximo.fwm.unittest.util that return MXServerRemote 
      Modifier and Type Method and Description
      MXServerRemote MXUnitTestUtil.getMXServer() 
    • Uses of MXServerRemote in com.ibm.tivoli.maximo.mfmail

      Methods in com.ibm.tivoli.maximo.mfmail with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      boolean MfMailCleanupCronTask.isOKToRun(MXServerRemote server) 
    • Uses of MXServerRemote in com.ibm.tivoli.maximo.report.birt.engine

      Constructors in com.ibm.tivoli.maximo.report.birt.engine with parameters of type MXServerRemote 
      Constructor and Description
      ReportMessageProviderImpl(java.lang.String langCode, MXServerRemote mxServerRemote) 
    • Uses of MXServerRemote in com.ibm.tivoli.maximo.report.birt.servlet

      Methods in com.ibm.tivoli.maximo.report.birt.servlet with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      void ImmediateReportUsageLogNotifier.setMXServerRemote(MXServerRemote mxServerRemote) 
      void ImmediateReportDataRestrictionProvider.setMXServerRemote(MXServerRemote mxServerRemote) 
      Constructors in com.ibm.tivoli.maximo.report.birt.servlet with parameters of type MXServerRemote 
      Constructor and Description
      ReportMessageProviderImpl(java.lang.String langCode, MXServerRemote mxServerRemote) 
    • Uses of MXServerRemote in com.ibm.tivoli.maximo.report.birt.session

      Methods in com.ibm.tivoli.maximo.report.birt.session that return MXServerRemote 
      Modifier and Type Method and Description
      protected MXServerRemote SimpleWebAppSession.getMXServer() 
      protected MXServerRemote SecuredWebAppSession.getMXServer() 
    • Uses of MXServerRemote in psdi.iface.intertables

      Methods in psdi.iface.intertables with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      boolean IfaceTbCronTask.isOKToRun(MXServerRemote server) 
    • Uses of MXServerRemote in psdi.iface.jms

      Methods in psdi.iface.jms with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      boolean JMSQueueCronTask.isOKToRun(MXServerRemote server)
      This method informs the crontask manager whether the crontask instance associated to this crontask object should be running on the specified server.
    • Uses of MXServerRemote in psdi.iface.load

      Methods in psdi.iface.load with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      boolean LoadXMLFileCronTask.isOKToRun(MXServerRemote server) 
      boolean LoadFlatFileCronTask.isOKToRun(MXServerRemote server) 
      boolean LoadCronTask.isOKToRun(MXServerRemote server) 
      boolean GetExternalDataCronTask.isOKToRun(MXServerRemote server) 
      boolean BulkExportCronTask.isOKToRun(MXServerRemote server) 
    • Uses of MXServerRemote in psdi.security

      Methods in psdi.security with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      void UserInfo.setLangCode(java.lang.String langCode, MXServerRemote server)
      Set the language code, the language code will be validated based on the valid language code list provided by the server reference.
      void UserInfo.setMXServer(MXServerRemote server) 
      Constructors in psdi.security with parameters of type MXServerRemote 
      Constructor and Description
      Profile(MXServerRemote mxServer, UserInfo systemUserInfo, MboRemote maxUserMbo)
      Invoked from MaxUser to evaluate passwordduration and passwordwarning.
      Profile(MXServerRemote mxServer, UserInfo systemUserInfo, java.lang.String userID, MboSetRemote groupUserSet, boolean loadAll)
      Invoked from UserProfileHierarchySet.
      Profile(MXServerRemote mxServer, UserInfo systemUserInfo, UserInfo loginuserInfo, boolean loadAll)
      The usual constructor to be used when a user logs in.
    • Uses of MXServerRemote in psdi.server

      Classes in psdi.server that implement MXServerRemote 
      Modifier and Type Class and Description
      class  MXServer
      The MXServer is a run time context for a set of Services.
      Methods in psdi.server with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      boolean MASUserSyncCronTask.isOKToRun(MXServerRemote server) 
      boolean DebugCronTask.isOKToRun(MXServerRemote server) 
      boolean SimpleCronTask.isOKToRun(MXServerRemote server)
      Default implementation of isOKToRun.
      boolean CronTask.isOKToRun(MXServerRemote server)
      This method informs the crontask manager whether the crontask instance associated to this crontask object should be running on the specified server.
      void OracleProxyCredentialHandler.setServer(MXServerRemote server) 
    • Uses of MXServerRemote in psdi.util

      Fields in psdi.util declared as MXServerRemote 
      Modifier and Type Field and Description
      protected MXServerRemote MXSession.remoteServer 
      Methods in psdi.util that return MXServerRemote 
      Modifier and Type Method and Description
      protected MXServerRemote RMISession.getMXServer()
      Returns MXServer object depending on some settings.
      MXServerRemote RMISession.getMXServerRemote()
      Return the MXServerRemote
      abstract MXServerRemote MXSession.getMXServerRemote()
      Return the MXServer remote interface.
      Methods in psdi.util with parameters of type MXServerRemote 
      Modifier and Type Method and Description
      static int MXApplicationYesNoCancelException.getUserInput(java.lang.String id, MXServerRemote server, UserInfo ui)
      Static method to get the message posted on the bulletin board responding to this type of exception.
      static boolean CommonUtil.isBypassSiteMismatchWarningEnabled(MboRemote mbo, MXServerRemote mxServer)
      Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site where the mbo, received as a parameter, belongs to
      static boolean CommonUtil.isBypassSiteMismatchWarningEnabled(java.lang.String orgSite, MXServerRemote mxServer)
      Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site received as a parameter
      static boolean CommonUtil.isRepairFacilityEnabled(MboRemote mbo, MXServerRemote mxServer)
      Checks if the Repair Facility maxvar is enabled for the org/site where the mbo, received as a parameter, belongs to
      static boolean CommonUtil.isRepairFacilityEnabled(java.lang.String orgSite, MXServerRemote mxServer)
      Checks if the Repair Facility maxvar is enabled for the org/site received as a parameter
      void MXApplicationYesNoCancelException.postUserInput(MXServerRemote server, int answer, UserInfo ui)
      Post the user input.
      Constructors in psdi.util with parameters of type MXServerRemote 
      Constructor and Description
      MXCipher(MXServerRemote mxServer) 
      MXCipherX(MXServerRemote mxServer) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes