public class EventChannelAdminPOATie extends EventChannelAdminPOA
| Constructor and Description |
|---|
EventChannelAdminPOATie(EventChannelAdminOperations delegate) |
EventChannelAdminPOATie(EventChannelAdminOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
EventChannelAdminOperations |
_delegate() |
void |
_delegate(EventChannelAdminOperations delegate) |
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)
Creates an EventService channel
Event and Channel here refer to OMG standard event service,
not the similarly named things in seismology.
|
void |
delete_channel(java.lang.String name)
Event and Channel here refer to OMG standard event service,
not the similarly named things in seismology.
|
_all_interfaces, _invoke, _this, _thispublic EventChannelAdminPOATie(EventChannelAdminOperations delegate)
public EventChannelAdminPOATie(EventChannelAdminOperations delegate, org.omg.PortableServer.POA poa)
public EventChannelAdminOperations _delegate()
public void _delegate(EventChannelAdminOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic 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)
EventChannelAdminOperationspublic void delete_channel(java.lang.String name)
throws NotFound
EventChannelAdminOperationsNotFound