|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.instantMessaging.InstantMessagingModule
public class InstantMessagingModule
Description:
Configuration class that is instantiated by the framework if configured in
olat_config.xml. For configuration issues see olat.properties and run the
ant task config-all to affect the changes. Do not edit the
olat_config.xml manually! All classes from the instant messaging package
obtain there configuration values by calling the methods of this class.
Initial Date: 14.10.2004
| Constructor Summary | |
|---|---|
InstantMessagingModule()
call superclass constructor |
|
| Method Summary | |
|---|---|
void |
deleteUserData(Identity identity,
java.lang.String newDeletedUserName)
Delete user data for certain user |
void |
destroy()
Caled during Servlet.destroy() |
static InstantMessaging |
getAdapter()
|
static int |
getCHAT_POLLTIME()
|
static int |
getIDLE_POLLTIME()
|
void |
init(com.anthonyeden.lib.config.Configuration configuration)
Called by ConfigurationManager during statrup. |
static boolean |
isEnabled()
|
static boolean |
isSyncLearningGroups()
|
static void |
setCHAT_POLLTIME(int chat_polltime)
|
static void |
setIDLE_POLLTIME(int idle_polltime)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InstantMessagingModule()
| Method Detail |
|---|
public void init(com.anthonyeden.lib.config.Configuration configuration)
OLATModule
init in interface OLATModuleOLATModule.init(com.anthonyeden.lib.config.Configuration)public void destroy()
OLATModule
destroy in interface OLATModuleOLATModule.destroy()public static InstantMessaging getAdapter()
public static boolean isEnabled()
public void deleteUserData(Identity identity,
java.lang.String newDeletedUserName)
UserDataDeletable
deleteUserData in interface UserDataDeletableidentity - Data for this identity will be deletedorg.olat.user.UserDataDeletable#deleteUserData(org.olat.core.id.Identity)public static int getIDLE_POLLTIME()
public static void setIDLE_POLLTIME(int idle_polltime)
idle_polltime - The iDLE_POLLTIME to set.public static int getCHAT_POLLTIME()
public static void setCHAT_POLLTIME(int chat_polltime)
chat_polltime - The cHAT_POLLTIME to set.public static boolean isSyncLearningGroups()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||