|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.utexas.its.eis.tools.qwicap.servlet.BlockingDescription
public abstract class BlockingDescription
Describes a Qwicap blocking operation. This base class provides basic identifying information (the type of the
operation). Operation-specific information is provided by methods in operation-specific subclasses. A "prompt"
operation (getOperation()
returns BlockingOperation.PROMPT
) is described by the subclass
PromptDescription
. A "redirect" operation (getOperation()
returns BlockingOperation.REDIRECT
)
is described by the subclass RedirectDescription
.
Method Summary | |
---|---|
Qwicap |
getCurrentInstance()
Returns a reference to the instance of Qwicap that is blocking or unblocking. |
BlockingOperation |
getOperation()
Returns an BlockingOperation object that identifies the operation which caused blocking to occur. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Qwicap getCurrentInstance()
Qwicap
that is blocking or unblocking.
Qwicap
that is blocking or unblocking.public BlockingOperation getOperation()
BlockingOperation
object that identifies the operation which caused blocking to occur.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |