at.spardat.xma.boot.component
Interface IBootRuntimeServer
- public interface IBootRuntimeServer
interface between boot runtime and runtime server.
|
Method Summary |
java.lang.String |
getPluginImplServer(java.lang.String interfaceName)
get the name of the class that implements the interface name given as input parameter.
|
getPluginImplServer
public java.lang.String getPluginImplServer(java.lang.String interfaceName)
- get the name of the class that implements the interface name given as input parameter.
returns the server implementation
- Parameters:
interfaceName - name of the plugin interface
- Returns:
- name of the implementation class.