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 a
RemoteDelegateLocator.- Author:
- harald
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.tentackle.dbms.rmi.RemoteDelegateLocator
RemoteDelegateLocator.Result -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Class<?>findEffectiveClass(Class<?> clazz) Gets the effective class.Methods inherited from class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
findRemoteDelegate
-
Constructor Details
-
PdoRemoteDelegateLocator
public PdoRemoteDelegateLocator()Creates the remote delegate locator.
-
-
Method Details
-
findEffectiveClass
Gets the effective class.- Overrides:
findEffectiveClassin classDbRemoteDelegateLocator- Parameters:
clazz- the serviced class- Returns:
- the effective serviced class
-