站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

ServiceFactory - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.wsrp.services
Interface ServiceFactory

All Superinterfaces:
org.jboss.system.Service
All Known Implementing Classes:
AbstractJNDIServiceFactory, CachingServiceFactory

public interface ServiceFactory
extends org.jboss.system.Service

A factory that gives access to remote services.

Version:
$Revision: 5440 $
Author:
Julien Viet

Method Summary
 java.lang.Object getService(java.lang.Class clazz)
           
 
Methods inherited from interface org.jboss.system.Service
create, destroy, start, stop
 

Method Detail

getService

public java.lang.Object getService(java.lang.Class clazz)
                            throws java.lang.Exception
Throws:
java.lang.Exception