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.RemoteExceptionvoid exportComponent(DashboardComponentTO componentTO) throws java.rmi.RemoteException
java.rmi.RemoteExceptionControlTowerConfigTO fetchConfig() throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String fetchPctVersion(ControlTowerConfigTO configTo) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean fetchConfigEnabled()
throws java.rmi.RemoteException
java.rmi.RemoteException