Package org.gvsig.vcsgis.lib.requests
Class AbstractRequest
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisRequest,SupportError
- Direct Known Subclasses:
AbstractRequestClient,AbstractRequestLocaldb
- Author:
- gvSIG Team
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddispose()interror(int code) intgetCode()inthelper()voidsetAuthenticationTokenAndUser(Map<String, String> params) voidsetEnabledStatus(boolean enable) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
execute, getAuthenticationToken, getUserCode, setAuthenticationToken, setUserCode
-
Field Details
-
LOGGER
protected static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
AbstractRequest
-
-
Method Details
-
helper
-
getCode
- Specified by:
getCodein interfaceVCSGisRequest
-
getRequestName
- Specified by:
getRequestNamein interfaceVCSGisRequest
-
getLastErrorCode
public int getLastErrorCode()- Specified by:
getLastErrorCodein interfaceSupportError
-
getLastErrorMessage
- Specified by:
getLastErrorMessagein interfaceSupportError
-
getRepository
- Specified by:
getRepositoryin interfaceVCSGisRequest
-
error
public int error(int code) - Specified by:
errorin interfaceSupportError
-
error
- Specified by:
errorin interfaceSupportError
-
dispose
public void dispose()- Specified by:
disposein interfaceorg.gvsig.tools.dispose.Disposable
-
setEnabledStatus
public void setEnabledStatus(boolean enable) - Specified by:
setEnabledStatusin interfaceVCSGisRequest
-
setAuthenticationTokenAndUser
- Specified by:
setAuthenticationTokenAndUserin interfaceVCSGisRequest
-
cleanLastError
public void cleanLastError()- Specified by:
cleanLastErrorin interfaceSupportError
-