FileDocCategorySizeDatePackage
AttributeNameMangler.javaAPI DocGlassfish v2 API2672Fri May 04 22:31:04 BST 2007com.sun.appserv.management.util.jmx

AttributeNameMangler

public interface AttributeNameMangler
Maps Attribute names to legal Java identifiers, so that they can be exposed in a proxy with get/set routines.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringmangleAttributeName(java.lang.String attributeName)
Return a legal java identifier corresponding to the Attribute name. For names that are already legal, it is advised to not alter them, but not required to do so.

param
attributeName Attribute name
return
legal Java identifier