}
protected synchronized RemoteHomeInterfacePlugin _getRemoteHomeInterfacePlugin() {
if (this.remoteHomeInterfacePlugin == null) {
this.remoteHomeInterfacePlugin =
new RemoteHomeInterfacePlugin(null, null, config);
}
return this.remoteHomeInterfacePlugin;
}