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

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

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

Methods in org.eclipse.emf.cdo.defs that return CDOTransactionDef
 CDOTransactionDef CDODefsFactory.createCDOTransactionDef()
          Returns a new object of class 'CDO Transaction Def'.
 CDOTransactionDef CDOResourceDef.getCdoTransaction()
          Returns the value of the 'Cdo Transaction' reference.
 

Methods in org.eclipse.emf.cdo.defs with parameters of type CDOTransactionDef
 void CDOResourceDef.setCdoTransaction(CDOTransactionDef value)
          Sets the value of the 'Cdo Transaction' reference.
 

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

Classes in org.eclipse.emf.cdo.defs.impl that implement CDOTransactionDef
 class CDOTransactionDefImpl
          An implementation of the model object ' CDO Transaction Def'.
 

Fields in org.eclipse.emf.cdo.defs.impl declared as CDOTransactionDef
protected  CDOTransactionDef CDOResourceDefImpl.cdoTransaction
          The cached value of the 'Cdo Transaction' reference.
 

Methods in org.eclipse.emf.cdo.defs.impl that return CDOTransactionDef
 CDOTransactionDef CDOResourceDefImpl.basicGetCdoTransaction()
           
 CDOTransactionDef CDODefsFactoryImpl.createCDOTransactionDef()
           
 CDOTransactionDef CDOResourceDefImpl.getCdoTransaction()
           
 

Methods in org.eclipse.emf.cdo.defs.impl with parameters of type CDOTransactionDef
 void CDOResourceDefImpl.setCdoTransaction(CDOTransactionDef newCdoTransaction)
           
 

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

Methods in org.eclipse.emf.cdo.defs.util that return CDOTransactionDef
static CDOTransactionDef CDODefsUtil.createCDOTransactionDef(CDOSessionDef cdoSessionDef)
           
static CDOTransactionDef CDODefsUtil.createCDOTransactionDef(java.lang.String host, java.lang.String repositoryName, org.eclipse.net4j.defs.TCPConnectorDef tcpConnectorDef)
           
 

Methods in org.eclipse.emf.cdo.defs.util with parameters of type CDOTransactionDef
 T CDODefsSwitch.caseCDOTransactionDef(CDOTransactionDef object)
          Returns the result of interpreting the object as an instance of 'CDO Transaction Def'.
static CDOResourceDef CDODefsUtil.createCDOResourceDef(CDOTransactionDef cdoTransactionDef)
           
 


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