|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bankframe.services.notification.registeredaddress.RegisteredAddressBean
public abstract class RegisteredAddressBean
The RegisteredAddressBean class
| Field Summary | |
|---|---|
String |
targetId
Target id |
String |
targetIp
Target ip |
String |
targetPort
Target port |
| Constructor Summary | |
|---|---|
RegisteredAddressBean()
|
|
| Method Summary | |
|---|---|
void |
create(String targetId,
String targetIp,
String targetPort)
This method creates a new RegisteredAddress |
String |
getTargetId()
This method gets the target id |
String |
getTargetIp()
This method gets the target Ip |
String |
getTargetPort()
This method gets the target Port |
void |
setTargetId(String newTargetId)
This method sets the target Id |
void |
setTargetIp(String newTargetIp)
This method sets the target IP |
void |
setTargetPort(String newTargetPort)
This method sets the target Port |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public String targetId
public String targetIp
public String targetPort
| Constructor Detail |
|---|
public RegisteredAddressBean()
| Method Detail |
|---|
public void create(String targetId,
String targetIp,
String targetPort)
throws CreateException
targetId - StringtargetIp - StringtargetPort - String
CreateExceptionpublic String getTargetId()
getTargetId in interface RegisteredAddresspublic String getTargetIp()
getTargetIp in interface RegisteredAddresspublic String getTargetPort()
getTargetPort in interface RegisteredAddresspublic void setTargetId(String newTargetId)
newTargetId - Stringpublic void setTargetIp(String newTargetIp)
newTargetIp - Stringpublic void setTargetPort(String newTargetPort)
newTargetPort - String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||