/* */ }
/* */
/* */ public Object invoke(ObjectName objectName, String operationName, Object[] params, String[] signature) throws Exception
/* */ {
/* 235 */ String name = objectName.getCanonicalName();
/* 236 */ KernelRegistryEntry entry = this.kernel.getRegistry().getEntry(name);
/* 237 */ if (entry != null)
/* */ {
/* 239 */ Object target = entry.getTarget();
/* 240 */ if ((target instanceof RARDeployment))
/* */ {
/* 242 */ RARDeployment deployment = (RARDeployment)target;
/* 243 */ return deployment.invoke(operationName, params, signature);
/* */ }