edu.iris.Fissures.IfSeismogramMgr
Interface ChannelMirrorAdminOperations

All Known Subinterfaces:
ChannelMirrorAdmin
All Known Implementing Classes:
_ChannelMirrorAdminStub, ChannelMirrorAdminPOA, ChannelMirrorAdminPOATie

public interface ChannelMirrorAdminOperations

ChannelMirrorAdmin - provides a means to administer the mirroring functionality of this seismogram manager.


Method Summary
 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
 

Method Detail

active_seismogram_mirrors

int active_seismogram_mirrors()
Determine the number of active mirror registrations


get_mirrored_seismograms

Seismogram[] get_mirrored_seismograms()
Retrieve the Seismograms that are being mirrored to a remote server


get_factory_mirrors

SeismogramFactory[] get_factory_mirrors()
Retrieve the SeismogramFactories registered to be mirrored


stop_mirrors

void stop_mirrors(SeismogramFactory[] mirrors)
Stop mirroring to the specified mirrors


stop_mirroring

void stop_mirroring()
Stop all the mirroring process


resume_mirroring

void resume_mirroring()
Restart the process to mirrot seismograms


is_mirroring

boolean is_mirroring()
Is the service current mirroring