Remote System Explorer DataStore
Release 3.0

Uses of Interface
org.eclipse.dstore.extra.IDomainNotifier

Packages that use IDomainNotifier
org.eclipse.dstore.core.client   
org.eclipse.dstore.core.model   
org.eclipse.dstore.extra   
 

Uses of IDomainNotifier in org.eclipse.dstore.core.client
 

Constructors in org.eclipse.dstore.core.client with parameters of type IDomainNotifier
ClientConnection(String name, IDomainNotifier notifier)
          Creates a new ClientConnection instance
ClientConnection(String name, IDomainNotifier notifier, int initialSize)
          Creates a new ClientConnection instance
 

Uses of IDomainNotifier in org.eclipse.dstore.core.model
 

Methods in org.eclipse.dstore.core.model that return IDomainNotifier
 IDomainNotifier DataStore.getDomainNotifier()
          Returns the domain notifier.
 

Methods in org.eclipse.dstore.core.model with parameters of type IDomainNotifier
 void DataStore.setDomainNotifier(IDomainNotifier domainNotifier)
          Sets the DataStore's IDomainNotifier
 

Constructors in org.eclipse.dstore.core.model with parameters of type IDomainNotifier
DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, IDomainNotifier domainNotifier)
          Creates a new DataStore instance
DataStore(DataStoreAttributes attributes, CommandHandler commandHandler, UpdateHandler updateHandler, IDomainNotifier domainNotifier, int initialSize)
          Creates a new DataStore instance
 

Uses of IDomainNotifier in org.eclipse.dstore.extra
 

Constructors in org.eclipse.dstore.extra with parameters of type IDomainNotifier
DomainEvent(IDomainNotifier source, int type, IDataElement parent, Object property)
           
 


Remote System Explorer DataStore
Release 3.0

Guidelines for using DataStore APIs.