Package org.eclipse.emf.spi.cdo
Class CDOSessionProtocol.OpenSessionResult
- java.lang.Object
- 
- org.eclipse.core.runtime.PlatformObject
- 
- org.eclipse.emf.spi.cdo.CDOSessionProtocol.OpenSessionResult
 
 
- 
- All Implemented Interfaces:
- IAdaptable,- CDOCommonRepository,- CDOTimeProvider
 - Enclosing interface:
- CDOSessionProtocol
 
 public static final class CDOSessionProtocol.OpenSessionResult extends PlatformObject implements CDOCommonRepository If the meaning of this type isn't clear, there really should be more of a description here...- Since:
- 3.0
- Author:
- Eike Stepper
- No Instantiate
- This class is not intended to be instantiated by clients.
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.eclipse.emf.cdo.common.CDOCommonRepositoryCDOCommonRepository.CommitInfoStorage, CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.ListOrdering, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent
 
- 
 - 
Constructor SummaryConstructors Constructor Description OpenSessionResult(int sessionID, java.lang.String userID, java.lang.String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, java.lang.String storeType, java.util.Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation)Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int).OpenSessionResult(CDODataInput in, int sessionID)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.String[]getAuthorizationResults()CDOCommonRepository.CommitInfoStoragegetCommitInfoStorage()longgetCreationTime()Returns the creation time of this repository.CDOCommonRepository.IDGenerationLocationgetIDGenerationLocation()longgetLastUpdateTime()java.lang.StringgetName()Returns the name of this repository.java.util.Set<CDOID.ObjectType>getObjectIDTypes()Returns the type of CDOIDs created by the store of this repository.longgetOpeningTime()java.util.List<InternalCDOPackageUnit>getPackageUnits()longgetRepositoryCreationTime()Deprecated.As of 4.5 usegetCreationTime().CDOCommonRepository.IDGenerationLocationgetRepositoryIDGenerationLocation()Deprecated.As of 4.5 usegetIDGenerationLocation().CDOCommonRepository.StategetRepositoryState()Deprecated.As of 4.5 usegetState().CDOSessionProtocol.RepositoryTimeResultgetRepositoryTimeResult()CDOCommonRepository.TypegetRepositoryType()Deprecated.As of 4.5 usegetType().java.lang.StringgetRepositoryUUID()Deprecated.As of 4.5 usegetUUID().CDOIDgetRootResourceID()Returns the ID of the root resource of this repository.intgetSessionID()CDOCommonRepository.StategetState()Returns the state of this repository.java.lang.StringgetStoreType()Returns the type of the store of this repository.intgetTagModCount()longgetTimeStamp()CDOCommonRepository.TypegetType()Returns the type of this repository.java.lang.StringgetUserID()java.lang.StringgetUUID()Returns the UUID of this repository.booleanisAuthenticating()Returnstrueif this repository requires user authentication,falseotherwise.booleanisAuthorizingOperations()booleanisEnsuringReferentialIntegrity()Returnstrueif this repository ensures referential integrity,falseotherwise.booleanisRepositoryAuthenticating()Deprecated.As of 4.5 useisAuthenticating().booleanisRepositoryEnsuringReferentialIntegrity()Deprecated.As of 4.5 useisEnsuringReferentialIntegrity().booleanisRepositorySerializingCommits()Deprecated.As of 4.5 useisSerializingCommits().booleanisRepositorySupportingAudits()Deprecated.As of 4.5 useisSupportingAudits().booleanisRepositorySupportingBranches()Deprecated.As of 4.5 useisSupportingBranches().booleanisRepositorySupportingEcore()Deprecated.As of 4.2 instances of Ecore are always supported (on demand).booleanisSerializingCommits()Returnstrueif this repository serializes commits,falseotherwise.booleanisSupportingAudits()Returnstrueif this repository supports auditing,falseotherwise.booleanisSupportingBranches()Returnstrueif this repository supports branching,falseotherwise.booleanisSupportingEcore()Deprecated.As of 4.2 instances of Ecore are always supported (on demand).booleanisSupportingUnits()Returnstrueif this repository supports units,falseotherwise.voidsetRepositoryTimeResult(CDOSessionProtocol.RepositoryTimeResult repositoryTimeResult)booleanwaitWhileInitial(IProgressMonitor monitor)- 
Methods inherited from class org.eclipse.core.runtime.PlatformObjectgetAdapter
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.core.runtime.IAdaptablegetAdapter
 
