public class ChannelMirrorRegistryPOATie extends ChannelMirrorRegistryPOA
| Constructor and Description |
|---|
ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate) |
ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
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
|
_all_interfaces, _invoke, _this, _thispublic ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate)
public ChannelMirrorRegistryPOATie(ChannelMirrorRegistryOperations delegate, org.omg.PortableServer.POA poa)
public ChannelMirrorRegistryOperations _delegate()
public void _delegate(ChannelMirrorRegistryOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic java.lang.String register(MirrorFactory a_mirror, ChannelId[] filter) throws UnknownChannel, NotMirroring
ChannelMirrorRegistryOperationsUnknownChannelNotMirroringpublic void unregister(java.lang.String a_mirror)
throws UnknownMirrorId
ChannelMirrorRegistryOperationsUnknownMirrorIdpublic ChannelId[] get_mirrorable_channels()
ChannelMirrorRegistryOperations