org.mule.samples.loanbroker.esb.ca
Class CreditAgencyBean
java.lang.Object
org.mule.samples.loanbroker.esb.ca.CreditAgencyBean
- public class CreditAgencyBean
- extends Object
CreditAgencyBean obtains a credit historey record for a customer.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreditAgencyBean
public CreditAgencyBean()
ejbActivate
public void ejbActivate()
throws EJBException
- Throws:
EJBException
ejbPassivate
public void ejbPassivate()
throws EJBException
- Throws:
EJBException
ejbRemove
public void ejbRemove()
throws EJBException
- Throws:
EJBException
ejbCreate
public void ejbCreate()
throws EJBException
- Throws:
EJBException
setSessionContext
public void setSessionContext(SessionContext sessionContext)
throws EJBException
- Throws:
EJBException
getCreditScore
protected int getCreditScore(int ssn)
getCreditHistoryLength
protected int getCreditHistoryLength(int ssn)
getCreditProfile
public String getCreditProfile(String name,
Integer ssn)
- Used by Ejb Call
- Parameters:
name - ssn -
- Returns:
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.