Uses of Interface
org.openanzo.services.IModelService

Packages that use IModelService
org.openanzo.client   
org.openanzo.model.embedded   
org.openanzo.services   
org.openanzo.services.impl   
 

Uses of IModelService in org.openanzo.client
 

Methods in org.openanzo.client that return IModelService
 IModelService DatasetService.getModelService()
          Get the DatasetService's IModelService
 

Constructors in org.openanzo.client with parameters of type IModelService
DatasetService(java.util.Properties properties, IModelService modelService, INotificationService notificationService, IReplicationService replicationService)
          Constructor for a DatasetService.
 

Uses of IModelService in org.openanzo.model.embedded
 

Classes in org.openanzo.model.embedded that implement IModelService
 class EmbeddedModelService
          An Embedded version of the IModelService which has a direct connection to the Anzo server.
 

Methods in org.openanzo.model.embedded that return IModelService
static IModelService EmbeddedModelService.getInstance(java.lang.Object parent, java.util.Properties props)
          Get an instance of the EmbeddedModelService
 

Uses of IModelService in org.openanzo.services
 

Methods in org.openanzo.services that return IModelService
static IModelService ModelServiceFactory.createModelService(java.lang.Object requestingObject, java.util.Properties properties)
          Attempts to dynamically load a class responsible for communicating with the Anzo Server.
 

Uses of IModelService in org.openanzo.services.impl
 

Classes in org.openanzo.services.impl that implement IModelService
 class WSModelService
          Implementation of IModelService that uses WebService/Soap to talk to a remote Anzo Server.
 



Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.