/* * Copyrights : CNRS * Author : Oleg Lodygensky * Acknowledgment : XtremWeb-HEP is based on XtremWeb 1.8.0 by inria : http://www.xtremweb.net/ * Web : http://www.xtremweb-hep.org * * This file is part of XtremWeb-HEP. * * XtremWeb-HEP is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * XtremWeb-HEP is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with XtremWeb-HEP. If not, see . * */ package xtremweb.wctrl; import java.rmi.RemoteException; import xtremweb.XwIDL.RMIHandlerTemplate; /** * RMIHandlerwctrl.java * * Handles RMI Communications from an RMI Client * * This code is generated with XwIDL from the definition file used * /Users/oleg/DGHEP/XWHEP/1.0.0/src/xtremweb/wctrl/wctrl.idl * * Do not edit this file * * @author oleg * @version "1.0" */ public class RMIHandlerwctrl extends RMIHandlerTemplate implements InterfaceRMIwctrl { public RMIHandlerwctrl() throws RemoteException { } public void sendControl(int p0) throws RemoteException { ((Callbackwctrl) callback).sendControl(p0); } }