- 
 
- 
- 
- 
Constructor Detail- 
OpenSessionResultpublic OpenSessionResult(CDODataInput in, int sessionID) throws java.io.IOException - Throws:
- java.io.IOException
- Since:
- 4.4
 
 - 
OpenSessionResult@Deprecated public OpenSessionResult(int sessionID, java.lang.String userID, java.lang.String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, java.lang.String storeType, java.util.Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation)Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int).- Since:
- 4.2
 
 
- 
 - 
Method Detail- 
getSessionIDpublic int getSessionID() 
 - 
getUserIDpublic java.lang.String getUserID() - Since:
- 3.0
 
 - 
getUUIDpublic java.lang.String getUUID() Description copied from interface:CDOCommonRepositoryReturns the UUID of this repository.- Specified by:
- getUUIDin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getNamepublic java.lang.String getName() Description copied from interface:CDOCommonRepositoryReturns the name of this repository.- Specified by:
- getNamein interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getTypepublic CDOCommonRepository.Type getType() Description copied from interface:CDOCommonRepositoryReturns the type of this repository.- Specified by:
- getTypein interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getStatepublic CDOCommonRepository.State getState() Description copied from interface:CDOCommonRepositoryReturns the state of this repository.- Specified by:
- getStatein interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getStoreTypepublic java.lang.String getStoreType() Description copied from interface:CDOCommonRepositoryReturns the type of the store of this repository.- Specified by:
- getStoreTypein interface- CDOCommonRepository
- Since:
- 3.0
 
 - 
getObjectIDTypespublic java.util.Set<CDOID.ObjectType> getObjectIDTypes() Description copied from interface:CDOCommonRepositoryReturns the type of CDOIDs created by the store of this repository.- Specified by:
- getObjectIDTypesin interface- CDOCommonRepository
- Since:
- 3.0
 
 - 
getRootResourceIDpublic CDOID getRootResourceID() Description copied from interface:CDOCommonRepositoryReturns the ID of the root resource of this repository.- Specified by:
- getRootResourceIDin interface- CDOCommonRepository
- Since:
- 3.0
 
 - 
getCreationTimepublic long getCreationTime() Description copied from interface:CDOCommonRepositoryReturns the creation time of this repository.- Specified by:
- getCreationTimein interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isAuthenticatingpublic boolean isAuthenticating() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository requires user authentication,falseotherwise.- Specified by:
- isAuthenticatingin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isSupportingAuditspublic boolean isSupportingAudits() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository supports auditing,falseotherwise.- Specified by:
- isSupportingAuditsin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isSupportingBranchespublic boolean isSupportingBranches() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository supports branching,falseotherwise.- Specified by:
- isSupportingBranchesin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isSupportingUnitspublic boolean isSupportingUnits() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository supports units,falseotherwise.- Specified by:
- isSupportingUnitsin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isSupportingEcore@Deprecated public boolean isSupportingEcore() Deprecated.As of 4.2 instances of Ecore are always supported (on demand).Description copied from interface:CDOCommonRepositoryReturnstrueif this repository supports instances of Ecore,falseotherwise.- Specified by:
- isSupportingEcorein interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isSerializingCommitspublic boolean isSerializingCommits() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository serializes commits,falseotherwise.- Specified by:
- isSerializingCommitsin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isEnsuringReferentialIntegritypublic boolean isEnsuringReferentialIntegrity() Description copied from interface:CDOCommonRepositoryReturnstrueif this repository ensures referential integrity,falseotherwise.- Specified by:
- isEnsuringReferentialIntegrityin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
isAuthorizingOperationspublic boolean isAuthorizingOperations() - Specified by:
- isAuthorizingOperationsin interface- CDOCommonRepository
- Since:
- 4.15
 
 - 
