com.bankframe.ejb
Interface EEntityRemote

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.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 javax.ejb.EJBObject, java.rmi.Remote

This interface is the Bankframe EEntityRemote interface.

Author:
ETU

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

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

Returns:
The dataPacket representation
Throws:
java.rmi.RemoteException


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