| |
|
| java.lang.Object net.sf.thingamablog.blog.PingService
All known Subclasses: net.sf.thingamablog.blog.WeblogsDotComPing,
PingService | abstract public class PingService (Code) | | Abstract definition of a PingService. Subclasses will typically define
an Xml-RPC based ping service
author: Bob Tantlinger |
getParameters | abstract public String[] getParameters(Weblog blog)(Code) | | Get the parameters that the procedure requires
Parameters: blog - |
getProcedureName | abstract public String getProcedureName()(Code) | | Gets the name of the procedure to invoke
the proc name |
getServiceName | public String getServiceName()(Code) | | Gets the service name
|
getServiceUrl | public String getServiceUrl()(Code) | | Gets the URL of the service
|
isEnabled | public boolean isEnabled()(Code) | | Indicates whether this service should be pinged
|
setEnabled | public void setEnabled(boolean b)(Code) | | Enable or disable the service from being pinged
Parameters: b - |
setServiceName | public void setServiceName(String s)(Code) | | Sets the service name
Parameters: s - |
setServiceUrl | public void setServiceUrl(String s)(Code) | | Sets the URL of the service
Parameters: s - |
|
|
|