|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joseki.server.RDFServer
Standalone server.
Field Summary | |
static java.lang.String |
defaultConfigFile
Default configuration file |
static int |
defaultPort
Default port for the server |
static java.lang.String |
defaultServerBaseURI
Default location for the Joseki server |
static java.lang.String |
DispatcherName
|
static java.lang.String |
noMapValue
Value fo rthe config file meaning "no configuration" |
static java.lang.String |
propertyModelSet
Override the web.xml init-param for the configuration file. |
static java.lang.String |
propertyPort
System property for the port number. |
Constructor Summary | |
RDFServer()
Create a new RDFServer on the default port or as specifed by the system property jena.rdfserver.port |
|
RDFServer(java.lang.String configFile)
Create a new RDFServer using the named configuration file |
|
RDFServer(java.lang.String configFile,
int port)
Create a new RDFServer |
|
RDFServer(java.lang.String configFile,
int port,
java.lang.String serverBaseURI)
Creates new RDFServer using the named configuration file |
Method Summary | |
int |
getPort()
|
org.mortbay.jetty.Server |
getServer()
|
void |
start()
Start the server |
void |
stop()
Stop the server. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DispatcherName
public static final java.lang.String propertyPort
public static final java.lang.String propertyModelSet
public static final int defaultPort
public static final java.lang.String defaultServerBaseURI
public static final java.lang.String defaultConfigFile
public static final java.lang.String noMapValue
Constructor Detail |
public RDFServer()
public RDFServer(java.lang.String configFile)
configFile
- public RDFServer(java.lang.String configFile, int port)
configFile
- port
- public RDFServer(java.lang.String configFile, int port, java.lang.String serverBaseURI)
configFile
- port
- serverBaseURI
- Method Detail |
public void start()
public void stop()
public int getPort()
public org.mortbay.jetty.Server getServer()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |