Deprecated API


Contents
Deprecated Interfaces
org.exoplatform.services.remote.group.CommunicationService
          unused 
org.exoplatform.services.log.LogService
          use commons-logging through ExoLogger instead of LogService 
org.exoplatform.services.threadpool.ThreadPoolService
          unused 
 

Deprecated Classes
org.exoplatform.services.remote.group.impl.CommunicationServiceImpl
           
org.exoplatform.services.remote.group.CommunicationServiceMonitor
           
org.exoplatform.commons.utils.ISO8601ASF
           
org.exoplatform.services.log.impl.LogServiceImpl
          to instanciate a logger use ExoLogger.getLogger() 
org.exoplatform.services.log.LogUtil
          use ExoLogger instead 
org.exoplatform.services.threadpool.impl.ThreadPoolServiceImpl
           
 

Deprecated Methods
org.exoplatform.services.listener.ListenerService.addListener(String, Listener)
          use the Listener name as the event name 
org.exoplatform.commons.utils.IOUtil.deserialize(byte[])
           
org.exoplatform.commons.utils.IOUtil.getFileContenntAsString(File)
           
org.exoplatform.commons.utils.IOUtil.getFileContenntAsString(File, String)
           
org.exoplatform.commons.utils.IOUtil.getFileContenntAsString(String)
           
org.exoplatform.commons.utils.IOUtil.getFileContenntAsString(String, String)
           
org.exoplatform.services.log.LogService.getLog(Class)
          use ExoLogger 
org.exoplatform.services.log.LogUtil.getLog(Class)
          use ExoLogger 
org.exoplatform.services.log.LogService.getLog(String)
          use ExoLogger 
org.exoplatform.services.log.LogUtil.getLog(String)
          use ExoLogger 
org.exoplatform.container.jmx.AbstractDynamicMBean.invoke(String, Class[], Object[])
          Replaced by AbstractDynamicMBean.invoke(Object,String,Class[],Object[]).
The resource passed is the resource as set by AbstractDynamicMBean.setResource(java.lang.Object) or - if it is null - 'this' instance.
This method is deprecated because it is not thread safe.
 
org.exoplatform.commons.utils.IOUtil.serialize(Object)
           
 



Copyright © 2009 eXo Platform SAS. All Rights Reserved.