Interface JCoConnectionParameter

All Known Implementing Classes:
JCoConnectionParameterImpl

public interface JCoConnectionParameter
JCo Connection parameter interface.
  • Method Details

    • getFunctionModule

      String getFunctionModule()
      Gets the Function Module Name.
      Returns:
      Function Module Name
    • getCacheType

      String getCacheType()
      Gets the Cache Type.
      Returns:
      Cache Type
    • getTraceBefore

      boolean getTraceBefore()
      Gets the Trace Before.
      Returns:
      Trace Before
    • getTraceAfter

      boolean getTraceAfter()
      Gets the Trace After.
      Returns:
      Trace After
    • getEventListener

      JCoConnectionEventListener getEventListener()
      Gets the Event Listener class name.
      Returns:
      Event Listener class name
    • getFunctionModuleToBeReplaced

      String getFunctionModuleToBeReplaced()
      Returns the function module which should be replaced.
      Returns:
      Replaced function module name
    • getTraceExcludeImportParameters

      String getTraceExcludeImportParameters()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded import parameters
    • getTraceExcludeExportParameters

      String getTraceExcludeExportParameters()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded export parameters
    • getTraceExcludeTableParameters

      String getTraceExcludeTableParameters()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded table parameters
    • getTraceExcludeImportParametersList

      List<String> getTraceExcludeImportParametersList()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded import parameters as unmodifiable list
    • getTraceExcludeExportParametersList

      List<String> getTraceExcludeExportParametersList()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded export parameters as unmodifiable list
    • getTraceExcludeTableParametersList

      List<String> getTraceExcludeTableParametersList()
      Used as parameter to configure which import parameter should not be trace in function module trace.
      Returns:
      excluded table parameters as unmodifiable list