com.bankframe.services.accesscontrol.ejb.groupmembers
Interface EJBGroupMember

All Superinterfaces:
EEntityRemote, EJBObject, Remote

public interface EJBGroupMember
extends EEntityRemote

This interface is an extension of javax.ejb.EJBHome


Method Summary
 String getGroupId()
          This method gets the group Id.
 String getUserId()
          This method retrieves the userId.
 DataPacket toDataPacket()
          This method return the details of an instance of an EJBGroupMemberBean in a DataPacket format.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getGroupId

String getGroupId()
                  throws RemoteException
This method gets the group Id.

Returns:
groupId
Throws:
RemoteException

getUserId

String getUserId()
                 throws RemoteException
This method retrieves the userId.

Returns:
userId
Throws:
RemoteException

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
This method return the details of an instance of an EJBGroupMemberBean in a DataPacket format.

Specified by:
toDataPacket in interface EEntityRemote
Returns:
EJBGroupPermission as datapacket
Throws:
RemoteException


Copyright © 2005, 2007, Oracle. All rights reserved.