// Referenceable implementation -----------------------------------------------------------------
public Reference getReference() throws NamingException
{
return new Reference("org.jboss.jms.client.JBossConnectionFactory",
new SerializableObjectRefAddr("JBM-CF", this),
"org.jboss.jms.referenceable.ConnectionFactoryObjectFactory",
null);
}