org.sapia.ubik.rmi.replication
Interface ReplicatedInvoker
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- ReplicatedInvokerImpl
public interface ReplicatedInvoker
- extends java.io.Serializable
- 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
|
Method Summary |
java.util.Set |
getSiblings()
|
java.lang.Object |
invoke(java.lang.String methodName,
java.lang.Class[] sig,
java.lang.Object[] params)
|
invoke
java.lang.Object invoke(java.lang.String methodName,
java.lang.Class[] sig,
java.lang.Object[] params)
throws java.lang.Throwable
- Throws:
java.lang.Throwable
getSiblings
java.util.Set getSiblings()
- Returns:
- the
Set of ServerAddresses corresponding to the siblings
of the server in which this instance is executed.
Copyright © 2010 Sapia OSS. All Rights Reserved.