it.eng.spago.tags
Class SuspendResumeTag

java.lang.Object
  extended by TagSupport
      extended by it.eng.spago.tags.SuspendResumeTag

public class SuspendResumeTag
extends TagSupport

This tag take an id as input. It verify if there are container suspended with a given id. If there are suspended containers it merge with new ones otherwise provide to suspend the current service response

Author:
Zoppello

Constructor Summary
SuspendResumeTag()
           
 
Method Summary
 int doStartTag()
           
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuspendResumeTag

public SuspendResumeTag()
Method Detail

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)