psdi.iface.omp

Class MaxLaunchEntryInfo

  • java.lang.Object
    • psdi.iface.omp.MaxLaunchEntryInfo
  • All Implemented Interfaces:
    java.io.Serializable


    public final class MaxLaunchEntryInfo
    extends java.lang.Object
    implements java.io.Serializable
    Holds the cached Launch Entry information.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      MaxLaunchEntryInfo(java.lang.String launchentryname, java.lang.String displayname, java.lang.String portnumber, java.lang.String consoleurl, java.lang.String targetwindow, java.lang.String ompproductname, java.lang.String ompversion) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getConsoleURL()
      Gets the launch entry console URL.
      java.util.ArrayList getContexts()
      Gets the list of launch entry contexts for the launch entry.
      java.lang.String getDisplayName()
      Gets the launch entry display name.
      java.lang.String getLaunchEntryName()
      Gets the launch entry name.
      java.lang.String getOMPProductName()
      Gets the Operational Management Product name.
      java.lang.String getOMPVersion()
      Gets the Operational Management Product version.
      java.lang.String getPortNumber()
      Gets the launch entry port number.
      java.lang.String getTargetWindow()
      Gets the launch entry target window.
      void setContexts(java.util.ArrayList contexts)
      Sets the launch entry contexts for the launch entry.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxLaunchEntryInfo

        public MaxLaunchEntryInfo(java.lang.String launchentryname,
                                  java.lang.String displayname,
                                  java.lang.String portnumber,
                                  java.lang.String consoleurl,
                                  java.lang.String targetwindow,
                                  java.lang.String ompproductname,
                                  java.lang.String ompversion)
    • Method Detail

      • getLaunchEntryName

        public java.lang.String getLaunchEntryName()
        Gets the launch entry name.
        Returns:
        The launch entry name.
      • getDisplayName

        public java.lang.String getDisplayName()
        Gets the launch entry display name.
        Returns:
        The launch entry display name.
      • getPortNumber

        public java.lang.String getPortNumber()
        Gets the launch entry port number.
        Returns:
        The launch entry port number.
      • getConsoleURL

        public java.lang.String getConsoleURL()
        Gets the launch entry console URL.
        Returns:
        The launch entry console URL.
      • getTargetWindow

        public java.lang.String getTargetWindow()
        Gets the launch entry target window.
        Returns:
        The launch entry target window.
      • getOMPProductName

        public java.lang.String getOMPProductName()
        Gets the Operational Management Product name.
        Returns:
        The Operational Management Product name.
      • getOMPVersion

        public java.lang.String getOMPVersion()
        Gets the Operational Management Product version.
        Returns:
        The Operational Management Product version.
      • setContexts

        public void setContexts(java.util.ArrayList contexts)
        Sets the launch entry contexts for the launch entry.
        Parameters:
        contexts - The list of launch entry contexts.
      • getContexts

        public java.util.ArrayList getContexts()
        Gets the list of launch entry contexts for the launch entry.
        Returns:
        The list of launch entry contexts for the launch entry.