org.globus.ogsa.samples.GenerateCounter
Interface GenerateCounterPortType

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
GenerateCounterImpl, GenerateCounterServiceSoapBindingStub

public interface GenerateCounterPortType
extends java.rmi.Remote


Method Summary
 int add(int in0)
           
 int getValue()
           
 int subtract(int in0)
           
 

Method Detail

getValue

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

add

public int add(int in0)
        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

subtract

public int subtract(int in0)
             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException


Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.