| org.cougaar.core.plugin.ServletPlugin org.cougaar.demo.mandelbrot.v3.FractalServlet
FractalServlet | public class FractalServlet extends ServletPlugin (Code) | | This servlet publishes a
Job and waits for a result notification.
|
isTransactional | protected boolean isTransactional()(Code) | | Override "isTransactional" to false.
By default, our "publishAdd" will be buffered until the end of our "doGet"
call. We want to publish it immediately, so the calculator plugin can see
it and notify us of the result. Therefore, we don't want our "doGet" to
run in the "execute()" method's buffered blackboard transaction.
|
unload | public void unload()(Code) | | |
Methods inherited from org.cougaar.core.plugin.ServletPlugin | protected HttpServlet createServlet()(Code)(Java Doc) protected String decode(String s)(Code)(Java Doc) protected void doGet(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPost(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void doPut(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected String encode(String s)(Code)(Java Doc) protected void execute()(Code)(Java Doc) protected String getEncodedAgentName()(Code)(Java Doc) protected String getPath()(Code)(Java Doc) protected boolean isTransactional()(Code)(Java Doc) public void load()(Code)(Java Doc) protected void notSupported(HttpServletRequest req, HttpServletResponse resp) throws IOException(Code)(Java Doc) protected void publishAdd(Object o)(Code)(Java Doc) protected void publishChange(Object o)(Code)(Java Doc) protected void publishChange(Object o, Collection changes)(Code)(Java Doc) protected void publishRemove(Object o)(Code)(Java Doc) protected Collection query(UnaryPredicate pred)(Code)(Java Doc) protected void service(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void serviceLater(HttpServletRequest req, HttpServletResponse resp) throws ServletException, IOException(Code)(Java Doc) protected void setupSubscriptions()(Code)(Java Doc) protected Subscription subscribe(UnaryPredicate pred)(Code)(Java Doc) public void unload()(Code)(Java Doc)
|
|
|