com.resilientedge.jockey.core
Class Hub

java.lang.Object
  |
  +--com.resilientedge.jockey.core.Hub

public class Hub
extends java.lang.Object

Main class for Jockey; provides Jockey engine lifecycle.

Version:
$Revision: 1.1 $
Author:
jgardner

Method Summary
static Hub getInstance()
          Returns the singleton instance
 void init()
          Initializer
 void shutdown()
          Shutdown the Jockey core.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Hub getInstance()
Returns the singleton instance
Returns:
The Instance value

init

public void init()
Initializer

shutdown

public void shutdown()
Shutdown the Jockey core.


Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.