org.apache.examples.panorama.discussions
Class DiscussionsStartup

java.lang.Object
  extended by org.apache.examples.panorama.discussions.DiscussionsStartup

public class DiscussionsStartup
extends java.lang.Object

Placeholder for startup logic for the Discussions tool. This style reflects the "legacy" approach in Panorama, which relied on a startup class invoking a central EJB, which then invoked public static methods. As tools are updated to make use of HiveMind, these startup classes are converted into startup services.

Author:
Howard Lewis Ship

Constructor Summary
DiscussionsStartup()
           
 
Method Summary
static void init()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiscussionsStartup

public DiscussionsStartup()
Method Detail

init

public static void init()