public interface UiFacadeFactory
Modifier and Type | Method and Description |
---|---|
void |
addVMContextAction(VMContextAction service) |
void |
addVmInformationService(VmInformationService vmInfoService) |
void |
awaitShutdown() |
HostInformationController |
getHostController(HostRef ref) |
MainWindowController |
getMainWindow() |
SummaryController |
getSummary() |
Collection<VMContextAction> |
getVMContextActions() |
VmInformationController |
getVmController(VmRef ref) |
Collection<VmInformationService> |
getVmInformationServices() |
void |
removeVmInformationService(VmInformationService vmInfoService) |
void |
shutdown() |
void |
shutdown(int exitCode) |
MainWindowController getMainWindow()
SummaryController getSummary()
HostInformationController getHostController(HostRef ref)
VmInformationController getVmController(VmRef ref)
Collection<VmInformationService> getVmInformationServices()
void addVmInformationService(VmInformationService vmInfoService)
void removeVmInformationService(VmInformationService vmInfoService)
Collection<VMContextAction> getVMContextActions()
void addVMContextAction(VMContextAction service)
void shutdown()
void shutdown(int exitCode)
void awaitShutdown() throws InterruptedException
InterruptedException
Copyright © 2013. All Rights Reserved.