简体   繁体   中英

How to store global parameter in IBM Community Server

I need to store a global parameter in IBM Sametime Community server which can be read by all the users through a sametime plugin.. Which the best way to do it? The main task is to store a web address from where user can pick other additional config info for the plugin.

If you haven't already you will need the IBM Sametime Software Development Kit . Look at the stjavatkdevguide.pdf on page 56 it discussed the Storage Service, this is what you will want to use. It explains how to

In a quick simple summary: You will want to create a StoragerServiceListener and add it to the Storage Service using addStorageServiceListerner(). Then to store an attribute, create an STAttribute and assign it your values, then store the attribute with storeAttr(). To Query it use QueryAttr().

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM