Openwings API Documentation (v1.1)

net.openwings.management
Class ManagerFactory

java.lang.Object
  extended bynet.openwings.management.ManagerFactory

public final class ManagerFactory
extends java.lang.Object

This class provides a way to obtain an implementation of Manager. The choice of Manager implementation class is set using the net.openwings.management.implementation property.


Method Summary
static Manager getManager()
          This method is used to obtain a Manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getManager

public static Manager getManager()
This method is used to obtain a Manager.

Returns:
object implementing the Manager interface.

Openwings API Documentation (v1.1)