org.netbeans.lib.cvsclient.request
Class StickyRequest

java.lang.Object
  extended by org.netbeans.lib.cvsclient.request.Request
      extended by org.netbeans.lib.cvsclient.request.StickyRequest

public final class StickyRequest
extends Request

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

StickyRequest

public StickyRequest(java.lang.String theStickyTag)
Construct a new Sticky request

Parameters:
theStickyTag - the sticky tag to use as an argument in the request
Method Detail

getRequestString

public java.lang.String getRequestString()
                                  throws UnconfiguredRequestException
Get the request String that will be passed to the server

Specified by:
getRequestString in class Request
Returns:
the request String
Throws:
UnconfiguredRequestException - if the request has not been properly configured

setStickyTag

public void setStickyTag(java.lang.String tag)

isResponseExpected

public boolean isResponseExpected()
Is a response expected from the server?

Specified by:
isResponseExpected in class Request
Returns:
true if a response is expected, false if no response if expected

 

Built on August 7 2008.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.