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.RemoteExceptionvoid triggerRefresh()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid abortRefresh()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionGovernanceRefreshStatusTO getRefreshStatus() throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateGovernanceSettings(GovernanceSettings govSettings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionjava.lang.String addGovernanceSettings(GovernanceSettings govSettings) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid deleteGovernanceSettings()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateGovernanceStatus(long startTime,
long endTime,
java.lang.String message)
throws java.rmi.RemoteException
java.rmi.RemoteException