Interface RemoteServers.RemoteServer
- All Known Subinterfaces:
RemoteServers.PrimaryInitiator,RemoteServers.SecondaryAcceptor,RemoteServers.SecondaryInitiator,RemoteServers.SecondaryServer
- Enclosing interface:
- RemoteServers
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDeprecated.since 6.9static enumConnection options for use withRemoteServers.SecondaryServers.static interfaceThe base interface for all remote server builders.static enumThe remote server type. -
Method Summary
-
Method Details
-
getType
RemoteServers.RemoteServer.Type getType()Returns the remote server type.A
RemoteServers.RemoteServercan be cast to the corresponding sub-type to access all methods, as follows:Type Type class SECONDARY_INITIATORSecondaryInitiatorPRIMARY_INITIATORRemoteServers.PrimaryInitiatorSECONDARY_ACCEPTORRemoteServers.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.
-