|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnesstar.client.Init
public class Init
Inits routines the different kind of clients.
| Field Summary | |
|---|---|
static String |
DEMO
param |
static String |
EXPLORER_ID
|
static String |
JERRY
param |
static String |
ON_ACCESS_GRANTED_URL
param |
static String |
ON_ACCESS_REFUSED_URL
param |
static String |
TOM
param |
static String |
UKDADEV
param |
| Constructor Summary | |
|---|---|
Init()
|
|
| Method Summary | |
|---|---|
static void |
addDefaultMappings(RDFDB db)
Adds a feature to the DefaultMappings attribute of the Init class |
static void |
clientInit(String explorerClass,
String searchOpClass,
String exploreOpClass,
boolean login)
|
static void |
clientInit(String explorerClass,
String searchOpClass,
String exploreOpClass,
String trendOpClass,
String cubeOpClass,
boolean login)
|
static void |
explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass)
|
static void |
explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String searchOp,
String exploreOp)
Method |
static void |
explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String searchOp,
String exploreOp,
String trendOp,
String cubeOp)
Method |
static Explorer |
getExplorer()
Gets the explorer attribute of the Init class |
static RDFObj |
getExplorerObj()
Gets the explorerObj attribute of the Init class |
static String |
getExplorerProxy()
Gets the explorerProxy attribute of the Init class |
static File |
getLocalDB()
|
static void |
init(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp)
Method |
static void |
lightInit()
|
static void |
loadLocalDB()
Method |
static void |
loadNSClass(NetDB db,
String cls,
boolean useCache)
Load a Nesstar RDF description from cache |
static void |
loadNSClass(String cls,
boolean useCache)
Method |
static void |
loadNSClasses(NetDB db,
boolean useCache)
Method |
static void |
mainInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
Class viewer)
|
static void |
objectBrowserInit()
Method |
static void |
plainInit()
|
static void |
protocolDBInit(NetDB db)
|
static void |
protocolDBInit(NetDB db,
String catalogClass)
|
static void |
publisherInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String serverID,
String htmlViewerClass,
String catalogClass)
Method |
static void |
serviceInit()
|
static void |
testInit()
|
static void |
webDaisInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp)
init the webDaisClient |
static void |
webDaisInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp,
String trendOp,
String cubeOp)
init the webDaisClient |
static void |
webInit()
Method |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String DEMO
public static String TOM
public static String JERRY
public static String UKDADEV
public static String EXPLORER_ID
| change this to official explorer server * |
public static final String ON_ACCESS_GRANTED_URL
public static final String ON_ACCESS_REFUSED_URL
| Constructor Detail |
|---|
public Init()
| Method Detail |
|---|
public static File getLocalDB()
public static RDFObj getExplorerObj()
throws Exception
Exception
public static Explorer getExplorer()
throws Exception
Exception
public static String getExplorerProxy()
throws Exception
Exception
public static void loadNSClasses(NetDB db,
boolean useCache)
throws Exception
db - useCache -
Exception
public static void loadNSClass(NetDB db,
String cls,
boolean useCache)
throws Exception
db - cls - useCache -
Exception
public static void loadNSClass(String cls,
boolean useCache)
throws Exception
cls - useCache -
Exception
public static void loadLocalDB()
throws Exception
Exception
public static void addDefaultMappings(RDFDB db)
throws Exception
db - The feature to be added to the DefaultMappings attribute
Exception
public static void protocolDBInit(NetDB db)
throws Exception
Exception
public static void protocolDBInit(NetDB db,
String catalogClass)
throws Exception
Exception
public static void mainInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
Class viewer)
throws Exception
Exception
public static void clientInit(String explorerClass,
String searchOpClass,
String exploreOpClass,
boolean login)
throws Exception
Exception
public static void clientInit(String explorerClass,
String searchOpClass,
String exploreOpClass,
String trendOpClass,
String cubeOpClass,
boolean login)
throws Exception
Exception
public static void init(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass - explorerClass - searchOp - exploreOp -
Exception
public static void webDaisInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass - explorerClass - searchOp - exploreOp -
Exception
public static void webDaisInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String explorerClass,
String searchOp,
String exploreOp,
String trendOp,
String cubeOp)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass - explorerClass - searchOp - exploreOp - trendOp - cubeOp -
Exception
public static void publisherInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String serverID,
String htmlViewerClass,
String catalogClass)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - serverID - htmlViewerClass - catalogClass -
Exception
public static void explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String searchOp,
String exploreOp)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass - searchOp - exploreOp -
Exception
public static void explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass,
String searchOp,
String exploreOp,
String trendOp,
String cubeOp)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass - searchOp - exploreOp - trendOp - cubeOp -
Exception
public static void explorerInit(String httpProxyHost,
int httpProxyPort,
String socksProxyHost,
int socksProxyPort,
String htmlViewerClass,
String catalogClass)
throws Exception
httpProxyHost - httpProxyPort - socksProxyHost - socksProxyPort - htmlViewerClass - catalogClass -
Exception
| to be removed * |
public static void webInit()
throws Exception
Exception
public static void lightInit()
throws Exception
Exception
public static void objectBrowserInit()
throws Exception
Exception
public static void testInit()
throws Exception
Exception
public static void serviceInit()
throws Exception
Exception
public static void plainInit()
throws Exception
Exception
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||