com.bankframe.services.notification.impl.registeredaddress
Interface RegisteredAddressHome

All Superinterfaces:
EJBHome, RegisteredAddressFinders, Remote

public interface RegisteredAddressHome
extends EJBHome, RegisteredAddressFinders

The RegisteredAddressHome Interface


Field Summary
static String JNDI_LOOKUP_NAME
           
 
Method Summary
 RegisteredAddress create(String targetId, String targetIp, String targetPort)
          This method creates a new RegisteredAddress
 Enumeration findAll()
          This method finds All the RegisteredAddress
 RegisteredAddress findByPrimaryKey(RegisteredAddressPK primaryKey)
          This method finds RegisteredAddress based on primary key
 
Methods inherited from interface javax.ejb.EJBHome
getEJBMetaData, getHomeHandle, remove, remove
 

Field Detail

JNDI_LOOKUP_NAME

static final String JNDI_LOOKUP_NAME
See Also:
Constant Field Values
Method Detail

create

RegisteredAddress create(String targetId,
                         String targetIp,
                         String targetPort)
                         throws RemoteException,
                                CreateException
This method creates a new RegisteredAddress

Parameters:
targetId - String
targetIp - String
targetPort - String
Throws:
RemoteException
CreateException

findByPrimaryKey

RegisteredAddress findByPrimaryKey(RegisteredAddressPK primaryKey)
                                   throws RemoteException,
                                          FinderException
This method finds RegisteredAddress based on primary key

Returns:
RegisteredAddress
Throws:
RemoteException
FinderException

findAll

Enumeration findAll()
                    throws RemoteException,
                           FinderException
This method finds All the RegisteredAddress

Returns:
Enumeration containing all RegisteredAddress
Throws:
RemoteException
FinderException


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