|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.joseki.server.processors.ProcessorCom
org.joseki.server.processors.ZeroArgProcessor
org.joseki.server.processors.PingProcessor
Ping operation processor. Returns an empty model.
Field Summary |
Fields inherited from interface org.joseki.server.Processor |
ARGS_ONE, ARGS_ZERO, ARGS_ZERO_OR_ONE |
Constructor Summary | |
PingProcessor()
|
Method Summary | |
com.hp.hpl.jena.rdf.model.Model |
execZeroArg(ModelSource src,
Request request)
|
java.lang.String |
getInterfaceURI()
The URI for this loadable class. |
Methods inherited from class org.joseki.server.processors.ZeroArgProcessor |
argsNeeded, exec |
Methods inherited from class org.joseki.server.processors.ProcessorCom |
init |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PingProcessor()
Method Detail |
public java.lang.String getInterfaceURI()
Loadable
public com.hp.hpl.jena.rdf.model.Model execZeroArg(ModelSource src, Request request) throws com.hp.hpl.jena.rdf.model.RDFException, ExecutionException
execZeroArg
in class ZeroArgProcessor
com.hp.hpl.jena.rdf.model.RDFException
ExecutionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |