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[]
long
Returns the creation time of this repository.long
getName()
Returns the name of this repository.Returns the type of CDOIDs created by the store of this repository.long
long
Veraltet.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.int
getState()
Returns the state of this repository.Returns the type of the store of this repository.int
long
getType()
Returns the type of this repository.getUUID()
Returns the UUID of this repository.boolean
Returnstrue
if this repository requires user authentication,false
otherwise.boolean
boolean
Returnstrue
if this repository ensures referential integrity,false
otherwise.boolean
Veraltet.As of 4.5 useisAuthenticating()
.boolean
Veraltet.As of 4.5 useisEnsuringReferentialIntegrity()
.boolean
Veraltet.As of 4.5 useisSerializingCommits()
.boolean
Veraltet.As of 4.5 useisSupportingAudits()
.boolean
Veraltet.As of 4.5 useisSupportingBranches()
.boolean
Veraltet.As of 4.2 instances of Ecore are always supported (on demand).boolean
Returnstrue
if this repository serializes commits,false
otherwise.boolean
Returnstrue
if this repository supports auditing,false
otherwise.boolean
Returnstrue
if this repository supports branching,false
otherwise.boolean
Veraltet.As of 4.2 instances of Ecore are always supported (on demand).boolean
Returnstrue
if this repository supports login peeking,false
otherwise.boolean
Returnstrue
if this repository supports units,false
otherwise.void
setRepositoryTimeResult
(CDOSessionProtocol.RepositoryTimeResult repositoryTimeResult) boolean
waitWhileInitial
(IProgressMonitor monitor) Von Klasse geerbte Methoden org.eclipse.core.runtime.PlatformObject
getAdapter
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von 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:CDOCommonRepository
Returns the UUID of this repository.- Angegeben von:
getUUID
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
getName
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the name of this repository.- Angegeben von:
getName
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
getType
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the type of this repository.- Angegeben von:
getType
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
getState
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the state of this repository.- Angegeben von:
getState
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
getStoreType
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the type of the store of this repository.- Angegeben von:
getStoreType
in SchnittstelleCDOCommonRepository
- Seit:
- 3.0
-
getObjectIDTypes
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the type of CDOIDs created by the store of this repository.- Angegeben von:
getObjectIDTypes
in SchnittstelleCDOCommonRepository
- Seit:
- 3.0
-
getRootResourceID
Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the ID of the root resource of this repository.- Angegeben von:
getRootResourceID
in SchnittstelleCDOCommonRepository
- Seit:
- 3.0
-
getCreationTime
public long getCreationTime()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returns the creation time of this repository.- Angegeben von:
getCreationTime
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isAuthenticating
public boolean isAuthenticating()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository requires user authentication,false
otherwise.- Angegeben von:
isAuthenticating
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isSupportingLoginPeeks
public boolean isSupportingLoginPeeks()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository supports login peeking,false
otherwise.- Angegeben von:
isSupportingLoginPeeks
in SchnittstelleCDOCommonRepository
-
isSupportingAudits
public boolean isSupportingAudits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository supports auditing,false
otherwise.- Angegeben von:
isSupportingAudits
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isSupportingBranches
public boolean isSupportingBranches()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository supports branching,false
otherwise.- Angegeben von:
isSupportingBranches
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isSupportingUnits
public boolean isSupportingUnits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository supports units,false
otherwise.- Angegeben von:
isSupportingUnits
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isSupportingEcore
Veraltet.As of 4.2 instances of Ecore are always supported (on demand).Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository supports instances of Ecore,false
otherwise.- Angegeben von:
isSupportingEcore
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isSerializingCommits
public boolean isSerializingCommits()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository serializes commits,false
otherwise.- Angegeben von:
isSerializingCommits
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isEnsuringReferentialIntegrity
public boolean isEnsuringReferentialIntegrity()Beschreibung aus Schnittstelle kopiert:CDOCommonRepository
Returnstrue
if this repository ensures referential integrity,false
otherwise.- Angegeben von:
isEnsuringReferentialIntegrity
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
isAuthorizingOperations
public boolean isAuthorizingOperations()- Angegeben von:
isAuthorizingOperations
in SchnittstelleCDOCommonRepository
- Seit:
- 4.15
-
getIDGenerationLocation
- Angegeben von:
getIDGenerationLocation
in SchnittstelleCDOCommonRepository
- Seit:
- 4.5
-
getLobDigestAlgorithm
- Angegeben von:
getLobDigestAlgorithm
in SchnittstelleCDOCommonRepository
-
getCommitInfoStorage
- Angegeben von:
getCommitInfoStorage
in 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:
getTimeStamp
in SchnittstelleCDOTimeProvider
- Seit:
- 4.5
-
waitWhileInitial
- Angegeben von:
waitWhileInitial
in 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)
.