psdi.mbo

Interface HierarchicalMboRemote

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean hasChildren()
      Indicates that this Mbo has Mbos underneth it in the hierarchy
      boolean hasParents()
      Indicates that this Mbo is owned by another Mbo in the hierarchy.
      boolean isTop()
      This method indicates if the Mbo is at the top level of a hierarchy.
    • Method Detail

      • isTop

        boolean isTop()
               throws MXException,
                      java.rmi.RemoteException
        This method indicates if the Mbo is at the top level of a hierarchy.
        Returns:
        Returns true if Mbo is top level.
        Throws:
        MXException
        java.rmi.RemoteException
      • hasChildren

        boolean hasChildren()
                     throws MXException,
                            java.rmi.RemoteException
        Indicates that this Mbo has Mbos underneth it in the hierarchy
        Returns:
        Returns true if the Mbo has sub-Mbos
        Throws:
        MXException
        java.rmi.RemoteException
      • hasParents

        boolean hasParents()
                    throws MXException,
                           java.rmi.RemoteException
        Indicates that this Mbo is owned by another Mbo in the hierarchy.
        Returns:
        Returns true if the Mbo has a parent.
        Throws:
        MXException
        java.rmi.RemoteException