Package org.silverpeas.core.chat
Class ChatInitialization
- java.lang.Object
-
- org.silverpeas.core.chat.ChatInitialization
-
- All Implemented Interfaces:
Initialization
@Service public class ChatInitialization extends Object implements Initialization
Initializes the resources required by the Chat to work correctly.- Author:
- mmoquillon
-
-
Constructor Summary
Constructors Constructor Description ChatInitialization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.silverpeas.core.initialization.Initialization
getPriority, release
-
-
-
-
Method Detail
-
init
public void init() throws Exception
Description copied from interface:Initialization
Initializes some resources required by the services or performs some initialization processes at Silverpeas startup.- Specified by:
init
in interfaceInitialization
- Throws:
Exception
- if an error occurs during the initialization process. In this case the Silverpeas startup fails.
-
-