IBM WebSphere Application ServerTM
Release 7

com.ibm.websphere.management.configservice
Class ConfigServiceHelperUtils

java.lang.Object
  extended by com.ibm.websphere.management.configservice.ConfigServiceHelperUtils

public class ConfigServiceHelperUtils
extends java.lang.Object

This class provides various helper methods to build data structures that are used by config service component such as ObjectName, ConfigDataId, and manipulate generic AttributeList data structure.


Constructor Summary
ConfigServiceHelperUtils()
           
 
Method Summary
static boolean checkIfNameValid(java.lang.String aName)
          Check if the specified name is a valid object name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigServiceHelperUtils

public ConfigServiceHelperUtils()
Method Detail

checkIfNameValid

public static boolean checkIfNameValid(java.lang.String aName)
Check if the specified name is a valid object name.


IBM WebSphere Application ServerTM
Release 7