public interface AdminableService
If a service implements this method, then the service declares that it will provide a Servlet to use in examining the Servlet by the administrative UI.
ServiceAdminServlet| Modifier and Type | Field and Description | 
|---|---|
static java.lang.String | 
CLASS_VERSION
Class version string 
 | 
| Modifier and Type | Method and Description | 
|---|---|
javax.servlet.Servlet | 
getAdminServlet()
Returns the Servlet that will handle requests directed at this
 service. 
 | 
static final java.lang.String CLASS_VERSION