BakeoutController-Basic  0.1
A Controller for the Omicron vacuum chamber
Public Member Functions | List of all members
kernel.KernelFactory Interface Reference
Inheritance diagram for kernel.KernelFactory:
Inheritance graph
[legend]

Public Member Functions

void setPortDriver (PortDriver newPortDriver)
 
Kernel getKernelInstance () throws UnableToCreateKernelException
 
Boolean canKernelBeStarted ()
 

Detailed Description

Describes methods for a bean to bootstrap the application kernel. This is a singleton factory.

Definition at line 10 of file KernelFactory.java.

Member Function Documentation

Boolean kernel.KernelFactory.canKernelBeStarted ( )
Returns
True if the kernel can be started, otherwise False.

Implemented in kernel.ApplicationKernelFactory.

Kernel kernel.KernelFactory.getKernelInstance ( ) throws UnableToCreateKernelException
Returns
The instance of the kernel that is being managed here
Exceptions
UnableToCreateKernelExceptionif the kernel cannot be created

Implemented in kernel.ApplicationKernelFactory.

void kernel.KernelFactory.setPortDriver ( PortDriver  newPortDriver)
Parameters
newPortDriverThe new PortDriver to be used. The purpose of the PortDriver is to manage calls to RXTX, and to retrieve serial ports

Implemented in kernel.ApplicationKernelFactory.


The documentation for this interface was generated from the following file:
Git Repo