public interface IJndiWritableService extends IService
This interface must be implemented by a class to be considered a target service.
Optionally, the target service may also implement a constructor, which will be called once before a synchronization begins. This constructor may accept a Properties object as a parameter, which will be filled with properties from the lsc.properties file.
Modifier and Type | Method and Description |
---|---|
boolean |
apply(JndiModifications jm)
Apply directory modifications.
|
getBean, getListPivots
boolean apply(JndiModifications jm) throws LscServiceCommunicationException
jm
- Modifications to apply in a JndiModifications
object.CommunicationException
- If the connection to the service is lost,
and all other attempts to use this service should fail.LscServiceCommunicationException
Copyright © 2005-2024 LSC project. All Rights Reserved.