Package jade.util.leap

Examples of jade.util.leap.HashMap


 
  public void init(AgentContainer ac, Profile p) throws ProfileException {
    myFinder = p.getServiceFinder();
    myIMTPManager = p.getIMTPManager();
   
    slices = new HashMap(5);
    aliases = new HashMap(1);
   
    myLogger.log(jade.util.Logger.INFO, "Service "+getName()+" initialized");
  }
View Full Code Here


  ServiceManagerImpl(Profile p, PlatformManager pm) throws ProfileException {
    myCommandProcessor = p.getCommandProcessor();
    myIMTPManager = p.getIMTPManager();
    myPlatformManager = pm;
    invalidPlatformManager = false;
    localServices = new HashMap(5);
    backupManagers = new HashMap(1);

    myLogger = Logger.getMyLogger(getClass().getName());
  }
View Full Code Here

*/

public class CodeLocator {
 
  public CodeLocator() {
    _agents = new HashMap();
    _subscriptions = new Vector();
  }
View Full Code Here

TOP

Related Classes of jade.util.leap.HashMap

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.