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
SQLExceptionString getAddress()
void setName(String name) throws SQLException
SQLExceptionString getName()
void setProtocol(int protocol)
throws SQLException
SQLExceptionint getProtocol()
Copyright © 2008, 2017, Oracle. All rights reserved.