public static interface RemoteServers.RemoteServer
Modifier and Type | Interface and Description |
---|---|
static interface |
RemoteServers.RemoteServer.Builder
Deprecated.
since 6.9
This builder is retained for backwards compatibility
only. It can only be used to create a secondary
initiator.
|
static class |
RemoteServers.RemoteServer.ConnectionOption
Connection options for use with
RemoteServers.SecondaryServer s. |
static interface |
RemoteServers.RemoteServer.RemoteServerBuilder<B>
The base interface for all remote server builders.
|
static class |
RemoteServers.RemoteServer.Type
The remote server type.
|
Modifier and Type | Method and Description |
---|---|
Map<RemoteServers.RemoteServer.ConnectionOption,String> |
getConnectionOptions()
Deprecated.
since 6.9
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release. |
String |
getMissingTopicNotificationFilter()
Deprecated.
since 6.9
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release. |
String |
getName()
Return the remote server name.
|
String |
getPrincipal()
Deprecated.
since 6.9
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release. |
RemoteServers.RemoteServer.Type |
getType()
Returns the remote server type.
|
String |
getUrl()
Deprecated.
since 6.9
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release. |
RemoteServers.RemoteServer.Type getType()
A RemoteServers.RemoteServer
can be cast to the corresponding sub-type to
access all methods, as follows:
Type | Type class |
---|---|
SECONDARY_INITIATOR |
RemoteServers.SecondaryInitiator |
PRIMARY_INITIATOR |
RemoteServers.PrimaryInitiator |
SECONDARY_ACCEPTOR |
RemoteServers.SecondaryAcceptor |
String getName()
@Deprecated String getUrl()
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
@Deprecated String getPrincipal()
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
@Deprecated Map<RemoteServers.RemoteServer.ConnectionOption,String> getConnectionOptions()
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
@Deprecated String getMissingTopicNotificationFilter()
For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
Copyright © 2024 DiffusionData Ltd. All Rights Reserved.