edu.iris.Fissures.IfSeismogramMgr
Class ChannelMirrorRegistryPOATie

java.lang.Object
  extended by org.omg.PortableServer.Servant
      extended by edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorRegistryPOA
          extended by edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorRegistryPOATie
All Implemented Interfaces:
ChannelMirrorRegistryOperations, org.omg.CORBA.portable.InvokeHandler

public class ChannelMirrorRegistryPOATie
extends ChannelMirrorRegistryPOA


Constructor Summary
ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate)
           
ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate, org.omg.PortableServer.POA poa)
           
 
Method Summary
 org.omg.PortableServer.POA _default_POA()
           
 ChannelMirrorRegistryOperations _delegate()
           
 void _delegate(ChannelMirrorRegistryOperations delegate)
           
 ChannelId[] get_mirrorable_channels()
          Retrieve the channels that the service will allow to be mirrored
 java.lang.String register(MirrorFactory a_mirror, ChannelId[] filter)
          Register for a set of channels.
 void unregister(java.lang.String a_mirror)
          Unregister a client
 
Methods inherited from class edu.iris.Fissures.IfSeismogramMgr.ChannelMirrorRegistryPOA
_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

ChannelMirrorRegistryPOATie

public ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate)

ChannelMirrorRegistryPOATie

public ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate,
                                   org.omg.PortableServer.POA poa)
Method Detail

_delegate

public ChannelMirrorRegistryOperations _delegate()

_delegate

public void _delegate(ChannelMirrorRegistryOperations delegate)

_default_POA

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

register

public java.lang.String register(MirrorFactory a_mirror,
                                 ChannelId[] filter)
                          throws UnknownChannel,
                                 NotMirroring
Description copied from interface: ChannelMirrorRegistryOperations
Register for a set of channels. The MirrorId allows a client to maintain and manage multiple registrations.

Throws:
UnknownChannel
NotMirroring

unregister

public void unregister(java.lang.String a_mirror)
                throws UnknownMirrorId
Description copied from interface: ChannelMirrorRegistryOperations
Unregister a client

Throws:
UnknownMirrorId

get_mirrorable_channels

public ChannelId[] get_mirrorable_channels()
Description copied from interface: ChannelMirrorRegistryOperations
Retrieve the channels that the service will allow to be mirrored