Class PrepareWCRequestLocaldb
java.lang.Object
org.gvsig.vcsgis.lib.requests.AbstractRequest
org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
org.gvsig.vcsgis.lib.repository.localdb.requests.PrepareWCRequestLocaldb
- All Implemented Interfaces:
org.gvsig.tools.dispose.Disposable,VCSGisPrepareWCRequest,VCSGisRequest,SupportError
public class PrepareWCRequestLocaldb
extends AbstractRequestLocaldb
implements VCSGisPrepareWCRequest
- Author:
- gvSIG Team
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Field Summary
Fields inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintexecute()getLabel()getName()helper()voidsetCategories(String categories) voidvoidvoidvoidsetRemoteHost(String remoteHost) voidsetUserName(String user) voidsetUserPass(String pass) Methods inherited from class org.gvsig.vcsgis.lib.repository.localdb.requests.AbstractRequestLocaldb
getAuthenticationToken, getRepository, getUser, getUser, getUserCode, isAutheticated, isAuthorized, isAuthorized, isAuthorized, isAuthorized, setAuthenticationToken, setUserCodeMethods inherited from class org.gvsig.vcsgis.lib.requests.AbstractRequest
cleanLastError, dispose, error, error, getCode, getLastErrorCode, getLastErrorMessage, getRequestName, setAuthenticationTokenAndUser, setEnabledStatusMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.gvsig.tools.dispose.Disposable
disposeMethods inherited from interface org.gvsig.vcsgis.lib.SupportError
cleanLastError, error, error, getLastErrorCode, getLastErrorMessageMethods inherited from interface org.gvsig.vcsgis.lib.repository.requests.VCSGisRequest
getAuthenticationToken, getCode, getRepository, getRequestName, getUserCode, setAuthenticationToken, setAuthenticationTokenAndUser, setEnabledStatus, setUserCode
-
Constructor Details
-
PrepareWCRequestLocaldb
-
-
Method Details
-
setContext
-
getContext
-
helper
- Overrides:
helperin classAbstractRequest
-
setRemoteHost
-
execute
public int execute()- Specified by:
executein interfaceVCSGisRequest
-
getName
- Specified by:
getNamein interfaceVCSGisPrepareWCRequest
-
getLabel
- Specified by:
getLabelin interfaceVCSGisPrepareWCRequest
-
getCategories
- Specified by:
getCategoriesin interfaceVCSGisPrepareWCRequest
-
getUserName
- Specified by:
getUserNamein interfaceVCSGisPrepareWCRequest
-
getUserPass
- Specified by:
getUserPassin interfaceVCSGisPrepareWCRequest
-
setCategories
- Specified by:
setCategoriesin interfaceVCSGisPrepareWCRequest
-
setLabel
- Specified by:
setLabelin interfaceVCSGisPrepareWCRequest
-
setName
- Specified by:
setNamein interfaceVCSGisPrepareWCRequest
-
setUserPass
- Specified by:
setUserPassin interfaceVCSGisPrepareWCRequest
-
setUserName
- Specified by:
setUserNamein interfaceVCSGisPrepareWCRequest
-