public abstract class AQFactory extends Object
| Constructor | Description |
|---|---|
AQFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static AQAgent |
createAQAgent() |
Constructs a new AQ agent.
|
static AQMessage |
createAQMessage(AQMessageProperties prop) |
Constructs a new AQMessage with given mess properties.
|
static AQMessageProperties |
createAQMessageProperties() |
Constructs a new instance of AQMessageProperties.
|
public static AQMessage createAQMessage(AQMessageProperties prop) throws SQLException
SQLExceptionpublic static AQMessageProperties createAQMessageProperties() throws SQLException
SQLExceptionpublic static AQAgent createAQAgent() throws SQLException
SQLException