WebLogic Integration


com.bea.util
Class JNDIUtils

java.lang.Object
  |
  +--com.bea.util.JNDIUtils

public class JNDIUtils
extends java.lang.Object

Provides methods to encode and decode JNDI names/values

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

Constructor Summary
JNDIUtils()
           
 
Method Summary
static java.lang.String decodeJNDI(java.lang.String strName)
          Decode a JNDI name/value by replacing %per; with a period.
static java.lang.String encodeJNDI(java.lang.String strName)
          Encode a JNDI name/value by replacing periods with %per;
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JNDIUtils

public JNDIUtils()
Method Detail

encodeJNDI

public static java.lang.String encodeJNDI(java.lang.String strName)
Encode a JNDI name/value by replacing periods with %per;

Parameters:
strName - - The string to encode.
Returns:
the encode JNDI name/value.

decodeJNDI

public static java.lang.String decodeJNDI(java.lang.String strName)
Decode a JNDI name/value by replacing %per; with a period.

Parameters:
strName - - The string to decode.
Returns:
the decoded JNDI name/value.

WebLogic Integration

WebLogic Integration (WLI)