org.globus.ogsa.impl.samples.counter.routable.local
Class CounterImpl

java.lang.Object
  extended byorg.globus.ogsa.impl.samples.counter.routable.local.CounterImpl

public class CounterImpl
extends java.lang.Object


Constructor Summary
CounterImpl(ServiceProperties properties)
           
 
Method Summary
 int add(int val)
           
 int getValue()
           
 void preDestroy()
           
 void sendNotification(java.util.Map notifyProps)
           
 int subtract(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterImpl

public CounterImpl(ServiceProperties properties)
            throws java.lang.Exception
Method Detail

add

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

subtract

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

getValue

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

preDestroy

public void preDestroy()
                throws java.lang.Exception
Throws:
java.lang.Exception

sendNotification

public void sendNotification(java.util.Map notifyProps)


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