public interface AQAgent
Modifier and Type | Method | Description |
---|---|---|
String |
getAddress() |
|
String |
getName() |
|
int |
getProtocol() |
|
void |
setAddress(String address) |
Protocol-specific address of the recipient.
|
void |
setName(String name) |
|
void |
setProtocol(int protocol) |
Protocol to interpret the address and propagate the message.
|
String |
toString() |
void setAddress(String address) throws SQLException
SQLException
String getAddress()
void setName(String name) throws SQLException
SQLException
String getName()
void setProtocol(int protocol) throws SQLException
SQLException
int getProtocol()