com.ibm.wsspi.sibx.mediation.flow.ejb

Interface MediationFlowLocal

  • All Superinterfaces:
    javax.ejb.EJBLocalObject

    Deprecated.

    public interface MediationFlowLocal
    extends javax.ejb.EJBLocalObject
    Local interface of the Mediation Flow bean.
    See Also:
    MediationFlowBean
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String $sccsid
      Deprecated. 
       
      static java.lang.String COPYRIGHT
      Deprecated. 
       
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      void invokeEventFlow(com.ibm.ws.sibx.mediation.esb.SIBXEvent event, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
      Deprecated.  
      void invokeFaultFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
      Deprecated.  
      void invokeRequestFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
      Deprecated.  
      void invokeResponseFlow(MediationFlowKey key, commonj.sdo.DataObject message, com.ibm.wsspi.sibx.mediation.flow.action.FlowActionFactory flowAction)
      Deprecated.  
      void transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context)
      Deprecated.  
      void transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore, java.lang.String key, long timeout, com.ibm.wsspi.sibx.context.Context context)
      Deprecated.  
      • Methods inherited from interface javax.ejb.EJBLocalObject

        getEJBLocalHome, getPrimaryKey, isIdentical, remove
    • Method Detail

      • transactionSupportsWriteContext

        void transactionSupportsWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
                                           java.lang.String key,
                                           long timeout,
                                           com.ibm.wsspi.sibx.context.Context context)
                                             throws com.ibm.wsspi.sibx.context.DuplicateKeyException,
                                                    com.ibm.wsspi.sibx.context.StoreException
        Deprecated. 
        Writes context information to the context store using the transaction scope of the global transaction (if any).
        Parameters:
        contextStore - the context store
        key - the key used to identify this context
        timeout - the the time (in milliseconds) after which the context is removed from the store
        context - the context to store
        Throws:
        com.ibm.wsspi.sibx.context.StoreException
        com.ibm.wsspi.sibx.context.DuplicateKeyException
      • transactionNotSupportedWriteContext

        void transactionNotSupportedWriteContext(com.ibm.wsspi.sibx.context.ContextStore contextStore,
                                               java.lang.String key,
                                               long timeout,
                                               com.ibm.wsspi.sibx.context.Context context)
                                                 throws com.ibm.wsspi.sibx.context.DuplicateKeyException,
                                                        com.ibm.wsspi.sibx.context.StoreException
        Deprecated. 
        Writes context information to the context store using a local transaction scope.
        Parameters:
        contextStore - the context store
        key - the key used to identify this context
        timeout - the the time (in milliseconds) after which the context is removed from the store
        context - the context to store
        Throws:
        com.ibm.wsspi.sibx.context.StoreException
        com.ibm.wsspi.sibx.context.DuplicateKeyException
IBM Business Process ManagerTM
Release 8