com.ibm.tivoli.maximo.oslc.consumer.webclient.beans.interaction

Class OslcCommonBean

    • Constructor Detail

      • OslcCommonBean

        public OslcCommonBean()
    • Method Detail

      • returnLookupValue

        public int returnLookupValue(MboRemote lookupMbo)
                              throws MXException
        Will be called when Mbo is return from lookup.
        Overrides:
        returnLookupValue in class DataBean
        Parameters:
        lokupMbo - lookup Mbo reference
        Returns:
        handling of event
        Throws:
        MXException
        java.rmi.RemoteException
      • returnLookupValue

        public int returnLookupValue(java.lang.String lookupValue)
                              throws MXException
        Will be called when value is return from lookup.
        Overrides:
        returnLookupValue in class DataBean
        Parameters:
        lokupValue - lookup value
        Returns:
        handling of event
        Throws:
        MXException
        java.rmi.RemoteException
      • discover

        public int discover()
                     throws MXException,
                            java.rmi.RemoteException
        Discover all information from external repository.
        Returns:
        handling of event
        Throws:
        MXException
        java.rmi.RemoteException
      • getPresentataion

        public byte[] getPresentataion(java.lang.String appName)
                                throws MXException
        Get application presentation.
        Parameters:
        appName - Application name
        Returns:
        presentation byte array
        Throws:
        MXException
        java.rmi.RemoteException
      • importXML

        public void importXML(java.lang.String presentationXML)
                       throws MXException,
                              java.rmi.RemoteException
        Import application presentation.
        Parameters:
        presentationXML - presentation XML
        Throws:
        MXException - throws MXApplicationException
        java.rmi.RemoteException