Java EE 5 SDK

com.sun.appserv.management.util.jmx
Interface AttributeNameMangler

All Known Implementing Classes:
AttributeNameManglerImpl

public interface AttributeNameMangler

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


Method Summary
 String mangleAttributeName(String attributeName)
          Return a legal java identifier corresponding to the Attribute name.
 

Method Detail

mangleAttributeName

String mangleAttributeName(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.

Parameters:
attributeName - Attribute name
Returns:
legal Java identifier

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.