|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegisteredAddressHome
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 |
---|
static final String JNDI_LOOKUP_NAME
Method Detail |
---|
RegisteredAddress create(String targetId, String targetIp, String targetPort) throws RemoteException, CreateException
targetId
- StringtargetIp
- StringtargetPort
- String
RemoteException
CreateException
RegisteredAddress findByPrimaryKey(RegisteredAddressPK primaryKey) throws RemoteException, FinderException
RemoteException
FinderException
Enumeration findAll() throws RemoteException, FinderException
RemoteException
FinderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |