Openwings API Documentation (v1.1)

net.openwings.availability
Class ReachableFactory

java.lang.Object
  extended bynet.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.


Constructor Summary
ReachableFactory()
           
 
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
 

Constructor Detail

ReachableFactory

public ReachableFactory()
Method Detail

getReachable

public static Reachable getReachable()
This method is used to obtain an implementation of the Reachable plugin.

Returns:
object implementing the Reachable interface.

Openwings API Documentation (v1.1)