Interface InstanceNameAware
-
public interface InstanceNameAware
Optional interface that can be implemented by connectors that want to know their own name. This should perhaps be basic functionality of the framework. But it is not. We would not like to add this method to the basic connector interfaces, as this may ruin compatibility. Therefore we are solving the issue by creating this optional interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setInstanceName(String instanceName)
-
-
-
Method Detail
-
setInstanceName
void setInstanceName(String instanceName)
-
-