/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package org.jtotus.network; /** * * @author house */ public interface BrokerController { public boolean connect(); }