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

All Superinterfaces:
EEntityRemote, javax.ejb.EJBObject, java.rmi.Remote

public interface EJBGroupMember
extends EEntityRemote

This interface is an extension of javax.ejb.EJBHome


Method Summary
 java.lang.String getGroupId()
          This method gets the group Id.
 java.lang.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

public java.lang.String getGroupId()
                            throws java.rmi.RemoteException
This method gets the group Id.

Returns:
groupId
Throws:
java.rmi.RemoteException

getUserId

public java.lang.String getUserId()
                           throws java.rmi.RemoteException
This method retrieves the userId.

Returns:
userId
Throws:
java.rmi.RemoteException

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.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:
java.rmi.RemoteException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.