}
protected synchronized LocalHomeInterfacePlugin _getLocalHomeInterfacePlugin() {
if (this.localHomeInterfacePlugin == null) {
this.localHomeInterfacePlugin =
new LocalHomeInterfacePlugin(null, null, config);
}
return this.localHomeInterfacePlugin;
}