Package net.xeoh.plugins.remotediscovery.impl.common.discoverymanager.impl

Examples of net.xeoh.plugins.remotediscovery.impl.common.discoverymanager.impl.ExportEntry


     * @param url
     */
    @Override
    public void anouncePlugin(Plugin plugin, PublishMethod method, URI url) {

        final ExportEntry entry = new ExportEntry();
        entry.plugin = plugin;
        entry.method = method;
        entry.uri = url;
        entry.timeOfExport = System.currentTimeMillis();

View Full Code Here

TOP

Related Classes of net.xeoh.plugins.remotediscovery.impl.common.discoverymanager.impl.ExportEntry

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.