Class ServiceContainerNode

    • Field Detail

      • NAME

        public static final java.lang.String NAME
        The node name (used as id suffix and displayed in the tree).
        See Also:
        Constant Field Values
      • icons

        protected static final javax.swing.UIDefaults icons
        The service container icon.
      • broken

        protected boolean broken
        Flag to indicate a broken service container (i.e. remote lookup failed due to class not found).
    • Method Detail

      • getId

        public java.lang.Object getId()
        Get the id used for lookup.
      • searchChildren

        protected void searchChildren()
        Asynchronously search for children. Called once for each node. Should call setChildren() once children are found.
        Specified by:
        searchChildren in class AbstractTreeNode
      • getContainer

        public IExternalAccess getContainer()
        Get the container.
        Returns:
        The container.
      • toString

        public java.lang.String toString()
        A string representation.
        Overrides:
        toString in class java.lang.Object
      • setBroken

        public void setBroken​(boolean broken)
        Set the broken flag.