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

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


org.jboss.mq.il.jvm
Class JVMServerILFactory

java.lang.Object
  extended byorg.jboss.mq.il.jvm.JVMServerILFactory
All Implemented Interfaces:
ServerILFactory

public class JVMServerILFactory
extends Object
implements ServerILFactory

Implements the ServerILFactory interface to create a new JVMServerIL

Version:
$Revision: 1.7 $
Author:
David Maplesden

Field Summary
 
Fields inherited from interface org.jboss.mq.il.ServerILFactory
CLIENT_IL_SERVICE_KEY, CLIENTID, PING_PERIOD_KEY, SERVER_IL_FACTORY_KEY
 
Constructor Summary
JVMServerILFactory()
           
 
Method Summary
 ServerIL getServerIL()
          Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)
 void init(Properties init)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JVMServerILFactory

public JVMServerILFactory()
Method Detail

getServerIL

public ServerIL getServerIL()
                     throws Exception
Used to construct the GenericConnectionFactory (bindJNDIReferences() builds it)

Specified by:
getServerIL in interface ServerILFactory
Returns:
The ServerIL value
Throws:
Exception - Description of Exception

init

public void init(Properties init)
Specified by:
init in interface ServerILFactory


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