Package org.eclipse.emf.spi.cdo
Klasse CDOSessionProtocol.OpenSessionResult
java.lang.Object
org.eclipse.core.runtime.PlatformObject
org.eclipse.emf.spi.cdo.CDOSessionProtocol.OpenSessionResult
- Alle implementierten Schnittstellen:
IAdaptable,CDOCommonRepository,CDOTimeProvider
- Umschließende Schnittstelle:
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...
- Seit:
- 3.0
- Autor:
- Eike Stepper
- No Instantiate
- This class is not intended to be instantiated by clients.
-
Verschachtelte Klassen - Übersicht
Von Schnittstelle geerbte verschachtelte Klassen/Schnittstellen org.eclipse.emf.cdo.common.CDOCommonRepository
CDOCommonRepository.CommitInfoStorage, CDOCommonRepository.IDGenerationLocation, CDOCommonRepository.ListOrdering, CDOCommonRepository.State, CDOCommonRepository.StateChangedEvent, CDOCommonRepository.Type, CDOCommonRepository.TypeChangedEvent -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungOpenSessionResult(int sessionID, String userID, String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, String storeType, Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation) Veraltet.OpenSessionResult(CDODataInput in, int sessionID) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungString[]org.eclipse.net4j.util.collection.Entity[]longReturns the creation time of this repository.longgetName()Returns the name of this repository.Returns the type of CDOIDs created by the store of this repository.longlongVeraltet.As of 4.5 usegetCreationTime().Veraltet.As of 4.5 usegetIDGenerationLocation().Veraltet.As of 4.5 usegetState().Veraltet.As of 4.5 usegetType().Veraltet.As of 4.5 usegetUUID().Returns the ID of the root resource of this repository.intgetState()Returns the state of this repository.Returns the type of the store of this repository.intlonggetType()Returns the type of this repository.getUUID()Returns the UUID of this repository.booleanReturnstrueif this repository requires user authentication,falseotherwise.booleanbooleanReturnstrueif this repository ensures referential integrity,falseotherwise.booleanVeraltet.As of 4.5 useisAuthenticating().booleanVeraltet.As of 4.5 useisEnsuringReferentialIntegrity().booleanVeraltet.As of 4.5 useisSerializingCommits().booleanVeraltet.As of 4.5 useisSupportingAudits().booleanVeraltet.As of 4.5 useisSupportingBranches().booleanVeraltet.As of 4.2 instances of Ecore are always supported (on demand).booleanReturnstrueif this repository serializes commits,falseotherwise.booleanReturnstrueif this repository supports auditing,falseotherwise.booleanReturnstrueif this repository supports branching,falseotherwise.booleanVeraltet.As of 4.2 instances of Ecore are always supported (on demand).booleanReturnstrueif this repository supports login peeking,falseotherwise.booleanReturnstrueif this repository supports units,falseotherwise.voidsetRepositoryTimeResult(CDOSessionProtocol.RepositoryTimeResult repositoryTimeResult) booleanwaitWhileInitial(IProgressMonitor monitor) Von Klasse geerbte Methoden org.eclipse.core.runtime.PlatformObject
getAdapterVon Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitVon Schnittstelle geerbte Methoden org.eclipse.core.runtime.IAdaptable
getAdapter
-
Konstruktordetails
-
OpenSessionResult
- Löst aus:
IOException- Seit:
- 4.4
-
OpenSessionResult
@Deprecated public OpenSessionResult(int sessionID, String userID, String repositoryUUID, CDOCommonRepository.Type repositoryType, CDOCommonRepository.State repositoryState, String storeType, Set<CDOID.ObjectType> objectIDTypes, long repositoryCreationTime, long lastUpdateTime, CDOID rootResourceID, boolean repositorySupportingAudits, boolean repositorySupportingBranches, boolean repositorySerializingCommits, boolean repositoryEnsuringReferentialIntegrity, CDOCommonRepository.IDGenerationLocation repositoryIDGenerationLocation) Veraltet.As of 4.4 useOpenSessionResult(CDODataInput, int).- Seit:
- 4.2
-
-
Methodendetails
-
getSessionID
public int getSessionID() -
getUserID
- Seit:
- 3.0
-
getUUID
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the UUID of this repository.- Angegeben von:
getUUIDin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getName
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the name of this repository.- Angegeben von:
getNamein SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getType
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the type of this repository.- Angegeben von:
getTypein SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getState
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the state of this repository.- Angegeben von:
getStatein SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getStoreType
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the type of the store of this repository.- Angegeben von:
getStoreTypein SchnittstelleCDOCommonRepository- Seit:
- 3.0
-
getObjectIDTypes
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the type of CDOIDs created by the store of this repository.- Angegeben von:
getObjectIDTypesin SchnittstelleCDOCommonRepository- Seit:
- 3.0
-
getRootResourceID
Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the ID of the root resource of this repository.- Angegeben von:
getRootResourceIDin SchnittstelleCDOCommonRepository- Seit:
- 3.0
-
getCreationTime
public long getCreationTime()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturns the creation time of this repository.- Angegeben von:
getCreationTimein SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isAuthenticating
public boolean isAuthenticating()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository requires user authentication,falseotherwise.- Angegeben von:
isAuthenticatingin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isSupportingLoginPeeks
public boolean isSupportingLoginPeeks()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository supports login peeking,falseotherwise.- Angegeben von:
isSupportingLoginPeeksin SchnittstelleCDOCommonRepository
-
isSupportingAudits
public boolean isSupportingAudits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository supports auditing,falseotherwise.- Angegeben von:
isSupportingAuditsin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isSupportingBranches
public boolean isSupportingBranches()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository supports branching,falseotherwise.- Angegeben von:
isSupportingBranchesin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isSupportingUnits
public boolean isSupportingUnits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository supports units,falseotherwise.- Angegeben von:
isSupportingUnitsin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isSupportingEcore
Veraltet.As of 4.2 instances of Ecore are always supported (on demand).Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository supports instances of Ecore,falseotherwise.- Angegeben von:
isSupportingEcorein SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isSerializingCommits
public boolean isSerializingCommits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository serializes commits,falseotherwise.- Angegeben von:
isSerializingCommitsin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isEnsuringReferentialIntegrity
public boolean isEnsuringReferentialIntegrity()Beschreibung aus Schnittstelle kopiert:CDOCommonRepositoryReturnstrueif this repository ensures referential integrity,falseotherwise.- Angegeben von:
isEnsuringReferentialIntegrityin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
isAuthorizingOperations
public boolean isAuthorizingOperations()- Angegeben von:
isAuthorizingOperationsin SchnittstelleCDOCommonRepository- Seit:
- 4.15
-
getIDGenerationLocation
- Angegeben von:
getIDGenerationLocationin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getLobDigestAlgorithm
- Angegeben von:
getLobDigestAlgorithmin SchnittstelleCDOCommonRepository
-
getCommitInfoStorage
- Angegeben von:
getCommitInfoStoragein SchnittstelleCDOCommonRepository- Seit:
- 4.6
-
getAuthorizationResults
- Seit:
- 4.15
-
getClientEntities
public org.eclipse.net4j.util.collection.Entity[] getClientEntities()- Seit:
- 4.27
-
getTagModCount
public int getTagModCount()- Seit:
- 4.11
-
getOpeningTime
public long getOpeningTime()- Seit:
- 4.13
-
getLastUpdateTime
public long getLastUpdateTime()- Seit:
- 3.0
-
getPackageUnits
-
getRepositoryTimeResult
-
setRepositoryTimeResult
-
getTimeStamp
public long getTimeStamp()- Angegeben von:
getTimeStampin SchnittstelleCDOTimeProvider- Seit:
- 4.5
-
waitWhileInitial
- Angegeben von:
waitWhileInitialin SchnittstelleCDOCommonRepository- Seit:
- 4.5
-
getRepositoryUUID
Veraltet.As of 4.5 usegetUUID(). -
getRepositoryType
Veraltet.As of 4.5 usegetType().- Seit:
- 3.0
-
getRepositoryState
Veraltet.As of 4.5 usegetState().- Seit:
- 3.0
-
getRepositoryCreationTime
Veraltet.As of 4.5 usegetCreationTime(). -
isRepositoryAuthenticating
Veraltet.As of 4.5 useisAuthenticating().- Seit:
- 4.4
-
isRepositorySupportingAudits
Veraltet.As of 4.5 useisSupportingAudits(). -
isRepositorySupportingBranches
Veraltet.As of 4.5 useisSupportingBranches().- Seit:
- 3.0
-
isRepositorySupportingEcore
Veraltet.As of 4.2 instances of Ecore are always supported (on demand). -
isRepositorySerializingCommits
Veraltet.As of 4.5 useisSerializingCommits().- Seit:
- 4.2
-
isRepositoryEnsuringReferentialIntegrity
Veraltet.As of 4.5 useisEnsuringReferentialIntegrity().- Seit:
- 4.0
-
getRepositoryIDGenerationLocation
Veraltet.As of 4.5 usegetIDGenerationLocation().- Seit:
- 4.1
-
OpenSessionResult(CDODataInput, int).