public class PingCommand extends Pazpar2Command implements ServiceProxyCommand
ping command, , can be accessed by pzreq.ping| Constructor and Description |
|---|
PingCommand() |
| Modifier and Type | Method and Description |
|---|---|
PingCommand |
copy()
Commands must implement this method to provide an completely detached, deep clone of
themselves.
|
ServiceProxyCommand |
getSp()
Implementing classes must provide their Service Proxy
extension command if any extension parameters exists,
or -- just to be polite -- 'this' if there is no
Service Proxy extension to the given command.
|
boolean |
spOnly()
Here implementing commands publish whether they only
apply to the Service Proxy or can be executed
against straight Pazpar2 as well.
|
addExpression, equals, getCommandName, getEncodedQueryString, getParameter, getParameterValue, getSession, getValueWithExpressions, hashCode, hasParameters, hasParameterValue, removeExpression, removeExpressions, removeExpressionsAfter, removeParameter, removeParameters, removeParametersInState, run, run, runWith, runWith2, setCommandName, setParameter, setParameterInState, setParameters, setParametersInState, setSession, toStringpublic PingCommand copy()
Pazpar2Commandcopy in class Pazpar2Commandpublic ServiceProxyCommand getSp()
Pazpar2CommandgetSp in class Pazpar2Commandpublic boolean spOnly()
Pazpar2CommandspOnly in interface ServiceProxyCommandspOnly in class Pazpar2Command