Interface CallConfig

  • All Superinterfaces:
    BaseConfiguration, java.io.Serializable
    All Known Implementing Classes:
    CallConfigImpl

    public interface CallConfig
    extends BaseConfiguration
    Deprecated.
    This interface is no longer used, we use TaskCallBlock instead.
    An object through which calls are performed.
    See Also:
    TaskCallBlock
    • Method Detail

      • getCallParameters

        java.util.List getCallParameters()
        Deprecated.
        Gets the callParameters attribute of the CallConfig object
        Returns:
        The callParameters value
      • getCallParameter

        CallParamConfig getCallParameter​(java.lang.Object name)
        Deprecated.
        Gets a named CallParamConfig object
        Parameters:
        name - The name of the CallParamConfig object
        Returns:
        The callParameter value
      • setCallParameter

        void setCallParameter​(CallParamConfig param)
        Deprecated.
        Sets a name CallParamConfig object
        Parameters:
        param - The new callParameter value
      • removeCallParameter

        void removeCallParameter​(CallParamConfig param)
        Deprecated.
        Removes a CallParamConfig object from this config.
        Parameters:
        param - The CallParamConfig object to remove
      • newCallParameter

        CallParamConfig newCallParameter​(java.lang.Object name)
                                  throws java.lang.Exception
        Deprecated.
        Creates a new CallParamConfig and adds it to this configuration.
        Parameters:
        name - Call param name
        Returns:
        The new CallParamConfig object
        Throws:
        java.lang.Exception - if the operation does not succeed