Package org.openanzo.services

Interface Summary
IAuthenticationService The IAuthenticationService provides an endpoint that services can use in order to authenticate a user against Anzo's authentication service.
IJmsProvider IJmsProvider wraps an implementation of a JMS provider with any conversion needed in order for Anzo's notification system to work.
IModelService IModelService provides an endpoint that most Anzo model operations are run against.
IModelTransactionUpdates IModelTransactionUpdates encapsulate the results of a transaction's committal on the server
IModelUpdate IModelUpdate encapsulates the results of an update call on the server
INotificationListener INotificationListener listens for events from the INotificationService.
INotificationSelector Provides a message selector to the notification service
INotificationService INotificationService provides an endpoint that Anzo notification operations are run against.
IReplicationService IReplicationService provides an endpoint that Anzo replication operations are run against.
IService Base service interface that other services must implement
 

Class Summary
AuthenticationServiceFactory Factory to create IModelService based on configuration properties passed in on create method
JmsProviderFactory Factory to create IJmsProvider based on configuration properties passed in on create method
ModelServiceFactory Factory to create IModelService based on configuration properties passed in on create method
ModelServiceProperties Configuration properties that are used by IModelService,IAuthenticationSetvice, and IReplicationService.
NotificationListenerAdapter Adapter that extends the RepositoryHandlerAdapter to add the callbacks from INotificationListener
NotificationProperties Configuration properties for the INotificationService.
NotificationServiceFactory Factory to create INotificationService based on configuration properties passed in on create method
ReplicationProperties Configuration properties for the IReplicationService.
ReplicationServiceFactory Factory to create IReplicationService based on configuration properties passed in on create method
 



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