|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
nesstar.rdf.RDFObject
nesstar.api.Server
nesstar.api.ServerEx
public class ServerEx
A server used to publish data and metadata.
| Field Summary |
|---|
| Fields inherited from class nesstar.api.Server |
|---|
CLASS_ID |
| Fields inherited from class nesstar.rdf.RDFObject |
|---|
COLSEP, IS_GETTER, IS_PART, IS_PART_OF, WRITE_OP |
| Constructor Summary | |
|---|---|
ServerEx(RDFDB db,
URL id)
Create an object with the indicated id in the indicated db |
|
| Method Summary | |
|---|---|
static void |
dbg(String msg)
Method |
static Vector |
getAllCatalogs()
Gets the allCatalogs attribute of the ServerEx class |
static Vector |
getAllCatalogs(RDFDB db)
Gets the allCatalogs attribute of the ServerEx class |
static Vector |
getAllServersAndCatalogs(RDFDB db)
Gets the allServersAndCatalogs attribute of the ServerEx class |
static FeatureDescriptor |
getDescriptor(String featureName)
get the descriptor for a feature of the class, either method or attribute |
static Server |
getInstance(RDFDB db,
URL id)
If an object of type Server with the indicated id exists in the db returns it otherwise create a new object in the db and returns it |
Vector |
oldGetCatalogs()
Method |
List |
reloadCatalogs()
Retrieve an updated list of the catalogs of this server. |
| Methods inherited from class nesstar.api.Server |
|---|
clear, get_catalogs, get_debug, get_port, get_revision, get_services, get_version, getAllInstances, getAllInstances, getCatalogs, getDebug, GetFile, GetFile, getGetterMethods, getInstance, getPartsDescriptor, getPort, GetReport, GetReport, getRevision, getServices, getVersion, initialised, listenForNewObj, Login, Login, newInstance, Reboot, Reboot, retrieve, SaveFile, SaveFile, SaveWebFile, SaveWebFile, set_catalogs, set_debug, set_port, set_revision, set_services, set_version, setCatalogs, setDebug, setPort, setRevision, setServices, setVersion, Shutdown, Shutdown, Update, Update |
| Methods inherited from class java.util.Observable |
|---|
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServerEx(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be createdid - the id of the object to create
Exception| Method Detail |
|---|
public static Server getInstance(RDFDB db,
URL id)
throws Exception
db - the db where the object is to be found or createdid - the id of the object to retrieve or create
Exceptionpublic static FeatureDescriptor getDescriptor(String featureName)
featureName -
public static Vector getAllServersAndCatalogs(RDFDB db)
throws Exception
db -
Exception
public static Vector getAllCatalogs(RDFDB db)
throws Exception
db -
Exception
public static Vector getAllCatalogs()
throws Exception
Exceptionpublic static void dbg(String msg)
msg -
public Vector oldGetCatalogs()
throws Exception
Exception
public List reloadCatalogs()
throws Exception
Exception
| move to RDFBag |
|
Nesstar SDK | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||