/* * Decompiled with CFR 0.152. * * Could not load the following classes: * javax.baja.file.BDirectory * javax.baja.security.AuthenticationException */ package javax.baja.platform; import java.net.ConnectException; import javax.baja.file.BDirectory; import javax.baja.platform.IPlatformOperationListener; import javax.baja.platform.RemoteStation; import javax.baja.security.AuthenticationException; public interface StationManager { public RemoteStation createStation(BDirectory var1, String var2, IPlatformOperationListener var3) throws Exception; public RemoteStation[] getAllStations() throws Exception; public RemoteStation getStation(String var1) throws Exception; public RemoteStation[] stopAllStations(IPlatformOperationListener var1) throws Exception; public void rebootAsync() throws ConnectException, AuthenticationException; public void rebootSync(IPlatformOperationListener var1) throws Exception; }