throw new IllegalStateException("This operation is not available at installation time");
}
public ObjectName createCustomComponentMBeanName(String customName) {
ObjectName name = null;
Nameable nameable = new Nameable() {
public String getName() {
return descriptor.getIdentification().getName();
}
public String getParent() {
return null;