public class PersistedConnectionFactory extends Object implements EncodingSupport
| Constructor and Description |
|---|
PersistedConnectionFactory() |
PersistedConnectionFactory(ConnectionFactoryConfiguration config) |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(HornetQBuffer buffer) |
void |
encode(HornetQBuffer buffer) |
ConnectionFactoryConfiguration |
getConfig() |
int |
getEncodeSize() |
long |
getId() |
String |
getName() |
void |
setId(long id) |
public PersistedConnectionFactory()
public PersistedConnectionFactory(ConnectionFactoryConfiguration config)
id - config - public long getId()
public void setId(long id)
public String getName()
public ConnectionFactoryConfiguration getConfig()
public void decode(HornetQBuffer buffer)
decode in interface EncodingSupportpublic void encode(HornetQBuffer buffer)
encode in interface EncodingSupportpublic int getEncodeSize()
getEncodeSize in interface EncodingSupportCopyright © 2012 JBoss by Red Hat. All Rights Reserved.