com.ibm.tivoli.maximo.asset.topology.applet.util

Class AssetTopologyUtil

  • java.lang.Object
    • com.ibm.tivoli.maximo.asset.topology.applet.util.AssetTopologyUtil


  • public class AssetTopologyUtil
    extends java.lang.Object
    Singleton util class for topology
    Since:
    telco inception
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      protected java.lang.String getAppletName()
      Returns applet name
      static AssetTopologyUtil instance()
      Returns the static instance of this class.
      void logMessage(java.lang.Object o)
      Will throw messages on the Java console, when called from the Applet
      void logMessage(java.lang.String message)
      Will throw messages on the Java console, when called from the Applet
      void logMessage(java.lang.String message, java.lang.Throwable t)
      Will throw messages on the Java console, when called from the Applet
      void setApplet(TopologyApplet applet) 
      • Methods inherited from class java.lang.Object

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

      • instance

        public static AssetTopologyUtil instance()
        Returns the static instance of this class. No need to create new instances.
        Returns:
        AssetTopologyUtil
      • logMessage

        public void logMessage(java.lang.String message,
                               java.lang.Throwable t)
        Will throw messages on the Java console, when called from the Applet
        Parameters:
        message -
        t -
      • logMessage

        public void logMessage(java.lang.String message)
        Will throw messages on the Java console, when called from the Applet
        Parameters:
        message -
      • logMessage

        public void logMessage(java.lang.Object o)
        Will throw messages on the Java console, when called from the Applet
        Parameters:
        o -
      • getAppletName

        protected java.lang.String getAppletName()
        Returns applet name
        Returns:
        String
      • setApplet

        public void setApplet(TopologyApplet applet)
        Parameters:
        applet -