net.openwings.availability
Class ReachableFactory
java.lang.Object
net.openwings.availability.ReachableFactory
- public final class ReachableFactory
- extends java.lang.Object
This class provides a way to obtain an implementation of
Reachable. The Reachable object is
a singleton - there is one instance for an entire application.
The choice of Reachable implementation class is set using
the net.openwings.availability.reachable.implementation
property. A compliant implementation must implement this interface
and provide a zero-argument constructor.
|
Method Summary |
static Reachable |
getReachable()
This method is used to obtain an implementation of the
Reachable plugin. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReachableFactory
public ReachableFactory()
getReachable
public static Reachable getReachable()
- This method is used to obtain an implementation of the
Reachable plugin.
- Returns:
- object implementing the
Reachable
interface.