Uses of Interface
ch.elca.el4j.tests.remoting.service.Calculator

Packages that use Calculator
ch.elca.el4j.tests.core.implicitcontextpassing   
ch.elca.el4j.tests.remoting   
ch.elca.el4j.tests.remoting.service.impl   
 

Uses of Calculator in ch.elca.el4j.tests.core.implicitcontextpassing
 

Fields in ch.elca.el4j.tests.core.implicitcontextpassing declared as Calculator
private  Calculator ImplicitContextPassingIntegrationTest.m_calc
          Inteface of service provided by server.
 

Uses of Calculator in ch.elca.el4j.tests.remoting
 

Fields in ch.elca.el4j.tests.remoting declared as Calculator
private  Calculator AbstractCalculatorTest.m_calc
          Instance of the calculator proxy.
 

Methods in ch.elca.el4j.tests.remoting that return Calculator
 Calculator AbstractCalculatorTest.getCalc()
           
 

Uses of Calculator in ch.elca.el4j.tests.remoting.service.impl
 

Classes in ch.elca.el4j.tests.remoting.service.impl that implement Calculator
 class CalculatorImpl
          This class is the implementation of the calculator.
 



Copyright © 2005-2011 ELCA. All Rights Reserved.