public class ServiceFactory extends Object
| 构造器和说明 |
|---|
ServiceFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static top.coos.db.ds.DSFactory |
get(Application application,
String name) |
static top.coos.db.ds.DSFactory |
getDSFactory(top.coos.bean.Database database) |
static top.coos.service.Service |
getService(Application application,
String name) |
static top.coos.service.Service |
getService(top.coos.bean.Database database) |
static top.coos.service.Service |
getService(top.coos.db.ds.DSFactory factory) |
public static final top.coos.db.ds.DSFactory getDSFactory(top.coos.bean.Database database)
throws SQLException
SQLExceptionpublic static final top.coos.db.ds.DSFactory get(Application application, String name) throws Exception
Exceptionpublic static final top.coos.service.Service getService(Application application, String name) throws Exception
Exceptionpublic static final top.coos.service.Service getService(top.coos.bean.Database database)
throws SQLException
SQLExceptionpublic static final top.coos.service.Service getService(top.coos.db.ds.DSFactory factory)
Copyright © 2018. All rights reserved.