gr.uoa.di.madgik.rr.bridge
Class RegistryBridge
java.lang.Object
java.lang.Thread
gr.uoa.di.madgik.rr.bridge.RegistryBridge
- All Implemented Interfaces:
- Runnable
public class RegistryBridge
- extends Thread
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
RegistryBridge
public RegistryBridge(IRegistryProvider provider)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setIncoming
public void setIncoming(Set<String> incoming)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setOutgoing
public void setOutgoing(Set<String> outgoing)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setUpdating
public void setUpdating(Set<String> updating)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setInMemory
public void setInMemory(Set<String> inMemory)
throws ResourceRegistryException
- Throws:
ResourceRegistryException
setBridgingPeriod
public void setBridgingPeriod(long millis)
setShortBridgingPeriod
public void setShortBridgingPeriod(long millis)
setClearDataStoreOnStartup
public void setClearDataStoreOnStartup(boolean value)
getClearDataStoreOnStartup
public boolean getClearDataStoreOnStartup()
getCurrentIteration
public long getCurrentIteration()
update
public void update()
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
isInitialBridgingComplete
public boolean isInitialBridgingComplete()
Copyright © 2012. All Rights Reserved.