psdi.common.expbuilder

Class ExpBuilderObjectTree

    • Constructor Detail

      • ExpBuilderObjectTree

        public ExpBuilderObjectTree(MboSet ms)
                             throws MXException,
                                    java.rmi.RemoteException
        Parameters:
        ms -
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • isTop

        public boolean isTop()
                      throws MXException,
                             java.rmi.RemoteException
        Description copied from interface: HierarchicalMboRemote
        This method indicates if the Mbo is at the top level of a hierarchy.
        Specified by:
        isTop in interface HierarchicalMboRemote
        Returns:
        Returns true if Mbo is top level.
        Throws:
        MXException
        java.rmi.RemoteException