org.exoplatform.services.remote.group.impl
Class CommunicationServiceImpl

java.lang.Object
  extended by org.exoplatform.services.remote.group.impl.CommunicationServiceImpl
All Implemented Interfaces:
CommunicationService

Deprecated.

@Deprecated
public class CommunicationServiceImpl
extends java.lang.Object
implements CommunicationService

Since:
Feb 21, 2005
Version:
$Id: CommunicationServiceImpl.java 5799 2006-05-28 17:55:42Z geaz $
Author:
Tuan Nguyen (tuan08@users.sourceforge.net)

Constructor Summary
CommunicationServiceImpl(InitParams confParams, LogService lservice)
          Deprecated.  
 
Method Summary
 void addPlugin(ComponentPlugin plugin)
          Deprecated.  
 void broadcast(Message message, boolean include)
          Deprecated.  
 void broadcast(Message message, ResultHandler handler, boolean include)
          Deprecated.  
 void configure(java.lang.String props)
          Deprecated.  
 Message createMessage(java.lang.String targetHandler)
          Deprecated.  
 CommunicationServiceMonitor getCommunicationServiceMonitor(MemberInfo info)
          Deprecated.  
 java.lang.String getInfo()
          Deprecated.  
 java.util.Vector getMembersExcludeMe()
          Deprecated.  
 java.util.List getMembersInfo()
          Deprecated.  
 java.util.Collection getPlugins()
          Deprecated.  
 PingResult ping(MemberInfo member, java.lang.String message)
          Deprecated.  
 java.util.List pingAll(java.lang.String message)
          Deprecated.  
 ComponentPlugin removePlugin(java.lang.String name)
          Deprecated.  
 java.lang.Object send(MemberInfo member, Message message)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommunicationServiceImpl

public CommunicationServiceImpl(InitParams confParams,
                                LogService lservice)
                         throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception
Method Detail

configure

public void configure(java.lang.String props)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

addPlugin

public void addPlugin(ComponentPlugin plugin)
Deprecated. 

removePlugin

public ComponentPlugin removePlugin(java.lang.String name)
Deprecated. 

getPlugins

public java.util.Collection getPlugins()
Deprecated. 

createMessage

public Message createMessage(java.lang.String targetHandler)
Deprecated. 
Specified by:
createMessage in interface CommunicationService

send

public java.lang.Object send(MemberInfo member,
                             Message message)
                      throws java.lang.Exception
Deprecated. 
Specified by:
send in interface CommunicationService
Throws:
java.lang.Exception

broadcast

public void broadcast(Message message,
                      boolean include)
               throws java.lang.Exception
Deprecated. 
Specified by:
broadcast in interface CommunicationService
Throws:
java.lang.Exception

broadcast

public void broadcast(Message message,
                      ResultHandler handler,
                      boolean include)
               throws java.lang.Exception
Deprecated. 
Specified by:
broadcast in interface CommunicationService
Throws:
java.lang.Exception

ping

public PingResult ping(MemberInfo member,
                       java.lang.String message)
                throws java.lang.Exception
Deprecated. 
Specified by:
ping in interface CommunicationService
Throws:
java.lang.Exception

pingAll

public java.util.List pingAll(java.lang.String message)
                       throws java.lang.Exception
Deprecated. 
Specified by:
pingAll in interface CommunicationService
Throws:
java.lang.Exception

getCommunicationServiceMonitor

public CommunicationServiceMonitor getCommunicationServiceMonitor(MemberInfo info)
                                                           throws java.lang.Exception
Deprecated. 
Specified by:
getCommunicationServiceMonitor in interface CommunicationService
Throws:
java.lang.Exception

getMembersInfo

public java.util.List getMembersInfo()
Deprecated. 
Specified by:
getMembersInfo in interface CommunicationService

getMembersExcludeMe

public java.util.Vector getMembersExcludeMe()
Deprecated. 

getInfo

public java.lang.String getInfo()
Deprecated. 


Copyright © 2012 eXo Platform SAS. All Rights Reserved.