public class PersistedAddressSetting extends Object implements EncodingSupport
| Constructor and Description |
|---|
PersistedAddressSetting() |
PersistedAddressSetting(SimpleString addressMatch,
AddressSettings setting) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(ActiveMQBuffer buffer) |
void |
encode(ActiveMQBuffer buffer) |
SimpleString |
getAddressMatch() |
int |
getEncodeSize() |
AddressSettings |
getSetting() |
long |
getStoreId() |
void |
setStoreId(long id) |
String |
toString() |
public PersistedAddressSetting()
public PersistedAddressSetting(SimpleString addressMatch, AddressSettings setting)
addressMatch - setting - public void setStoreId(long id)
public long getStoreId()
public SimpleString getAddressMatch()
public AddressSettings getSetting()
public void decode(ActiveMQBuffer buffer)
decode in interface EncodingSupportpublic void encode(ActiveMQBuffer buffer)
encode in interface EncodingSupportpublic int getEncodeSize()
getEncodeSize in interface EncodingSupportCopyright © 2018 JBoss by Red Hat. All rights reserved.