|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.ei.ldap.LDAPEntityBean
com.bankframe.services.sessionmgmt.ldap.session.LDAPBankFrameSessionBean
Implementation class used to encapsulate BankFrame session data stored on an ldap server.
| Field Summary | |
static java.lang.String |
ID_ATTRIBUTE_NAME
|
static java.lang.String |
OBJECT_CLASS_NAME
|
static java.lang.String |
TIME_STAMP_ATTRIBUTE_NAME
|
static java.lang.String |
USER_ID_ATTRIBUTE_NAME
|
| Fields inherited from class com.bankframe.ei.ldap.LDAPEntityBean |
LDAP_SERVER_CONTEXT_ALIAS |
| Constructor Summary | |
LDAPBankFrameSessionBean()
|
|
| Method Summary | |
LDAPEntityBeanPK |
ejbCreate(java.lang.String sessionId,
java.lang.String userId)
EJB Creation method for the EJB bean |
java.util.Enumeration |
ejbFindAll()
Gets enumeration containing primary key instances of all entries in LDAP |
LDAPEntityBeanPK |
ejbFindByPrimaryKey(LDAPEntityBeanPK primaryKey)
Refreshes the Entity Bean from the LDAP server using the specified primary Key |
void |
ejbPostCreate(java.lang.String sessionId,
java.lang.String userId)
EJB Post Create does nothing |
java.lang.String |
getRdnAttributeName()
Gets the ID Attribute name for the Session object |
java.lang.String |
getSessionId()
EJB Creation method for the EJB bean |
long |
getTimeStamp()
Gets the Time Stamp of the Session |
java.lang.String |
getUserId()
Gets the UserId of the Session |
void |
updateTimeStamp()
Updates the time stamp of the Session with the current time |
| Methods inherited from class com.bankframe.ei.ldap.LDAPEntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, get, getMultiple, getPrimaryKey, ldapCreate, put, putMultiple, putObjectClass, setEntityContext, toDataPacket, unsetEntityContext |
| Methods inherited from class com.bankframe.ejb.EEntityBean |
toString, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String OBJECT_CLASS_NAME
public static final java.lang.String ID_ATTRIBUTE_NAME
public static final java.lang.String USER_ID_ATTRIBUTE_NAME
public static final java.lang.String TIME_STAMP_ATTRIBUTE_NAME
| Constructor Detail |
public LDAPBankFrameSessionBean()
| Method Detail |
public LDAPEntityBeanPK ejbCreate(java.lang.String sessionId,
java.lang.String userId)
throws javax.ejb.CreateException
sessionId - String for sessionuserId - String for session
javax.ejb.CreateException - if creation failed.
public java.util.Enumeration ejbFindAll()
throws javax.ejb.FinderException
javax.ejb.FinderException
public LDAPEntityBeanPK ejbFindByPrimaryKey(LDAPEntityBeanPK primaryKey)
throws javax.ejb.FinderException
primaryKey - LDAPEntityBeanPK is the primary key to the LDAP entry
javax.ejb.FinderException
public void ejbPostCreate(java.lang.String sessionId,
java.lang.String userId)
sessionId - String for sessionuserId - String for sessionpublic java.lang.String getRdnAttributeName()
getRdnAttributeName in class LDAPEntityBeanpublic java.lang.String getSessionId()
javax.ejb.CreateException - if creation failed.public long getTimeStamp()
public java.lang.String getUserId()
public void updateTimeStamp()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||