|
Style Intelligence v12.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectinetsoft.uql.XFactory
public class XFactory
XFactory is a singlton object that can be used obtain instances of the query engine. The instances are reused, so consecutive calls to get a query engine returns the same object.
| Constructor Summary | |
|---|---|
XFactory()
|
|
| Method Summary | |
|---|---|
static void |
clear()
Clear the cached service objects to key. |
static XDataService |
getDataService()
Get a specific runtime query engine object. |
static XRepository |
getRepository()
Get a specific repository object. |
static void |
refresh()
Refresh data source registry and query registry. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XFactory()
| Method Detail |
|---|
public static XRepository getRepository()
throws RemoteException
RemoteException
public static XDataService getDataService()
throws RemoteException
RemoteExceptionpublic static void clear()
public static void refresh()
|
Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||