public class CertificateStoreWatcher extends Object
| Constructor and Description |
|---|
CertificateStoreWatcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Shuts down this watcher, releasing all resources.
|
void |
unwatch(CertificateStore store)
Stop watching the file that backs a Certificate Store for changes
|
void |
watch(CertificateStore store)
Start watching the file that backs a Certificate Store for changes, reloading the Certificate Store when
appropriate.
|
public void destroy()
public void watch(CertificateStore store)
store - The certificate store (cannot be null).public void unwatch(CertificateStore store)
store - The certificate store (cannot be null).Copyright © 2003–2019 Ignite Realtime. All rights reserved.