|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.netbeans.lib.cvsclient.request.Request
org.netbeans.lib.cvsclient.request.StickyRequest
public final class StickyRequest
Implements the Sticky request
Constructor Summary | |
---|---|
StickyRequest(java.lang.String theStickyTag)
Construct a new Sticky request |
Method Summary | |
---|---|
java.lang.String |
getRequestString()
Get the request String that will be passed to the server |
boolean |
isResponseExpected()
Is a response expected from the server? |
void |
setStickyTag(java.lang.String tag)
|
Methods inherited from class org.netbeans.lib.cvsclient.request.Request |
---|
getFileForTransmission, modifiesInputStream, modifyInputStream, modifyOutputStream |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StickyRequest(java.lang.String theStickyTag)
theStickyTag
- the sticky tag to use as an argument in the requestMethod Detail |
---|
public java.lang.String getRequestString() throws UnconfiguredRequestException
getRequestString
in class Request
UnconfiguredRequestException
- if the request has not been
properly configuredpublic void setStickyTag(java.lang.String tag)
public boolean isResponseExpected()
isResponseExpected
in class Request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |