Package com.ibm.di.fc

Class MemBufferQFC

    • Constructor Detail

      • MemBufferQFC

        public MemBufferQFC()
        Deprecated.
    • Method Detail

      • initialize

        public void initialize()
                        throws java.lang.Exception
        Deprecated.
        initialize the function component. This method will be called through script. This method is/should be called once after the object has been given its configuration
        Overrides:
        initialize in class Function
        Throws:
        java.lang.Exception
      • initialize

        public void initialize​(java.lang.Object obj)
                        throws java.lang.Exception
        Deprecated.
        initialize the function component This method is/should be called once after the object has been given its configuration
        Specified by:
        initialize in interface FunctionInterface
        Overrides:
        initialize in class Function
        Parameters:
        obj - object to initialize from
        Throws:
        java.lang.Exception
      • perform

        public java.lang.Object perform​(java.lang.Object obj)
                                 throws java.lang.Exception
        Deprecated.
        execute the function
        Parameters:
        obj - input object
        Returns:
        output entry object
        Throws:
        java.lang.Exception
      • getInstances

        public java.util.Vector getInstances()
        Deprecated.
        Gets active instances
        Returns:
        active instances
      • getPipeNames

        public java.util.Vector getPipeNames​(java.lang.String instName)
        Deprecated.
        Gets pipes created in the specified instance
        Parameters:
        instName - instance name
        Returns:
        pipes created in the specified instance
      • getVersion

        public java.lang.String getVersion()
        Deprecated.
        Return version information
        Returns:
        The version value
      • purgeQueue

        public void purgeQueue()
                        throws java.lang.Exception
        Deprecated.
        Purges the queue. Wrapper over the MemBufferQ.purgeQueue()
        Throws:
        java.lang.Exception