com.ibatis.common.beans
Class ProbeFactory

java.lang.Object
  extended by com.ibatis.common.beans.ProbeFactory

public class ProbeFactory
extends java.lang.Object

An abstract factory for getting Probe implementations.


构造器摘要
ProbeFactory()
           
 
方法摘要
static Probe getProbe()
          Factory method for getting a Probe object
static Probe getProbe(java.lang.Object object)
          Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.
 
类方法继承: java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造器详细信息

ProbeFactory

public ProbeFactory()
方法详细信息

getProbe

public static Probe getProbe()
Factory method for getting a Probe object

返回:
An implementation of the Probe interface

getProbe

public static Probe getProbe(java.lang.Object object)
Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.

参数:
object - The object to get a Probe for
返回:
An implementation of the Probe interface