org.demac.impl.services
Class Example

java.lang.Object
  extended by org.demac.impl.services.Example

public class Example
extends java.lang.Object


Constructor Summary
Example()
           
 
Method Summary
 boolean assign()
           
 java.lang.String callComputation(java.lang.String data)
           
 java.lang.String collectInformation()
           
 void remindUser(boolean finished)
           
 double setBalanceP1(double balance)
           
 double setBalanceP2(double balance, double size)
           
 double uploaddata(java.lang.String data)
           
 java.lang.String userInteraction()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Example

public Example()
Method Detail

userInteraction

public java.lang.String userInteraction()

collectInformation

public java.lang.String collectInformation()

assign

public boolean assign()

callComputation

public java.lang.String callComputation(java.lang.String data)

uploaddata

public double uploaddata(java.lang.String data)

setBalanceP1

public double setBalanceP1(double balance)

setBalanceP2

public double setBalanceP2(double balance,
                           double size)

remindUser

public void remindUser(boolean finished)