@SuppressWarnings("unused")
private void onLinkRegister(String to,
String from,
HmtpLinkRegisterMessage registerMessage)
{
NetworkClusterSystem clusterService = NetworkClusterSystem.getCurrent();
if (clusterService == null)
throw new IllegalStateException(getClass().getSimpleName());
_clusterService = clusterService;