public class ResourceLimitSettings extends Object implements Serializable, EncodingSupport
| Modifier and Type | Field and Description |
|---|---|
static SimpleString |
DEFAULT_MATCH |
static Integer |
DEFAULT_MAX_CONNECTIONS |
static Integer |
DEFAULT_MAX_QUEUES |
| Constructor and Description |
|---|
ResourceLimitSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ActiveMQBuffer buffer) |
void |
encode(ActiveMQBuffer buffer) |
int |
getEncodeSize() |
SimpleString |
getMatch() |
int |
getMaxConnections() |
int |
getMaxQueues() |
int |
hashCode() |
void |
setMatch(SimpleString match) |
void |
setMaxConnections(int maxConnections) |
void |
setMaxQueues(int maxQueues) |
String |
toString() |
public static final SimpleString DEFAULT_MATCH
public static final Integer DEFAULT_MAX_CONNECTIONS
public static final Integer DEFAULT_MAX_QUEUES
public SimpleString getMatch()
public int getMaxConnections()
public int getMaxQueues()
public void setMatch(SimpleString match)
public void setMaxConnections(int maxConnections)
public void setMaxQueues(int maxQueues)
public int getEncodeSize()
getEncodeSize in interface EncodingSupportpublic void encode(ActiveMQBuffer buffer)
encode in interface EncodingSupportpublic void decode(ActiveMQBuffer buffer)
decode in interface EncodingSupportCopyright © 2018 JBoss by Red Hat. All rights reserved.