Class BaseAdmin

    • Constructor Summary

      Constructors 
      Constructor Description
      BaseAdmin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getCurrentUserId()
      Retrieves the ID of the current user.
      java.lang.String getKeyPropertyList()
      Returns the MBean key property list.
      • Methods inherited from class java.lang.Object

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

      • BaseAdmin

        public BaseAdmin()
    • Method Detail

      • getKeyPropertyList

        public java.lang.String getKeyPropertyList()
                                            throws DIException
        Returns the MBean key property list. If the MBean type is AssemblyLine and the id is Hello, the result of this method would be "type=AssemblyLine,id=Hello"
        Returns:
        string representing the MBean attributes.
        Throws:
        DIException - if an error occurs while obtaining MBean's type.
      • getCurrentUserId

        protected java.lang.String getCurrentUserId()
        Retrieves the ID of the current user.
        Returns:
        current user ID.