Uses of Interface
org.eclipse.emf.cdo.client.ResourceInfo

Packages that use ResourceInfo
org.eclipse.emf.cdo.client   
org.eclipse.emf.cdo.client.impl   
org.eclipse.emf.cdo.client.protocol   
 

Uses of ResourceInfo in org.eclipse.emf.cdo.client
 

Methods in org.eclipse.emf.cdo.client that return ResourceInfo
 ResourceInfo CDOResource.getInfo()
          Returns the ResourceInfo of this CDOResource.
 

Uses of ResourceInfo in org.eclipse.emf.cdo.client.impl
 

Classes in org.eclipse.emf.cdo.client.impl that implement ResourceInfo
 class ResourceInfoImpl
           
 

Fields in org.eclipse.emf.cdo.client.impl declared as ResourceInfo
protected  ResourceInfo CDOResourceImpl.resourceInfo
           
 

Methods in org.eclipse.emf.cdo.client.impl that return ResourceInfo
 ResourceInfo CDOResourceImpl.getInfo()
           
 

Constructors in org.eclipse.emf.cdo.client.impl with parameters of type ResourceInfo
CDOResourceImpl(ResourceInfo resourceInfo, ResourceManager resourceManager)
           
 

Uses of ResourceInfo in org.eclipse.emf.cdo.client.protocol
 

Methods in org.eclipse.emf.cdo.client.protocol that return types with arguments of type ResourceInfo
static java.util.List<ResourceInfo> ClientCDOResProtocolImpl.queryAllResources(org.eclipse.net4j.core.Channel channel)
           
 


Copyright (c) 2004, 2005, 2006 Eike Stepper, Germany.
All Rights Reserved.