All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jbundle.thin.base.remote.ApplicationServer Maven / Gradle / Ivy

The newest version!
/*
 * Copyright © 2012 jbundle.org. All rights reserved.
 */
package org.jbundle.thin.base.remote;

/**
 *  ApplicationServer - The interface to server objects.
 *  Copyright © 2012 jbundle.org. All rights reserved.
 */
import java.util.Map;

import org.jbundle.model.RemoteException;

/**
 *  ApplicationServer - The interface to server objects.
 */
public interface ApplicationServer
{
    /**
     * Build a new remote session and initialize it.
     * @param properties to create the new remote task
     * @return The remote Task.
     * @throws RemoteException Remote exception
     */
    public RemoteTask createRemoteTask(Map properties) throws RemoteException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy