Uses of Enum Class
org.eclipse.emf.cdo.common.CDOCommonRepository.State
Package
Description
Common concepts that are differently extended in clients and servers.
Common utility classes, some common interfaces and exceptions.
Server service provider interfaces and useful base implementations.
Client service provider interfaces and useful base implementations.
-
Uses of CDOCommonRepository.State in org.eclipse.emf.cdo.common
Modifier and TypeMethodDescriptionCDOCommonRepository.StateChangedEvent.getNewState()
CDOCommonRepository.StateChangedEvent.getOldState()
CDOCommonRepository.getState()
Returns the state of this repository.static CDOCommonRepository.State
Returns the enum constant of this class with the specified name.static CDOCommonRepository.State[]
CDOCommonRepository.State.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of CDOCommonRepository.State in org.eclipse.emf.cdo.common.util
Modifier and TypeMethodDescriptionRepositoryStateChangedEvent.getNewState()
RepositoryStateChangedEvent.getOldState()
ModifierConstructorDescriptionRepositoryStateChangedEvent
(org.eclipse.net4j.util.event.INotifier source, CDOCommonRepository.State oldState, CDOCommonRepository.State newState) -
Uses of CDOCommonRepository.State in org.eclipse.emf.cdo.spi.server
Modifier and TypeMethodDescriptionvoid
InternalSession.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) Deprecated.void
InternalSession.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
InternalSessionManager.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) void
InternalSessionManager.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
ISessionProtocol.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) Deprecated.void
ISessionProtocol.sendRepositoryStateNotification
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState, CDOID rootResourceID) void
InternalRepository.setState
(CDOCommonRepository.State state) -
Uses of CDOCommonRepository.State in org.eclipse.emf.spi.cdo
Modifier and TypeMethodDescriptionCDOSessionProtocol.OpenSessionResult.getRepositoryState()
Deprecated.As of 4.5 useCDOSessionProtocol.OpenSessionResult.getState()
.CDOSessionProtocol.OpenSessionResult.getState()
Modifier and TypeMethodDescriptionvoid
InternalCDOSession.handleRepositoryStateChanged
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) ModifierConstructorDescriptionOpenSessionResult
(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) Deprecated.As of 4.4 useOpenSessionResult(CDODataInput, int)
.
InternalSession.sendRepositoryStateNotification(org.eclipse.emf.cdo.common.CDOCommonRepository.State, org.eclipse.emf.cdo.common.CDOCommonRepository.State, CDOID)
instead