Interface JCoConnectionParameter
- All Known Implementing Classes:
JCoConnectionParameterImpl
public interface JCoConnectionParameter
JCo Connection parameter interface.
-
Method Summary
Modifier and TypeMethodDescriptionGets the Cache Type.Gets the Event Listener class name.Gets the Function Module Name.Returns the function module which should be replaced.booleanGets the Trace After.booleanGets the Trace Before.Used as parameter to configure which import parameter should not be trace in function module trace.Used as parameter to configure which import parameter should not be trace in function module trace.Used as parameter to configure which import parameter should not be trace in function module trace.Used as parameter to configure which import parameter should not be trace in function module trace.Used as parameter to configure which import parameter should not be trace in function module trace.Used as parameter to configure which import parameter should not be trace in function module trace.
-
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
Used as parameter to configure which import parameter should not be trace in function module trace.- Returns:
- excluded import parameters as unmodifiable list
-
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
Used as parameter to configure which import parameter should not be trace in function module trace.- Returns:
- excluded table parameters as unmodifiable list
-