com.sun.jini.example.sdm.ex2
Interface UnreliableService

All Superinterfaces:
java.rmi.Remote

public interface UnreliableService
extends java.rmi.Remote

Interface for an example unreliable service.


Method Summary
 int unreliableIdempotentMethod()
           
 

Method Detail

unreliableIdempotentMethod

public int unreliableIdempotentMethod()
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright © 2004 Sun Microsystems, Inc. All Rights Reserved.