站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

SpyConnectionFactoryObjectFactory (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.referenceable
Class SpyConnectionFactoryObjectFactory

java.lang.Object
  extended byorg.jboss.mq.referenceable.SpyConnectionFactoryObjectFactory
All Implemented Interfaces:
ObjectFactory

public class SpyConnectionFactoryObjectFactory
extends Object
implements ObjectFactory

This class is used to create instances of of: SpyTopicConnectionFactory SpyQueueConnectionFactory SpyXATopicConnectionFactory SpyXAQueueConnectionFactory classes from a javax.naming.Reference instance.

Version:
$Revision: 1.9 $
Author:
Hiram Chirino (Cojonudo14@hotmail.com)

Constructor Summary
SpyConnectionFactoryObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object reference, Name name, Context contex, Hashtable properties)
          getObjectInstance method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpyConnectionFactoryObjectFactory

public SpyConnectionFactoryObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object reference,
                                Name name,
                                Context contex,
                                Hashtable properties)
                         throws Exception
getObjectInstance method.

Specified by:
getObjectInstance in interface ObjectFactory
Parameters:
reference - Description of Parameter
name - Description of Parameter
contex - Description of Parameter
properties - Description of Parameter
Returns:
The ObjectInstance value
Throws:
Exception - Description of Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.