com.ibm.rational.wvcm.stp.cc
Interface CcReplica
- All Superinterfaces:
- CcResource, CcVobResource, Resource, StpResource
public interface CcReplica
- extends CcVobResource
A proxy for a ClearCase VOB replica.
If Rational ClearCase MultiSite is not used, each VOB has a single set
of data containers and a single database. With MultiSite, some or all
VOBs are replicated. A replicated VOB is located at multiple sites;
at each site is a copy of the VOB, called a VOB replica. Collectively,
the set of replicas of a VOB is called a VOB family. Each replica includes
a full set of data containers and a complete copy of the VOB database.
At its site, a replica appears to be a regular VOB; developers can check out,
edit, and check in; build software; attach metadata annotations to objects; and so on.
See the Rational ClearCase MultiSite Administrators Guide for information
regarding replicas and MultiSite.
Fields inherited from interface javax.wvcm.Resource |
ALL_CUSTOM_PROPERTIES, COMMENT, CONTENT_CHARACTER_SET, CONTENT_IDENTIFIER, CONTENT_LANGUAGE, CONTENT_LENGTH, CONTENT_TYPE, CREATION_DATE, CREATOR_DISPLAY_NAME, DISPLAY_NAME, IS_EXECUTABLE, LAST_MODIFIED, PARENT_LIST, PATHNAME_LOCATION, PROVIDER_LIST, RESOURCE_IDENTIFIER, WORKSPACE_FOLDER_LIST |
Methods inherited from interface com.ibm.rational.wvcm.stp.StpResource |
doReadProperties, equals, getAllProperties, getAuthenticationRealm, getCreatorGroupName, getCreatorLoginName, getCustomProperties, getEfficientLocation, getInvalidProperties, getMetaProperties, getPropertyException, getRepository, getResourceError, getResourceIdentifier, getStableLocation, getUserFriendlyLocation, hashCode, hasProperties, initMetaProperty, proxyType, stpLocation, stpProvider |
Methods inherited from interface javax.wvcm.Resource |
doCopy, doFind, doFindAll, doGetPropertyNameList, doGetPropertyNameList, doReadContent, doReadProperties, doUnbindAll, doWriteContent, doWriteProperties, forgetProperty, getComment, getContentCharacterSet, getContentIdentifier, getContentLanguage, getContentLength, getContentType, getCreationDate, getCreatorDisplayName, getDisplayName, getIsExecutable, getLastModified, getParentList, getPathnameLocation, getProperty, getProviderList, getWorkspaceFolderList, initProperty, location, lookupProperty, modifyLocation, propertyNameList, provider, removeProperty, setComment, setContentCharacterSet, setContentLanguage, setContentType, setCreatorDisplayName, setDisplayName, setIsExecutable, setProperty, setProperty, updatedPropertyNameList |
Copyright © IBM 2009. All rights reserved.