edu.iris.Fissures.IfEvent
Class EventChannelAdminPOATie
java.lang.Object
org.omg.PortableServer.Servant
edu.iris.Fissures.IfEvent.EventChannelAdminPOA
edu.iris.Fissures.IfEvent.EventChannelAdminPOATie
- All Implemented Interfaces:
- EventChannelAdminOperations, org.omg.CORBA.portable.InvokeHandler
public class EventChannelAdminPOATie
- extends EventChannelAdminPOA
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 |
EventChannelAdminPOATie
public EventChannelAdminPOATie(EventChannelAdminOperations delegate)
EventChannelAdminPOATie
public EventChannelAdminPOATie(EventChannelAdminOperations delegate,
org.omg.PortableServer.POA poa)
_delegate
public EventChannelAdminOperations _delegate()
_delegate
public void _delegate(EventChannelAdminOperations delegate)
_default_POA
public org.omg.PortableServer.POA _default_POA()
- Overrides:
_default_POA
in class org.omg.PortableServer.Servant
create_channel
public void create_channel(java.lang.String name,
Area the_area,
Quantity min_depth,
Quantity max_depth,
java.lang.String search_types,
float min_magnitude,
float max_magnitude)
- Description copied from interface:
EventChannelAdminOperations
- Creates an EventService channel
Event and Channel here refer to OMG standard event service,
not the similarly named things in seismology.
delete_channel
public void delete_channel(java.lang.String name)
throws NotFound
- Description copied from interface:
EventChannelAdminOperations
- Event and Channel here refer to OMG standard event service,
not the similarly named things in seismology.
- Throws:
NotFound