Class FileManagedConnectionFactory

  • All Implemented Interfaces:
    Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ResourceAdapterAssociation, javax.resource.spi.ValidatingManagedConnectionFactory

    public class FileManagedConnectionFactory
    extends BasicManagedConnectionFactory
    See Also:
    Serialized Form
    • Constructor Detail

      • FileManagedConnectionFactory

        public FileManagedConnectionFactory()
    • Method Detail

      • getParentDirectory

        public String getParentDirectory()
      • setParentDirectory

        public void setParentDirectory​(String parentDirectory)
      • getFileMapping

        public String getFileMapping()
      • setFileMapping

        public void setFileMapping​(String fileMapping)
      • isAllowParentPaths

        public Boolean isAllowParentPaths()
      • setAllowParentPaths

        public void setAllowParentPaths​(Boolean allowParentPaths)
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface javax.resource.spi.ManagedConnectionFactory
        Overrides:
        hashCode in class Object
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface javax.resource.spi.ManagedConnectionFactory
        Overrides:
        equals in class Object