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

org.piax.gtrans.RPCIf Maven / Gradle / Ivy

The newest version!
/*
 * RPCIf.java - An interface for RPC objects.
 * 
 * Copyright (c) 2012-2015 National Institute of Information and 
 * Communications Technology
 * 
 * You can redistribute it and/or modify it under either the terms of
 * the AGPLv3 or PIAX binary code license. See the file COPYING
 * included in the PIAX package for more in detail.
 * 
 * $Id: RPCIf.java 718 2013-07-07 23:49:08Z yos $
 */

package org.piax.gtrans;

/**
 * stub生成の対象となるオブジェクトが他のピアからRPC呼び出し可能であることを
 * 示すインタフェース。
 * RPC呼び出しされるメソッドは、RPCServiceIfを実装したインタフェースに宣言
 * しておく必要がある。
 */
public interface RPCIf {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy