Class PdoRemoteDelegateLocator

  • All Implemented Interfaces:
    org.tentackle.dbms.rmi.RemoteDelegateLocator

    @Service(org.tentackle.dbms.rmi.RemoteDelegateLocator.class)
    public class PdoRemoteDelegateLocator
    extends org.tentackle.dbms.rmi.DbRemoteDelegateLocator
    The default implementation for a RemoteDelegateLocator.
    Author:
    harald
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.tentackle.dbms.rmi.RemoteDelegateLocator

        org.tentackle.dbms.rmi.RemoteDelegateLocator.Result
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Class<?> findEffectiveClass​(java.lang.Class<?> clazz)
      Gets the effective class.
      • Methods inherited from class org.tentackle.dbms.rmi.DbRemoteDelegateLocator

        findRemoteDelegate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PdoRemoteDelegateLocator

        public PdoRemoteDelegateLocator()
    • Method Detail

      • findEffectiveClass

        protected java.lang.Class<?> findEffectiveClass​(java.lang.Class<?> clazz)
        Gets the effective class.
        Overrides:
        findEffectiveClass in class org.tentackle.dbms.rmi.DbRemoteDelegateLocator
        Parameters:
        clazz - the serviced class
        Returns:
        the effective serviced class