public class EmptyJndiDstService extends AbstractSimpleJndiService implements IJndiWritableService
Constructor and Description |
---|
EmptyJndiDstService(Properties props,
String beanClassName)
Deprecated.
|
EmptyJndiDstService(TaskType task)
Constructor adapted to the context properties and the bean class name to instantiate.
|
Modifier and Type | Method and Description |
---|---|
boolean |
apply(JndiModifications jm)
Apply directory modifications.
|
IBean |
getBean(String pivotName,
LscDatasets pivotAttributes,
boolean fromSameService)
The simple object getter according to its identifier.
|
Map<String,LscDatasets> |
getListPivots()
Returns a list of all the objects' identifiers.
|
close, get, getAttrs, getAttrsId, getBaseDn, getBeanFromSR, getFilterAll, getFilterId, getJndiServices
public EmptyJndiDstService(TaskType task) throws LscServiceConfigurationException
task
- the task parameter - unusedLscServiceConfigurationException
@Deprecated public EmptyJndiDstService(Properties props, String beanClassName) throws LscServiceConfigurationException
LscServiceConfigurationException
public IBean getBean(String pivotName, LscDatasets pivotAttributes, boolean fromSameService)
getBean
in interface IService
pivotName
- Name of the entry to be returned, which is the name returned by getListPivots()
(used for display only)pivotAttributes
- Map of attribute names and values, which is the data identifier in the
source such as returned by getListPivots()
. It must identify a unique entry in the
source.fromSameService
- are the pivot attributes provided by the same serviceNamingException
- Never thrown.public Map<String,LscDatasets> getListPivots()
getListPivots
in interface IService
NamingException
- Never thrown.public boolean apply(JndiModifications jm)
apply
in interface IJndiWritableService
jm
- Modifications to apply in a JndiModifications
object.CommunicationException
- Never thrown.Copyright © 2005-2024 LSC project. All Rights Reserved.