- java.lang.Object
-
- org.tentackle.dbms.rmi.DbRemoteDelegateLocator
-
- org.tentackle.persist.rmi.PdoRemoteDelegateLocator
-
- All Implemented Interfaces:
RemoteDelegateLocator
@Service(org.tentackle.dbms.rmi.RemoteDelegateLocator.class) public class PdoRemoteDelegateLocator extends DbRemoteDelegateLocator
The default implementation for aRemoteDelegateLocator.- Author:
- harald
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.tentackle.dbms.rmi.RemoteDelegateLocator
RemoteDelegateLocator.Result
-
-
Constructor Summary
Constructors Constructor Description PdoRemoteDelegateLocator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<?>findEffectiveClass(Class<?> clazz)Gets the effective class.-
Methods inherited from class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
findRemoteDelegate
-
-
-
-
Method Detail
-
findEffectiveClass
protected Class<?> findEffectiveClass(Class<?> clazz)
Gets the effective class.- Overrides:
findEffectiveClassin classDbRemoteDelegateLocator- Parameters:
clazz- the serviced class- Returns:
- the effective serviced class
-
-