public class CacheSyncExecutor extends java.lang.Object implements ResourceConsistenceExecutor
| 构造器和说明 |
|---|
CacheSyncExecutor() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
execute()
执行
|
static ResourceConsistenceExecutor |
getInstance() |
void |
hangup()
挂起
|
void |
resume()
恢复
|
void |
shutdown()
关闭
|
void |
startMonitor() |
void |
update()
更新
|
public static ResourceConsistenceExecutor getInstance()
public void execute()
ResourceConsistenceExecutorexecute 在接口中 ResourceConsistenceExecutorpublic void update()
throws java.lang.Exception
ResourceConsistenceExecutorupdate 在接口中 ResourceConsistenceExecutorjava.lang.Exceptionpublic void hangup()
throws java.lang.Exception
ResourceConsistenceExecutorhangup 在接口中 ResourceConsistenceExecutorjava.lang.Exceptionpublic void resume()
throws java.lang.Exception
ResourceConsistenceExecutorresume 在接口中 ResourceConsistenceExecutorjava.lang.Exceptionpublic void shutdown()
ResourceConsistenceExecutorshutdown 在接口中 ResourceConsistenceExecutorpublic void startMonitor()
throws java.lang.Exception
java.lang.Exception