com.bankframe.ejb
Interface EEntityRemote

All Superinterfaces:
EJBObject, Remote
All Known Subinterfaces:
BankFrameSession, EJBBankFrameSession, EJBGroup, EJBGroupMember, EJBGroupPermission, EJBUser, EJBUserPermission, LDAPBankFrameSession, MetaData, RequestTransactionField, ResponseTransactionField, Route, TransactionErrorCondition, TransactionField
All Known Implementing Classes:
CachedRoute, MetaDataImplt, RequestTransactionFieldImplt, ResponseTransactionFieldImplt, TransactionErrorConditionImplt

public interface EEntityRemote
extends EJBObject, Remote

This interface is the Bankframe EEntityRemote interface.


Method Summary
 DataPacket toDataPacket()
          This method converts this object to a DataPacket.
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

toDataPacket

DataPacket toDataPacket()
                        throws RemoteException
This method converts this object to a DataPacket.

Returns:
The dataPacket representation
Throws:
RemoteException


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