BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Class BridgeLegalHelper

java.lang.Object
  |
  +--weblogic.management.configuration.BridgeLegalHelper

public final class BridgeLegalHelper
extends java.lang.Object

A Helper class to verify that configured Bridge values are legal.

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
BridgeLegalHelper()
           
 
Method Summary
static boolean notSameDestinations(java.lang.Object o, WebLogicObjectName srcDestName, WebLogicObjectName tgtDestName)
          A Helper method to verify the source and the target destiantions are not the same physical destination.
static boolean notSameDestinations(java.util.Properties srcProps, java.util.Properties tgtProps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BridgeLegalHelper

public BridgeLegalHelper()
Method Detail

notSameDestinations

public static boolean notSameDestinations(java.lang.Object o,
                                          WebLogicObjectName srcDestName,
                                          WebLogicObjectName tgtDestName)
A Helper method to verify the source and the target destiantions are not the same physical destination.

Parameters:
o - Description of the Parameter
srcDestName - Description of the Parameter
tgtDestName - Description of the Parameter
Returns:
Description of the Return Value

notSameDestinations

public static boolean notSameDestinations(java.util.Properties srcProps,
                                          java.util.Properties tgtProps)

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b