com.bankframe.services.cache.indexmetadata
Interface IndexMetaData

All Known Subinterfaces:
IndexMetaData
All Known Implementing Classes:
IndexMetaDataImplt

public interface IndexMetaData

The remote interface of the IndexMetaDataBean Entity Bean


Method Summary
 String getCacheName()
          This method returns this cache name
 String getDataPacketField()
          This method returns this data packet field
 String getDataPacketName()
          This method returns this data packet name
 String getIndexName()
          This method returns this index name
 

Method Detail

getIndexName

String getIndexName()
                    throws RemoteException
This method returns this index name

Returns:
index name
Throws:
RemoteException

getCacheName

String getCacheName()
                    throws RemoteException
This method returns this cache name

Returns:
cache name
Throws:
RemoteException

getDataPacketName

String getDataPacketName()
                         throws RemoteException
This method returns this data packet name

Returns:
data packet name
Throws:
RemoteException

getDataPacketField

String getDataPacketField()
                          throws RemoteException
This method returns this data packet field

Returns:
data packet field
Throws:
RemoteException


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