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

com.rt.service.RmiService Maven / Gradle / Ivy

There is a newer version: 1.1.17
Show newest version
/**
 *
 */
package com.rt.service;

/**
 * 远程服务抽象接口
 *
 * @author majie
 */
public interface RmiService {

    /**
     * 执行远程服务接口
     *
     * @param context logicBean
     * @return Object logicBean
     * @throws Exception exception
     */
    String execute(String context) throws Exception;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy