public class ChannelMirrorAdminPOATie extends ChannelMirrorAdminPOA
| Constructor and Description |
|---|
ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate) |
ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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
|
_all_interfaces, _invoke, _this, _thispublic ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate)
public ChannelMirrorAdminPOATie(ChannelMirrorAdminOperations delegate, org.omg.PortableServer.POA poa)
public ChannelMirrorAdminOperations _delegate()
public void _delegate(ChannelMirrorAdminOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic int active_seismogram_mirrors()
ChannelMirrorAdminOperationspublic Seismogram[] get_mirrored_seismograms()
ChannelMirrorAdminOperationspublic SeismogramFactory[] get_factory_mirrors()
ChannelMirrorAdminOperationspublic void stop_mirrors(SeismogramFactory[] mirrors)
ChannelMirrorAdminOperationspublic void stop_mirroring()
ChannelMirrorAdminOperationspublic void resume_mirroring()
ChannelMirrorAdminOperationspublic boolean is_mirroring()
ChannelMirrorAdminOperations