Package org.jgroups.conf

Examples of org.jgroups.conf.ProtocolData


   {
      ProtocolStackConfigurator result = null;
      try
      {
         ProtocolData[] protocols=orig.getProtocolStack();
         ProtocolData transport=protocols[0];
         Map<String, String> tpProps = transport.getParameters();
         tpProps.put(Global.SINGLETON_NAME, singletonName);
         // we've now updated the state of orig; just return it
         result = orig;
      }
      catch (UnsupportedOperationException uoe)
View Full Code Here

TOP

Related Classes of org.jgroups.conf.ProtocolData

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.