Skip navigation links
A C G M O R S 

A

Application - Class in org.example.service
Application entry point.
Application() - Constructor for class org.example.service.Application
 

C

CircuitBreakerCommand - Class in org.example.service
 

G

getCachedStock(String) - Method in class org.example.service.StockQuoteDatabase
 
getFallback() - Method in class org.example.service.CircuitBreakerCommand
 
getHigh() - Method in class org.example.service.Stock
 
getLast() - Method in class org.example.service.Stock
 
getLow() - Method in class org.example.service.Stock
 
getName() - Method in class org.example.service.Stock
 
getQuote(String) - Method in class org.example.service.StockQuoteService
Retrieve a stock for a given symbol.
getStock(String) - Method in class org.example.service.StockQuoteDatabase
 
getSymbol() - Method in class org.example.service.Stock
 

M

main(String[]) - Static method in class org.example.service.Application
 

O

org.example.service - package org.example.service
 

R

run() - Method in class org.example.service.CircuitBreakerCommand
 

S

setHigh(double) - Method in class org.example.service.Stock
 
setLast(double) - Method in class org.example.service.Stock
 
setLow(double) - Method in class org.example.service.Stock
 
setName(String) - Method in class org.example.service.Stock
 
setSymbol(String) - Method in class org.example.service.Stock
 
Stock - Class in org.example.service
Represents a stock item.
Stock() - Constructor for class org.example.service.Stock
No arg constructor is required for xml marshalling
Stock(String, String) - Constructor for class org.example.service.Stock
 
Stock(String, String, double, double, double) - Constructor for class org.example.service.Stock
 
StockQuoteDatabase - Class in org.example.service
Retrieves stockquotes
StockQuoteDatabase() - Constructor for class org.example.service.StockQuoteDatabase
Add initial stocks IBM, GOOG, AMZN.
StockQuoteService - Class in org.example.service
This is the Microservice resource class.
StockQuoteService() - Constructor for class org.example.service.StockQuoteService
 
A C G M O R S 
Skip navigation links

Copyright © 2020 WSO2. All rights reserved.