public interface IGovernanceTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
abortRefresh() |
java.lang.String |
addGovernanceSettings(GovernanceSettings govSettings) |
void |
deleteGovernanceSettings() |
GovernanceSettings |
getGovernanceSettings() |
GovernanceRefreshStatusTO |
getRefreshStatus() |
void |
triggerRefresh() |
void |
updateGovernanceSettings(GovernanceSettings govSettings) |
void |
updateGovernanceStatus(long startTime,
long endTime,
java.lang.String message) |
GovernanceSettings getGovernanceSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void triggerRefresh() throws java.rmi.RemoteException
java.rmi.RemoteException
void abortRefresh() throws java.rmi.RemoteException
java.rmi.RemoteException
GovernanceRefreshStatusTO getRefreshStatus() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateGovernanceSettings(GovernanceSettings govSettings) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String addGovernanceSettings(GovernanceSettings govSettings) throws java.rmi.RemoteException
java.rmi.RemoteException
void deleteGovernanceSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateGovernanceStatus(long startTime, long endTime, java.lang.String message) throws java.rmi.RemoteException
java.rmi.RemoteException