Uses of Class
org.eclipse.ecf.provider.remoteservice.generic.RemoteServiceRegistryImpl

Packages that use RemoteServiceRegistryImpl
org.eclipse.ecf.provider.remoteservice.generic   
 

Uses of RemoteServiceRegistryImpl in org.eclipse.ecf.provider.remoteservice.generic
 

Fields in org.eclipse.ecf.provider.remoteservice.generic declared as RemoteServiceRegistryImpl
protected  RemoteServiceRegistryImpl RegistrySharedObject.localRegistry
          registry impl for local remote service registrations
 

Methods in org.eclipse.ecf.provider.remoteservice.generic that return RemoteServiceRegistryImpl
protected  RemoteServiceRegistryImpl RegistrySharedObject.addRemoteRegistry(RemoteServiceRegistryImpl registry)
          End message send/handlers
protected  RemoteServiceRegistryImpl RegistrySharedObject.getRemoteRegistry(ID containerID)
           
protected  RemoteServiceRegistryImpl RegistrySharedObject.removeRemoteRegistry(ID containerID)
           
 

Methods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type RemoteServiceRegistryImpl
protected  RemoteServiceRegistryImpl RegistrySharedObject.addRemoteRegistry(RemoteServiceRegistryImpl registry)
          End message send/handlers
 void RemoteServiceRegistrationImpl.publish(RegistrySharedObject sharedObject1, RemoteServiceRegistryImpl registry, java.lang.Object svc, java.lang.String[] clzzes, java.util.Dictionary props)