package org.buddycloud.channelserver.node; public interface NodeRef { String getNodeId(); String getRemoteServer(); }