com.ibm.tivoli.maximo.interaction.generate

Class WSIOMaxArtifactsRemove

  • java.lang.Object
    • com.ibm.tivoli.maximo.interaction.generate.WSIOMaxArtifactsRemove


  • public class WSIOMaxArtifactsRemove
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void remove(java.lang.String interactionName, UserInfo userInfo, MXTransaction mxTrans)
      This method will remove the following TPAE related artifacts.
      • Methods inherited from class java.lang.Object

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

      • WSIOMaxArtifactsRemove

        public WSIOMaxArtifactsRemove()
    • Method Detail

      • remove

        public static void remove(java.lang.String interactionName,
                                  UserInfo userInfo,
                                  MXTransaction mxTrans)
                           throws MXException,
                                  java.rmi.RemoteException
        This method will remove the following TPAE related artifacts. Invoke channel EndPoint Object Structure and its related objects MaxRelationship recods MaxObjectCfg and its related objects MaxDomain and its related objects This method assumes that the intercation is avialable in the interaction cache.
        Parameters:
        interactionName - interaction name to be deleted
        userInfo - logged in UserInfo Object
        mxTrans - MXTransaction
        Throws:
        MXException - - MAXIMO exception
        java.rmi.RemoteException - - Remote exception