Class ClobAccess.ClobAccessSubclassFactory

  • Enclosing class:
    ClobAccess

    public abstract static class ClobAccess.ClobAccessSubclassFactory
    extends java.lang.Object
    Class to provide fast access to the constructor of plugin subclasses of ClobAccess.
    Author:
    Matthew Wakeling
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract ClobAccess invokeConstructor​(ClobAccess clobAccess)
      Method to return a new instance of the subclass of ClobAccess that this object represents.
      • Methods inherited from class java.lang.Object

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

      • ClobAccessSubclassFactory

        public ClobAccessSubclassFactory()
    • Method Detail

      • invokeConstructor

        public abstract ClobAccess invokeConstructor​(ClobAccess clobAccess)
        Method to return a new instance of the subclass of ClobAccess that this object represents.
        Parameters:
        clobAccess - the existing ClobAccess object to pass in to the constructor
        Returns:
        a ClobAccess object