@Deprecated public class Bridge extends Object
| Constructor and Description |
|---|
Bridge()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<Address> |
getAddresses()
Deprecated.
|
String |
getClientId()
Deprecated.
|
String |
getConnectionName()
Deprecated.
|
int |
getIdleTimeout()
Deprecated.
|
int |
getKeepAlive()
Deprecated.
|
Notification |
getNotification()
Deprecated.
|
String |
getPassword()
Deprecated.
|
int |
getRestartTimeout()
Deprecated.
|
StartType |
getStartType()
Deprecated.
|
int |
getThreshold()
Deprecated.
|
List<TopicPattern> |
getTopicPatterns()
Deprecated.
|
String |
getUsername()
Deprecated.
|
boolean |
isCleanSession()
Deprecated.
|
boolean |
isNotificationsEnabled()
Deprecated.
|
boolean |
isRoundRobin()
Deprecated.
|
boolean |
isTryPrivate()
Deprecated.
|
void |
setAddresses(List<Address> addresses)
Deprecated.
|
void |
setCleanSession(boolean cleanSession)
Deprecated.
|
void |
setClientId(String clientId)
Deprecated.
|
void |
setConnectionName(String connectionName)
Deprecated.
|
void |
setIdleTimeout(int idleTimeout)
Deprecated.
|
void |
setKeepAlive(int keepAlive)
Deprecated.
|
void |
setNotification(Notification notification)
Deprecated.
|
void |
setNotificationsEnabled(boolean notificationsEnabled)
Deprecated.
|
void |
setPassword(String password)
Deprecated.
|
void |
setRestartTimeout(int restartTimeout)
Deprecated.
|
void |
setRoundRobin(boolean roundRobin)
Deprecated.
|
void |
setStartType(StartType startType)
Deprecated.
|
void |
setThreshold(int threshold)
Deprecated.
|
void |
setTopicPatterns(List<TopicPattern> topicPatterns)
Deprecated.
|
void |
setTryPrivate(boolean tryPrivate)
Deprecated.
|
void |
setUsername(String username)
Deprecated.
|
public List<TopicPattern> getTopicPatterns()
public void setTopicPatterns(List<TopicPattern> topicPatterns)
public boolean isCleanSession()
public void setCleanSession(boolean cleanSession)
public String getClientId()
public void setClientId(String clientId)
public String getConnectionName()
public void setConnectionName(String connectionName)
public int getKeepAlive()
public void setKeepAlive(int keepAlive)
public int getIdleTimeout()
public void setIdleTimeout(int idleTimeout)
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public int getRestartTimeout()
public void setRestartTimeout(int restartTimeout)
public boolean isRoundRobin()
public void setRoundRobin(boolean roundRobin)
public StartType getStartType()
public void setStartType(StartType startType)
public int getThreshold()
public void setThreshold(int threshold)
public boolean isTryPrivate()
public void setTryPrivate(boolean tryPrivate)
public boolean isNotificationsEnabled()
public void setNotificationsEnabled(boolean notificationsEnabled)
public Notification getNotification()
public void setNotification(Notification notification)
Copyright © 2013-2018 dc-square GmbH. All Rights Reserved.