|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lsc.jndi.AbstractSimpleJndiService
org.lsc.jndi.EmptyJndiDstService
public class EmptyJndiDstService
This class is a generic implementation to simulate an empty destination directory.
| Constructor Summary | |
|---|---|
EmptyJndiDstService(Properties props,
String beanClassName)
Constructor adapted to the context properties and the bean class name to instantiate. |
|
| Method Summary | |
|---|---|
IBean |
getBean(Map.Entry<String,LscAttributes> id)
The simple object getter according to its identifier. |
JndiServices |
getJndiServices()
Destination LDAP Services getter. |
Map<String,LscAttributes> |
getListPivots()
Get the identifiers list. |
| Methods inherited from class org.lsc.jndi.AbstractSimpleJndiService |
|---|
get, getAttrs, getAttrsId, getBaseDn, getBeanFromSR, getFilterAll, getFilterId, getObjectFromSR |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EmptyJndiDstService(Properties props,
String beanClassName)
props - the properties used to identify the directory parameters and contextbeanClassName - the bean class name that will be instantiated and feed up| Method Detail |
|---|
public IBean getBean(Map.Entry<String,LscAttributes> id)
throws NamingException
getBean in interface IJndiDstServiceid - the data identifier in the directory - must return a unique directory entry
NamingException - thrown if an directory exception is encountered while getting the identified beanpublic final JndiServices getJndiServices()
getJndiServices in class AbstractSimpleJndiService
public Map<String,LscAttributes> getListPivots()
throws NamingException
getListPivots in interface IJndiDstServiceNamingException - thrown if an directory exception is encountered while getting the identifiers list
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||