|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Component
com.ail.core.EJBComponent
com.ail.insurance.subrogation.SubrogationBean
public class SubrogationBean
| Constructor Summary | |
|---|---|
SubrogationBean()
|
|
| Method Summary | |
|---|---|
void |
ejbActivate()
|
void |
ejbCreate()
|
void |
ejbPassivate()
|
void |
ejbRemove()
|
java.lang.String |
getConfigurationNamespace()
Hard code the namespace to "com.ail.insurance.quotation.QuotationBean". |
Core |
getCore()
Getter to return the core this component is using. |
javax.ejb.SessionContext |
getSessionContext()
Returns the context passed to the EJB's setSessionContext method. |
Version |
getVersion()
Return the version details of this component. |
VersionEffectiveDate |
getVersionEffectiveDate()
A default component implemention returning the time now. |
MakeARecoveryArg |
makeARecovery(MakeARecoveryArg arg)
|
void |
setSessionContext(javax.ejb.SessionContext context)
|
| Methods inherited from class com.ail.core.EJBComponent |
|---|
getSecurityPrincipal |
| Methods inherited from class com.ail.core.Component |
|---|
getConfiguration, resetConfiguration, setConfiguration |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubrogationBean()
| Method Detail |
|---|
public void setSessionContext(javax.ejb.SessionContext context)
setSessionContext in interface javax.ejb.SessionBeanpublic javax.ejb.SessionContext getSessionContext()
EJBComponent
getSessionContext in class EJBComponentpublic void ejbActivate()
ejbActivate in interface javax.ejb.SessionBeanpublic void ejbPassivate()
ejbPassivate in interface javax.ejb.SessionBeanpublic void ejbRemove()
ejbRemove in interface javax.ejb.SessionBean
public void ejbCreate()
throws javax.ejb.CreateException
javax.ejb.CreateExceptionpublic VersionEffectiveDate getVersionEffectiveDate()
Component
getVersionEffectiveDate in interface CoreUsergetVersionEffectiveDate in class Componentpublic MakeARecoveryArg makeARecovery(MakeARecoveryArg arg)
public Core getCore()
getCore in class Componentpublic Version getVersion()
Component
getVersion in class Componentpublic java.lang.String getConfigurationNamespace()
getConfigurationNamespace in interface CoreUsergetConfigurationNamespace in class Component
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||