
public interface CDOAdminHandler
CDOAdmin instances to create or
delete repositories.
A handler can be contributed by registering
a factory with the managed container.
| Modifier and Type | Interface and Description |
|---|---|
static class |
CDOAdminHandler.Factory
Creates
CDOAdminHandler instances. |
| Modifier and Type | Method and Description |
|---|---|
IRepository |
createRepository(String name,
Map<String,Object> properties) |
void |
deleteRepository(IRepository delegate) |
String |
getType() |
String getType()
IRepository createRepository(String name, Map<String,Object> properties)
void deleteRepository(IRepository delegate)
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.