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()
ResourceConsistenceExecutor
execute
在接口中 ResourceConsistenceExecutor
public void update() throws java.lang.Exception
ResourceConsistenceExecutor
update
在接口中 ResourceConsistenceExecutor
java.lang.Exception
public void hangup() throws java.lang.Exception
ResourceConsistenceExecutor
hangup
在接口中 ResourceConsistenceExecutor
java.lang.Exception
public void resume() throws java.lang.Exception
ResourceConsistenceExecutor
resume
在接口中 ResourceConsistenceExecutor
java.lang.Exception
public void shutdown()
ResourceConsistenceExecutor
shutdown
在接口中 ResourceConsistenceExecutor
public void startMonitor() throws java.lang.Exception
java.lang.Exception