throws MBeanConfigException, DeploymentException {
try{
ObjectName componentON = null;
if(type != null) {
DeployableObjectType objectType = getDeployableObjectType(type);
componentON = getRegisteredComponentObjectName(appName, objectType);
} else {
componentON = getRegisteredComponentObjectName(appName);
}