com.ibm.websphere.management.configservice

Class ConfigServiceHelperUtils

  1. java.lang.Object
  2. extended bycom.ibm.websphere.management.configservice.ConfigServiceHelperUtils

  1. public class ConfigServiceHelperUtils
  2. 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

Constructor and Description
ConfigServiceHelperUtils()

Method Summary

Modifier and Type Method and Description
  1. static
  2. 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

  1. public ConfigServiceHelperUtils( )

Method Detail

checkIfNameValid

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