org.eclipse.emf.cdo.location
Interface IRepositoryLocation

All Superinterfaces:
CDOSessionConfigurationFactory, IContainer<ICheckoutSource>, INotifier

public interface IRepositoryLocation
extends IContainer<ICheckoutSource>, CDOSessionConfigurationFactory

A CDO server independent representation of a repository.

Since:
4.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.net4j.util.container.IContainer
IContainer.Modifiable<E>
 
Method Summary
 void delete()
           
 String getConnectorDescription()
           
 String getConnectorType()
           
 IRepositoryLocationManager getManager()
           
 String getRepositoryName()
           
 void write(OutputStream out)
           
 
Methods inherited from interface org.eclipse.net4j.util.container.IContainer
getElements, isEmpty
 
Methods inherited from interface org.eclipse.net4j.util.event.INotifier
addListener, getListeners, hasListeners, removeListener
 
Methods inherited from interface org.eclipse.emf.cdo.session.CDOSessionConfigurationFactory
createSessionConfiguration
 

Method Detail

getManager

IRepositoryLocationManager getManager()

getConnectorType

String getConnectorType()

getConnectorDescription

String getConnectorDescription()

getRepositoryName

String getRepositoryName()

write

void write(OutputStream out)
           throws IOException
Throws:
IOException

delete

void delete()


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.