| org.cougaar.core.plugin.ComponentPlugin org.cougaar.core.servlet.BlackboardServlet
BlackboardServlet | public BlackboardServlet()(Code) | | |
createServlet | protected HttpServlet createServlet()(Code) | | Create our servlet, which by default calls our doGet/doPost/doPost
methods.
A subclass can override this method if it's designed to create a separate
servlet anyways.
|
execute | protected void execute()(Code) | | |
getEncodedAgentName | protected String getEncodedAgentName()(Code) | | URL-encoded name of the local agent
|
getPath | protected String getPath()(Code) | | Get the path for the Servlet's registration.
Typically supplied by the component parameter, but subclasses can
hard-code the path by overriding this method.
|
setupSubscriptions | protected void setupSubscriptions()(Code) | | Optional subscriptions.
|
unload | public void unload()(Code) | | |
|
|