getIDGenerationLocationpublic CDOCommonRepository.IDGenerationLocation getIDGenerationLocation() - Specified by:
- getIDGenerationLocationin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getCommitInfoStoragepublic CDOCommonRepository.CommitInfoStorage getCommitInfoStorage() - Specified by:
- getCommitInfoStoragein interface- CDOCommonRepository
- Since:
- 4.6
 
 - 
getAuthorizationResultspublic java.lang.String[] getAuthorizationResults() - Since:
- 4.15
 
 - 
getTagModCountpublic int getTagModCount() - Since:
- 4.11
 
 - 
getOpeningTimepublic long getOpeningTime() - Since:
- 4.13
 
 - 
getLastUpdateTimepublic long getLastUpdateTime() - Since:
- 3.0
 
 - 
getPackageUnitspublic java.util.List<InternalCDOPackageUnit> getPackageUnits() 
 - 
getRepositoryTimeResultpublic CDOSessionProtocol.RepositoryTimeResult getRepositoryTimeResult() 
 - 
setRepositoryTimeResultpublic void setRepositoryTimeResult(CDOSessionProtocol.RepositoryTimeResult repositoryTimeResult) 
 - 
getTimeStamppublic long getTimeStamp() - Specified by:
- getTimeStampin interface- CDOTimeProvider
- Since:
- 4.5
 
 - 
waitWhileInitialpublic boolean waitWhileInitial(IProgressMonitor monitor) - Specified by:
- waitWhileInitialin interface- CDOCommonRepository
- Since:
- 4.5
 
 - 
getRepositoryUUID@Deprecated public java.lang.String getRepositoryUUID() Deprecated.As of 4.5 usegetUUID().
 - 
getRepositoryType@Deprecated public CDOCommonRepository.Type getRepositoryType() Deprecated.As of 4.5 usegetType().- Since:
- 3.0
 
 - 
getRepositoryState@Deprecated public CDOCommonRepository.State getRepositoryState() Deprecated.As of 4.5 usegetState().- Since:
- 3.0
 
 - 
getRepositoryCreationTime@Deprecated public long getRepositoryCreationTime() Deprecated.As of 4.5 usegetCreationTime().
 - 
isRepositoryAuthenticating@Deprecated public boolean isRepositoryAuthenticating() Deprecated.As of 4.5 useisAuthenticating().- Since:
- 4.4
 
 - 
isRepositorySupportingAudits@Deprecated public boolean isRepositorySupportingAudits() Deprecated.As of 4.5 useisSupportingAudits().
 - 
isRepositorySupportingBranches@Deprecated public boolean isRepositorySupportingBranches() Deprecated.As of 4.5 useisSupportingBranches().- Since:
- 3.0
 
 - 
isRepositorySupportingEcore@Deprecated public boolean isRepositorySupportingEcore() Deprecated.As of 4.2 instances of Ecore are always supported (on demand).
 - 
isRepositorySerializingCommits@Deprecated public boolean isRepositorySerializingCommits() Deprecated.As of 4.5 useisSerializingCommits().- Since:
- 4.2
 
 - 
isRepositoryEnsuringReferentialIntegrity@Deprecated public boolean isRepositoryEnsuringReferentialIntegrity() Deprecated.As of 4.5 useisEnsuringReferentialIntegrity().- Since:
- 4.0
 
 - 
getRepositoryIDGenerationLocation@Deprecated public CDOCommonRepository.IDGenerationLocation getRepositoryIDGenerationLocation() Deprecated.As of 4.5 usegetIDGenerationLocation().- Since:
- 4.1
 
 
- 
 
-