Uses of Interface
org.eclipse.emf.cdo.server.ServerCDOResProtocol

Packages that use ServerCDOResProtocol
org.eclipse.emf.cdo.server   
org.eclipse.emf.cdo.server.protocol   
 

Uses of ServerCDOResProtocol in org.eclipse.emf.cdo.server
 

Methods in org.eclipse.emf.cdo.server that return ServerCDOResProtocol
 ServerCDOResProtocol ServerCDOProtocol.getServerCDOResProtocol()
           
 

Methods in org.eclipse.emf.cdo.server with parameters of type ServerCDOResProtocol
 void ServerCDOResProtocol.Listener.notifyInvalidation(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Long> modifiedOIDs)
          Called by the ServerCDOResProtocol this ServerCDOResProtocol.Listener is registered with to notify about invalidated objects.
 void ServerCDOResProtocol.Listener.notifyRemoval(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Integer> rids)
          Called by the ServerCDOResProtocol this ServerCDOResProtocol.Listener is registered with to notify about removed resources.
 

Uses of ServerCDOResProtocol in org.eclipse.emf.cdo.server.protocol
 

Classes in org.eclipse.emf.cdo.server.protocol that implement ServerCDOResProtocol
 class ServerCDOResProtocolImpl
           
 

Fields in org.eclipse.emf.cdo.server.protocol declared as ServerCDOResProtocol
protected  ServerCDOResProtocol ServerCDOProtocolImpl.serverCDOResProtocol
           
 

Methods in org.eclipse.emf.cdo.server.protocol that return ServerCDOResProtocol
 ServerCDOResProtocol ServerCDOProtocolImpl.getServerCDOResProtocol()
           
 

Methods in org.eclipse.emf.cdo.server.protocol with parameters of type ServerCDOResProtocol
 void ServerCDOProtocolImpl.notifyInvalidation(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Long> modifiedOIDs)
           
 void ServerCDOProtocolImpl.notifyRemoval(ServerCDOResProtocol protocol, java.util.Collection<java.lang.Integer> rids)
           
 void ServerCDOProtocolImpl.setServerCDOResProtocol(ServerCDOResProtocol serverCDOResProtocol)
           
 


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