Package de.uniol.informatik.vlba.prototype.packaging

Examples of de.uniol.informatik.vlba.prototype.packaging.FileHandler


    }

    // TODO hardcoded, move to config file
    refreshAvailableNeighbors(config, true);

    fh = new FileHandler(po, conn, "agent_file_", ".tmp");
    // TODO Do the neighbors have to be online?
    // // Remove all offline buddies from the list
    // for (Integer buddy : buddies) {
    // if (po.PurpleBuddyIsOnline(buddy.intValue()) == 0) {
    // buddies.remove(buddy);
View Full Code Here

TOP

Related Classes of de.uniol.informatik.vlba.prototype.packaging.FileHandler

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.