Interface | Description |
---|---|
DataSchemaProvider |
This class represents the data schema, that is a list of element name and their Java types
In this class, elements may be either directory attributes or SQL request columns or any
single format data subtype returned by the data source
|
IAsynchronousService |
Extende default IService interface to add an asynchronous method
|
IService |
Interface used by services.
|
IWritableService |
Interface used by Jndi target services.
|
IXAWritableService |
This interface exposes a multi referential XA service
|
Class | Description |
---|---|
AbstractJdbcDstService |
This class is a Database abstraction layour for a destination service
|
AbstractJdbcService |
Generic JDBC iBatis Service
Manage retrieving of list and object according t
Can be override by a specific implementation in the final class if needed :
Get a look at org.lsc.service.StructureJdbcService class
|
GoogleAppsService |
This class enables a provisioning of the Google Apps accounts - Provisioning API version 2.0
This service reuses most of the code provided as samples by Google at the following location:
http://code.google.com/p
/gdata-java-client/source/browse/trunk/java/sample/appsforyourdomain/AppsForYourDomainClient.java
This service never delete users account: it only suspends them.
|
IBatisDataSchemaProvider |
This class provides the data schema by reading the request schema
via iBatis
|
JndiDataSchemaProvider |
This class provides the data schema by reading the directory schema
|
MultipleDstService |
This service allows a multiple referential commit two-phase
Get object and list object ids calls are done on the first service
Updates are done on every one through a XA transaction
|
SimpleJdbcDstService |
This class is a Database Service destination service
|
SimpleJdbcSrcService | |
SyncReplSourceService |
You will find there the SyncRepl source service that can attach
to a compatible directory to get updates on the fly.
|
XAJdbcDstService |
Relies upon the Bitronix JTA transaction manager
Supported databases list is available there: http://docs.codehaus.org/display/BTM/JdbcXaSupportEvaluation
|
XALdifDstService |
Copyright © 2005-2024 LSC project. All Rights Reserved.