edu.iris.Fissures.IfSeismogramMgr
Class ChannelMirrorAdminPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorAdminPOA
          extended by edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorAdminPOATie
All Implemented Interfaces:
ChannelMirrorAdminOperations, org.omg.CORBA.portable.InvokeHandler

public class ChannelMirrorAdminPOATie
extends ChannelMirrorAdminPOA


Constructor Summary
ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate)
           
ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 ChannelMirrorAdminOperations _delegate()
           
 void _delegate(ChannelMirrorAdminOperations delegate)
           
 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
 
Methods inherited from class edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorAdminPOA
_all_interfaces, _invoke, _this, _this
 
Methods inherited from class org.omg.PortableServer.Servant
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChannelMirrorAdminPOATie

public ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate)

ChannelMirrorAdminPOATie

public ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate,
                                org.omg.PortableServer.POA poa)
Method Detail

_delegate

public ChannelMirrorAdminOperations _delegate()

_delegate

public void _delegate(ChannelMirrorAdminOperations delegate)

_default_POA

public org.omg.PortableServer.POA _default_POA()
Overrides:
_default_POA in class org.omg.PortableServer.Servant

active_seismogram_mirrors

public int active_seismogram_mirrors()
Description copied from interface: ChannelMirrorAdminOperations
Determine the number of active mirror registrations


get_mirrored_seismograms

public Seismogram[] get_mirrored_seismograms()
Description copied from interface: ChannelMirrorAdminOperations
Retrieve the Seismograms that are being mirrored to a remote server


get_factory_mirrors

public SeismogramFactory[] get_factory_mirrors()
Description copied from interface: ChannelMirrorAdminOperations
Retrieve the SeismogramFactories registered to be mirrored


stop_mirrors

public void stop_mirrors(SeismogramFactory[] mirrors)
Description copied from interface: ChannelMirrorAdminOperations
Stop mirroring to the specified mirrors


stop_mirroring

public void stop_mirroring()
Description copied from interface: ChannelMirrorAdminOperations
Stop all the mirroring process


resume_mirroring

public void resume_mirroring()
Description copied from interface: ChannelMirrorAdminOperations
Restart the process to mirrot seismograms


is_mirroring

public boolean is_mirroring()
Description copied from interface: ChannelMirrorAdminOperations
Is the service current mirroring