com.caucho.server.admin
Class RemoteManagementService
java.lang.Object
com.caucho.server.admin.RemoteManagementService
public class RemoteManagementService
- extends java.lang.Object
|
Field Summary |
protected static java.util.logging.Logger |
log
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
log
protected static final java.util.logging.Logger log
RemoteManagementService
protected RemoteManagementService(Management management)
start
public void start()
isAuthorized
public boolean isAuthorized(HttpServletRequest request,
HttpServletResponse response,
ServletContext application)
throws ServletException,
java.io.IOException
- security constraint authorization
- Throws:
ServletException
java.io.IOException
isReadAllowed
protected boolean isReadAllowed(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
isWriteAllowed
protected boolean isWriteAllowed(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
service
public void service(ServletRequest request,
ServletResponse response)
throws java.io.IOException,
ServletException
- Throws:
java.io.IOException
ServletException
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object