Uses of Enum Class
org.eclipse.emf.cdo.common.CDOCommonRepository.State
Packages that use 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
Methods in org.eclipse.emf.cdo.common that return CDOCommonRepository.StateModifier 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
Methods in org.eclipse.emf.cdo.common.util that return CDOCommonRepository.StateModifier and TypeMethodDescriptionRepositoryStateChangedEvent.getNewState()
RepositoryStateChangedEvent.getOldState()
Constructors in org.eclipse.emf.cdo.common.util with parameters of type CDOCommonRepository.StateModifierConstructorDescriptionRepositoryStateChangedEvent
(org.eclipse.net4j.util.event.INotifier source, CDOCommonRepository.State oldState, CDOCommonRepository.State newState) -
Uses of CDOCommonRepository.State in org.eclipse.emf.cdo.spi.server
Methods in org.eclipse.emf.cdo.spi.server with parameters of type CDOCommonRepository.StateModifier 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
Methods in org.eclipse.emf.spi.cdo that return CDOCommonRepository.StateModifier and TypeMethodDescriptionCDOSessionProtocol.OpenSessionResult.getRepositoryState()
Deprecated.As of 4.5 useCDOSessionProtocol.OpenSessionResult.getState()
.CDOSessionProtocol.OpenSessionResult.getState()
Methods in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.StateModifier and TypeMethodDescriptionvoid
InternalCDOSession.handleRepositoryStateChanged
(CDOCommonRepository.State oldState, CDOCommonRepository.State newState) Constructors in org.eclipse.emf.spi.cdo with parameters of type CDOCommonRepository.StateModifierConstructorDescriptionOpenSessionResult
(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