public interface ChannelMirrorAdminOperations
| Modifier and Type | Method and Description |
|---|---|
int |
active_seismogram_mirrors()
Determine the number of active mirror registrations
|
SeismogramFactory[] |
get_factory_mirrors()
Retrieve the SeismogramFactories registered to be mirrored
|
Seismogram[] |
get_mirrored_seismograms()
Retrieve the Seismograms that are being mirrored to a remote
server
|
boolean |
is_mirroring()
Is the service current mirroring
|
void |
resume_mirroring()
Restart the process to mirrot seismograms
|
void |
stop_mirroring()
Stop all the mirroring process
|
void |
stop_mirrors(SeismogramFactory[] mirrors)
Stop mirroring to the specified mirrors
|
int active_seismogram_mirrors()
Seismogram[] get_mirrored_seismograms()
SeismogramFactory[] get_factory_mirrors()
void stop_mirrors(SeismogramFactory[] mirrors)
void stop_mirroring()
void resume_mirroring()
boolean is_mirroring()