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

org.sapia.ubik.rmi.replication.ReplicatedInvoker Maven / Gradle / Ivy

The newest version!
package org.sapia.ubik.rmi.replication;

import java.io.Serializable;

import java.util.Set;


/**
 * @author Yanick Duchesne
 * 
*
Copyright:
Copyright © 2002-2004 Sapia Open Source Software. All Rights Reserved.
*
License:
Read the license.txt file of the jar or visit the * license page at the Sapia OSS web site
*
*/ public interface ReplicatedInvoker extends Serializable { public Object invoke(String methodName, Class[] sig, Object[] params) throws Throwable; /** * @return the Set of ServerAddresses corresponding to the siblings * of the server in which this instance is executed. */ public Set getSiblings(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy