|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.bankframe.ejb.EEntityBean
com.bankframe.services.accesscontrol.ejb.group.EJBGroupBean
| Field Summary | |
java.lang.String |
groupId
ID of this particular group. |
java.lang.String |
groupName
Name of group |
| Constructor Summary | |
EJBGroupBean()
|
|
| Method Summary | |
EJBGroupPK |
ejbCreate(java.lang.String groupId,
java.lang.String groupName)
This is the create method that all EJBs must implement. |
void |
ejbPostCreate(java.lang.String groupId,
java.lang.String groupName)
This is the PostCreate method |
java.lang.String |
getGroupId()
This method retrieves the groupID. |
java.lang.String |
getGroupName()
This method retrievs the groupName. |
DataPacket |
toDataPacket()
This method gets this bean's instance variables in DataPacket format. |
| Methods inherited from class com.bankframe.ejb.EEntityBean |
ejbActivate, ejbLoad, ejbPassivate, ejbRemove, ejbStore, setEntityContext, toString, unsetEntityContext, validate |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public java.lang.String groupId
public java.lang.String groupName
| Constructor Detail |
public EJBGroupBean()
| Method Detail |
public EJBGroupPK ejbCreate(java.lang.String groupId,
java.lang.String groupName)
throws javax.ejb.CreateException
groupName - the group name
RemoteException
javax.ejb.CreateException
public void ejbPostCreate(java.lang.String groupId,
java.lang.String groupName)
throws javax.ejb.CreateException
groupId - the group IdgroupName - the group Name
RemoteException - RemoteException
javax.ejb.CreateException - CreateExceptionpublic java.lang.String getGroupId()
public java.lang.String getGroupName()
public DataPacket toDataPacket()
DataPacket format.
toDataPacket in class EEntityBeanDataPacket representation of this bean
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||