bexee.core
Class ProcessControllerFactory

java.lang.Object
  extended bybexee.core.ProcessControllerFactory

public class ProcessControllerFactory
extends java.lang.Object

Abstract factory class for creating ProcessControllerFactory implementations.

Version:
$Revision: 1.1 $, $Date: 2004/12/15 14:18:10 $
Author:
Patric Fornasier, Pawel Kowalski

Constructor Summary
ProcessControllerFactory()
           
 
Method Summary
static ProcessController createProcessController()
          Creates a new ProcessController.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessControllerFactory

public ProcessControllerFactory()
Method Detail

createProcessController

public static ProcessController createProcessController()
Creates a new ProcessController. The actual type is defined by the property bexee.controller.

If it is not set then ProcessControllerImplwill be created.

Returns:
a ProcessController implementation


Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.