package com.tridium.sys.transfer; public interface RemoteTransferSpace { TransferResult transfer(TransferStrategy transferStrategy) throws Exception; }