org.omus.core
Class Services

java.lang.Object
  |
  +--org.omus.core.Services

public final class Services
extends java.lang.Object

A static utility class to retrieve instances of one of the Manager classes.


Method Summary
static LogManager getLogManager()
          Returns the LogManager.
static MessagingManager getMessagingManager()
          Returns the MessagingManager.
static TaskManager getTaskManager()
          Returns the TaskManager.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMessagingManager

public static MessagingManager getMessagingManager()
Returns the MessagingManager.

getTaskManager

public static TaskManager getTaskManager()
Returns the TaskManager.

getLogManager

public static LogManager getLogManager()
Returns the LogManager.