public interface IControlTowerTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
exportComponent(DashboardComponentTO componentTO) |
ControlTowerConfigTO |
fetchConfig() |
boolean |
fetchConfigEnabled() |
java.lang.String |
fetchPctVersion(ControlTowerConfigTO configTo) |
void |
updateConfig(ControlTowerConfigTO configTO) |
void updateConfig(ControlTowerConfigTO configTO) throws java.rmi.RemoteException
java.rmi.RemoteException
void exportComponent(DashboardComponentTO componentTO) throws java.rmi.RemoteException
java.rmi.RemoteException
ControlTowerConfigTO fetchConfig() throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String fetchPctVersion(ControlTowerConfigTO configTo) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean fetchConfigEnabled() throws java.rmi.RemoteException
java.rmi.RemoteException