|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.emf.cdo.server.CDOServerUtil

Various static methods that may help with CDO repositories and server-side views.
| Nested Class Summary | |
|---|---|
static class |
CDOServerUtil.RepositoryReadAccessValidator
An abstract read-access handler that grants or denies access to single
revisions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static CDOView openView(ISession session,
CDOBranchPoint branchPoint,
CDORevisionProvider revisionProvider)
public static CDOView openView(ISession session,
CDOBranchPoint branchPoint)
public static CDOView openView(IView view)
public static CDOView openView(IStoreAccessor.CommitContext commitContext)
@Deprecated
public static CDOView openView(ISession session,
CDOBranchPoint branchPoint,
boolean legacyModeEnabled,
CDORevisionProvider revisionProvider)
openView(ISession, CDOBranchPoint, CDORevisionProvider).
@Deprecated
public static CDOView openView(ISession session,
CDOBranchPoint branchPoint,
boolean legacyModeEnabled)
openView(ISession, CDOBranchPoint).
@Deprecated
public static CDOView openView(IView view,
boolean legacyModeEnabled)
openView(IView).
@Deprecated
public static CDOView openView(IStoreAccessor.CommitContext commitContext,
boolean legacyModeEnabled)
openView(IStoreAccessor.CommitContext).
@Deprecated public static CDOSessionConfiguration createSessionConfiguration()
public static ISessionManager createSessionManager()
public static IRepository createRepository(String name,
IStore store,
Map<String,String> props)
public static IRepositorySynchronizer createRepositorySynchronizer(CDOSessionConfigurationFactory remoteSessionConfigurationFactory)
public static ISynchronizableRepository createOfflineClone(String name,
IStore store,
Map<String,String> props,
IRepositorySynchronizer synchronizer)
public static ISynchronizableRepository createFailoverParticipant(String name,
IStore store,
Map<String,String> props,
IRepositorySynchronizer synchronizer,
boolean master,
boolean allowBackupCommits)
public static ISynchronizableRepository createFailoverParticipant(String name,
IStore store,
Map<String,String> props,
IRepositorySynchronizer synchronizer,
boolean master)
public static ISynchronizableRepository createFailoverParticipant(String name,
IStore store,
Map<String,String> props,
IRepositorySynchronizer synchronizer)
public static ISynchronizableRepository createFailoverParticipant(String name,
IStore store,
Map<String,String> props)
public static void addRepository(IManagedContainer container,
IRepository repository)
public static IRepository getRepository(IManagedContainer container,
String name)
public static Element getRepositoryConfig(String repositoryName)
throws ParserConfigurationException,
SAXException,
IOException
ParserConfigurationException
SAXException
IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||