com.ibm.tivoli.maximo.oslc.consumer.app.provider

Class OslcTransactionCleanup

  • java.lang.Object
    • com.ibm.tivoli.maximo.oslc.consumer.app.provider.OslcTransactionCleanup
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void applyCustomAction(MboRemote mbo, java.lang.Object[] params)
      This is the method which is called when the class is used a custom action.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OslcTransactionCleanup

        public OslcTransactionCleanup()
    • Method Detail

      • applyCustomAction

        public void applyCustomAction(MboRemote mbo,
                                      java.lang.Object[] params)
                               throws MXException,
                                      java.rmi.RemoteException
        Description copied from interface: ActionCustomClass
        This is the method which is called when the class is used a custom action.
        Specified by:
        applyCustomAction in interface ActionCustomClass
        Parameters:
        mbo - The Mbo on which the action will apply.
        Throws:
        MXException
        java.rmi.RemoteException