org.mariadb.jdbc.internal.util
Class PidFactory

java.lang.Object
  extended by org.mariadb.jdbc.internal.util.PidFactory

public class PidFactory
extends Object


Nested Class Summary
static interface PidFactory.PidRequestInter
           
 
Constructor Summary
PidFactory()
           
 
Method Summary
static PidFactory.PidRequestInter getInstance()
          Factory method to avoid loading JNA classes every connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PidFactory

public PidFactory()
Method Detail

getInstance

public static PidFactory.PidRequestInter getInstance()
Factory method to avoid loading JNA classes every connection.

Returns:
factory that implement PID according to environment.


Copyright © 2017. All rights reserved.