public final class OracleListeners
extends java.lang.Object
| Constructor and Description |
|---|
OracleListeners() |
| Modifier and Type | Method and Description |
|---|---|
static OracleChangeDestination |
of() |
static OracleChangeDestination |
of(java.lang.Integer port) |
static OracleChangeDestination |
of(java.lang.String host) |
static OracleChangeDestination |
of(java.lang.String host,
java.lang.Integer port) |
static OracleChangeDestination |
of(java.lang.String host,
java.lang.Integer port,
java.util.Properties props) |
public static OracleChangeDestination of()
public static OracleChangeDestination of(java.lang.String host)
public static OracleChangeDestination of(java.lang.Integer port)
public static OracleChangeDestination of(java.lang.String host, java.lang.Integer port)
public static OracleChangeDestination of(java.lang.String host, java.lang.Integer port, java.util.Properties props)