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

ars.invoke.remote.RemoteChannel Maven / Gradle / Ivy

The newest version!
package ars.invoke.remote;

import ars.invoke.Channel;

/**
 * 基于ICE远程调用通道接口
 *
 * @author wuyongqiang
 */
public interface RemoteChannel extends Channel, Ice.Object {
    /**
     * 获取通道身份标识
     *
     * @return 身份标识
     */
    public String getIdentifier();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy