public class CreditAgencyBean extends Object implements javax.ejb.SessionBean
CreditAgencyBean obtains a credit historey record for a customer.| Constructor and Description |
|---|
CreditAgencyBean() |
| Modifier and Type | Method and Description |
|---|---|
void |
ejbActivate() |
void |
ejbCreate() |
void |
ejbPassivate() |
void |
ejbRemove() |
protected int |
getCreditHistoryLength(int ssn) |
String |
getCreditProfile(String name,
Integer ssn)
Used by Ejb Call
|
protected int |
getCreditScore(int ssn) |
void |
setSessionContext(javax.ejb.SessionContext sessionContext) |
public void ejbActivate()
throws javax.ejb.EJBException
ejbActivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbPassivate()
throws javax.ejb.EJBException
ejbPassivate in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbRemove()
throws javax.ejb.EJBException
ejbRemove in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionpublic void ejbCreate()
throws javax.ejb.EJBException
javax.ejb.EJBExceptionpublic void setSessionContext(javax.ejb.SessionContext sessionContext)
throws javax.ejb.EJBException
setSessionContext in interface javax.ejb.SessionBeanjavax.ejb.EJBExceptionprotected int getCreditScore(int ssn)
protected int getCreditHistoryLength(int ssn)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.