Package com.ibm.di.server
Interface RS.ConfigInstanceNamingPolicy
-
- All Known Implementing Classes:
RS.DefaultConfigInstanceNamingPolicy
- Enclosing class:
- RS
public static interface RS.ConfigInstanceNamingPolicy
A policy which defines how configuration instances are named. The policy should be predictable - it should always return the same name for the same parameters.- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getConfigInstanceName(java.util.Map<java.lang.String,java.lang.Object> params)
-
-
-
Method Detail
-
getConfigInstanceName
java.lang.String getConfigInstanceName(java.util.Map<java.lang.String,java.lang.Object> params) throws java.lang.Exception
- Parameters:
params
- configuration instance start parameters- Returns:
- the configuration instance name
- Throws:
java.lang.Exception
- error while determining the name of the configuration instance
-
-