Interface RemoteServers.RemoteServer
- All Known Subinterfaces:
RemoteServers.PrimaryInitiator
,RemoteServers.SecondaryAcceptor
,RemoteServers.SecondaryInitiator
,RemoteServers.SecondaryServer
- Enclosing interface:
- RemoteServers
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Deprecated.since 6.9static enum
Connection options for use withRemoteServers.SecondaryServer
s.static interface
The base interface for all remote server builders.static enum
The remote server type. -
Method Summary
-
Method Details
-
getType
RemoteServers.RemoteServer.Type getType()Returns the remote server type.A
RemoteServers.RemoteServer
can be cast to the corresponding sub-type to access all methods, as follows:Type Type class SECONDARY_INITIATOR
SecondaryInitiator
PRIMARY_INITIATOR
RemoteServers.PrimaryInitiator
SECONDARY_ACCEPTOR
RemoteServers.SecondaryAcceptor
- Returns:
- the remote server type.
-
getName
String getName()Return the remote server name.- Returns:
- remote server name
-
getUrl
Deprecated.since 6.9For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
Returns the url for connection to primary server. -
getPrincipal
Deprecated.since 6.9For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
Return the principal used for the remote server connection. -
getConnectionOptions
Deprecated.since 6.9For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
Return the remote server connection options. -
getMissingTopicNotificationFilter
Deprecated.since 6.9For backwards compatibility this method is retained for secondary initiator compatibility but will be removed at a future release.
Return the missing topic notification filter expression or null if one has not been specified.
-