public final class BridgeLegalHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static boolean |
debug |
Constructor and Description |
---|
BridgeLegalHelper() |
Modifier and Type | Method and Description |
---|---|
static java.util.Properties |
createProperties(java.lang.String conUrl,
java.lang.String icf,
java.lang.String cfJndi,
java.lang.String destJndi,
java.lang.String destType) |
static boolean |
notSameDestinations(java.util.Properties srcProps,
java.util.Properties tgtProps)
This method is called by the bridge itself to figure out whether the
source and destination destinations are the same.
|
static void |
validateBridge(MessagingBridgeMBean bean)
Starting 12.2.1
Verify a whole MessagingBridgeMBean in ways that can't be done.
|
static void |
validateBridgeDestinations(MessagingBridgeMBean bridge)
This method validates whether the source and target destinations of a
messaging bridge are the same.
|
private static final boolean debug
public static void validateBridge(MessagingBridgeMBean bean) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static void validateBridgeDestinations(MessagingBridgeMBean bridge) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static boolean notSameDestinations(java.util.Properties srcProps, java.util.Properties tgtProps)
public static java.util.Properties createProperties(java.lang.String conUrl, java.lang.String icf, java.lang.String cfJndi, java.lang.String destJndi, java.lang.String destType)
conUrl
- icf
- cfJndi
- destJndi
- destType
-