|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AQAgent
An Agent represents and identifies a user of the queue, either producer or consumer of the message, either an end-user or an application. An Agent is identified by a name, an address and a protocol. The name can be either assigned by the application, or be the application itself. The address is determined in terms of the communication protocol. If the protocol is 0 (default), the address is of the form[schema.]queuename[@dblink], a database link.
Method Summary | |
---|---|
java.lang.String |
getAddress()
|
java.lang.String |
getName()
|
int |
getProtocol()
|
void |
setAddress(java.lang.String address)
Protocol-specific address of the recipient. |
void |
setName(java.lang.String name)
|
void |
setProtocol(int protocol)
Protocol to interpret the address and propagate the message. |
java.lang.String |
toString()
|
Method Detail |
---|
void setAddress(java.lang.String address) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getAddress()
void setName(java.lang.String name) throws java.sql.SQLException
java.sql.SQLException
java.lang.String getName()
void setProtocol(int protocol) throws java.sql.SQLException
java.sql.SQLException
int getProtocol()
java.lang.String toString()
toString
in class java.lang.Object
|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |