com.ibm.tivoli.maximo.interaction.beans.createint

Class WSIOTreeBean

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.http.HttpSessionBindingListener, DataBeanListener


    public class WSIOTreeBean
    extends TreeControlBean
    • Field Detail

      • uniqueIdSelected

        public java.lang.String uniqueIdSelected
    • Constructor Detail

      • WSIOTreeBean

        public WSIOTreeBean()
    • Method Detail

      • setcurrentnode

        public void setcurrentnode(java.lang.String newobjectname,
                                   java.lang.String newuniqueidname,
                                   java.lang.String newuniqueidvalue)
                            throws MXException,
                                   java.rmi.RemoteException
        Description copied from class: TreeControlBean
        Sets the current node using the objectname, new uniqueidname and its value.
        Overrides:
        setcurrentnode in class TreeControlBean
        Throws:
        MXException
        java.rmi.RemoteException - Apr 16, 2007
      • selectnode

        public int selectnode()
                       throws MXException,
                              java.rmi.RemoteException
        Description copied from class: TreeControlBean
        Handles the selectnode event fired from the frontend or through TreeNode It gets MBo for the uniqueid passed whena a node is selected
        Overrides:
        selectnode in class TreeControlBean
        Returns:
        EVENT_HANDLED;
        Throws:
        MXException
        java.rmi.RemoteException
      • structureChangedEvent

        public void structureChangedEvent(DataBean speaker)
        Description copied from class: DataBean
        event called by the "parent" DataBean which tells this DataBean that it references a new mbo or MboSetRemote. The fireStructureChangedEvent is called thus setting the resetRemote flag for all the "children" DataBeans
        Specified by:
        structureChangedEvent in interface DataBeanListener
        Overrides:
        structureChangedEvent in class DataBean