|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.websphere.samples.webservices.stock.StockQuoteBean
public class StockQuoteBean
This is a Session Bean Class
| Constructor Summary | |
|---|---|
StockQuoteBean()
|
|
| Method Summary | |
|---|---|
void |
ejbActivate()
ejbActivate method comment |
void |
ejbCreate()
ejbCreate method comment |
void |
ejbPassivate()
ejbPassivate method comment |
void |
ejbRemove()
ejbRemove method comment |
float |
getQuote(java.lang.String symbol)
Insert the method's description here. |
javax.ejb.SessionContext |
getSessionContext()
getSessionContext method comment |
void |
setSessionContext(javax.ejb.SessionContext ctx)
setSessionContext method comment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StockQuoteBean()
| Method Detail |
|---|
public void ejbActivate()
throws java.rmi.RemoteException
ejbActivate in interface javax.ejb.SessionBeanjava.rmi.RemoteException - The exception description.
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateException - The exception description.
public void ejbPassivate()
throws java.rmi.RemoteException
ejbPassivate in interface javax.ejb.SessionBeanjava.rmi.RemoteException - The exception description.
public void ejbRemove()
throws java.rmi.RemoteException
ejbRemove in interface javax.ejb.SessionBeanjava.rmi.RemoteException - The exception description.public float getQuote(java.lang.String symbol)
symbol - java.lang.String
public javax.ejb.SessionContext getSessionContext()
public void setSessionContext(javax.ejb.SessionContext ctx)
throws java.rmi.RemoteException
setSessionContext in interface javax.ejb.SessionBeanctx - javax.ejb.SessionContext
java.rmi.RemoteException - The exception description.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||