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
 String getConfigInstanceName(Map<String,Object> params)
           
 

Method Detail

getConfigInstanceName

String getConfigInstanceName(Map<String,Object> params)
                             throws Exception
Parameters:
params - configuration instance start parameters
Returns:
the configuration instance name
Throws:
Exception - error while determining the name of the configuration instance