| Formulate and return an MBean ObjectName for a custom control
of this name creator's JBI component.
This is used by components to create JMX names for their own JMX
controls, allowing the JBI implementation to prefix the created name
to fit within the implementation's own naming scheme.
Standard extensions must use the following custom name constants:
All other custom component MBeans must use custom names that do not
collide with the standard extension names.
Parameters: customName - the name of the custom control; must be non-null andnon-empty; must be legal for use in a JMX object name the JMX ObjectName of the MBean, or null if the customName is invalid |