com.ibatis.common.beans

Class ProbeFactory

public class ProbeFactory extends Object

An abstract factory for getting Probe implementations.
Method Summary
static ProbegetProbe()
Factory method for getting a Probe object
static ProbegetProbe(Object object)
Factory method for getting a Probe object that is the best choice for the type of object supplied by the object parameter.

Method Detail

getProbe

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

Returns: An implementation of the Probe interface

getProbe

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

Parameters: object The object to get a Probe for

Returns: An implementation of the Probe interface

Copyright © 2011. All Rights Reserved.