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

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


org.jboss.mq.il.http
Class HTTPServerILFactory

java.lang.Object
  extended byorg.jboss.mq.il.http.HTTPServerILFactory
All Implemented Interfaces:
ServerILFactory

public class HTTPServerILFactory
extends Object
implements ServerILFactory

The HTTP/S implementation of the ServerILFactory object.

Version:
$Revision: 1.2 $
Author:
Nathan Phelps (nathan@jboss.org)

Field Summary
static String CLIENT_IL_SERVICE
           
static String REST_INTERVAL_KEY
           
static String SERVER_IL_FACTORY
           
static String SERVER_URL_KEY
           
static String TIMEOUT_KEY
           
 
Fields inherited from interface org.jboss.mq.il.ServerILFactory
CLIENT_IL_SERVICE_KEY, CLIENTID, PING_PERIOD_KEY, SERVER_IL_FACTORY_KEY
 
Constructor Summary
HTTPServerILFactory()
           
 
Method Summary
 ServerIL getServerIL()
           
 void init(Properties props)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVER_IL_FACTORY

public static final String SERVER_IL_FACTORY

CLIENT_IL_SERVICE

public static final String CLIENT_IL_SERVICE

SERVER_URL_KEY

public static final String SERVER_URL_KEY
See Also:
Constant Field Values

TIMEOUT_KEY

public static final String TIMEOUT_KEY
See Also:
Constant Field Values

REST_INTERVAL_KEY

public static final String REST_INTERVAL_KEY
See Also:
Constant Field Values
Constructor Detail

HTTPServerILFactory

public HTTPServerILFactory()
Method Detail

getServerIL

public ServerIL getServerIL()
                     throws Exception
Specified by:
getServerIL in interface ServerILFactory
Throws:
Exception

init

public void init(Properties props)
          throws Exception
Specified by:
init in interface ServerILFactory
Throws:
Exception


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