Uses of Interface
org.eclipse.emf.cdo.defs.CDOSessionDef

Packages that use CDOSessionDef
org.eclipse.emf.cdo.defs   
org.eclipse.emf.cdo.defs.impl   
org.eclipse.emf.cdo.defs.util   
 

Uses of CDOSessionDef in org.eclipse.emf.cdo.defs
 

Methods in org.eclipse.emf.cdo.defs that return CDOSessionDef
 CDOSessionDef CDODefsFactory.createCDOSessionDef()
          Returns a new object of class 'CDO Session Def'.
 CDOSessionDef CDOViewDef.getCdoSessionDef()
          Returns the value of the 'Cdo Session Def' reference.
 

Methods in org.eclipse.emf.cdo.defs with parameters of type CDOSessionDef
 void CDOViewDef.setCdoSessionDef(CDOSessionDef value)
          Sets the value of the 'Cdo Session Def' reference.
 

Uses of CDOSessionDef in org.eclipse.emf.cdo.defs.impl
 

Classes in org.eclipse.emf.cdo.defs.impl that implement CDOSessionDef
 class CDOSessionDefImpl
          An implementation of the model object ' CDO Session Def'.
 

Fields in org.eclipse.emf.cdo.defs.impl declared as CDOSessionDef
protected  CDOSessionDef CDOViewDefImpl.cdoSessionDef
          The cached value of the 'Cdo Session Def' reference.
 

Methods in org.eclipse.emf.cdo.defs.impl that return CDOSessionDef
 CDOSessionDef CDOViewDefImpl.basicGetCdoSessionDef()
           
 CDOSessionDef CDODefsFactoryImpl.createCDOSessionDef()
           
 CDOSessionDef CDOViewDefImpl.getCdoSessionDef()
           
 

Methods in org.eclipse.emf.cdo.defs.impl with parameters of type CDOSessionDef
 void CDOViewDefImpl.setCdoSessionDef(CDOSessionDef newCdoSessionDef)
           
 

Uses of CDOSessionDef in org.eclipse.emf.cdo.defs.util
 

Methods in org.eclipse.emf.cdo.defs.util that return CDOSessionDef
static CDOSessionDef CDODefsUtil.createSessionDef(java.lang.String repositoryName, CDOPackageRegistryDef ePackageRegistryDef, FailOverStrategyDef failOverStrategyDef)
           
static CDOSessionDef CDODefsUtil.createSessionDef(java.lang.String repositoryName, CDOPackageRegistryDef ePackageRegistryDef, org.eclipse.net4j.defs.TCPConnectorDef tcpConnectorDef)
           
 

Methods in org.eclipse.emf.cdo.defs.util with parameters of type CDOSessionDef
 T CDODefsSwitch.caseCDOSessionDef(CDOSessionDef object)
          Returns the result of interpreting the object as an instance of 'CDO Session Def'.
static CDOAuditDef CDODefsUtil.createCDOAuditDef(CDOSessionDef cdoSessionDef)
           
static CDOTransactionDef CDODefsUtil.createCDOTransactionDef(CDOSessionDef cdoSessionDef)
           
 


Copyright (c) 2004 - 2009 Eike Stepper (Berlin, Germany) and others.
All Rights Reserved.