Class PersistedBindings
java.lang.Object
org.apache.activemq.artemis.jms.persistence.config.PersistedBindings
- All Implemented Interfaces:
EncodingSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBinding(String address) voiddecode(ActiveMQBuffer buffer) voiddeleteBinding(String address) voidencode(ActiveMQBuffer buffer) intlonggetId()getName()getType()voidsetId(long id)
-
Constructor Details
-
PersistedBindings
public PersistedBindings() -
PersistedBindings
- Parameters:
type-name-
-
-
Method Details
-
decode
- Specified by:
decodein interfaceEncodingSupport
-
encode
- Specified by:
encodein interfaceEncodingSupport
-
getEncodeSize
public int getEncodeSize()- Specified by:
getEncodeSizein interfaceEncodingSupport
-
getId
public long getId()- Returns:
- the id
-
setId
public void setId(long id) - Parameters:
id- the id to set
-
getType
- Returns:
- the type
-
getName
- Returns:
- the name
-
getBindings
- Returns:
- the bindings
-
addBinding
-
deleteBinding
-