org.hornetq.jms.persistence.config
Class PersistedConnectionFactory

java.lang.Object
  extended by org.hornetq.jms.persistence.config.PersistedConnectionFactory
All Implemented Interfaces:
org.hornetq.core.journal.EncodingSupport

public class PersistedConnectionFactory
extends Object
implements org.hornetq.core.journal.EncodingSupport

A PersistedConnectionFactory

Author:
Clebert Suconic

Constructor Summary
PersistedConnectionFactory()
           
PersistedConnectionFactory(ConnectionFactoryConfiguration config)
           
 
Method Summary
 void decode(HornetQBuffer buffer)
           
 void encode(HornetQBuffer buffer)
           
 ConnectionFactoryConfiguration getConfig()
           
 int getEncodeSize()
           
 long getId()
           
 String getName()
           
 void setId(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersistedConnectionFactory

public PersistedConnectionFactory()

PersistedConnectionFactory

public PersistedConnectionFactory(ConnectionFactoryConfiguration config)
Parameters:
config -
Method Detail

getId

public long getId()
Returns:
the id

setId

public void setId(long id)

getName

public String getName()

getConfig

public ConnectionFactoryConfiguration getConfig()
Returns:
the config

decode

public void decode(HornetQBuffer buffer)
Specified by:
decode in interface org.hornetq.core.journal.EncodingSupport

encode

public void encode(HornetQBuffer buffer)
Specified by:
encode in interface org.hornetq.core.journal.EncodingSupport

getEncodeSize

public int getEncodeSize()
Specified by:
getEncodeSize in interface org.hornetq.core.journal.EncodingSupport


Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.