All Examples  All EJB Examples  This Package

Interface examples.ejb.extensions.readMostly.Stock


public interface Stock

Method Index

 o get52weekHigh()
 
 o get52weekLow()
 
 o getPrice()
 
 o getSymbol()
 
 o getVolume()
 

Method Detail

 o getSymbol
public java.lang.String getSymbol() throws java.rmi.RemoteException
 o getPrice
public double getPrice() throws java.rmi.RemoteException
 o get52weekHigh
public double get52weekHigh() throws java.rmi.RemoteException
 o get52weekLow
public double get52weekLow() throws java.rmi.RemoteException
 o getVolume
public long getVolume() throws java.rmi.RemoteException

All Examples  All EJB Examples  This Package