if (!(container instanceof CmpContainer)) {
throw new FinderException("Deployment is not connected to a CmpContainer " + beanContext.getDeploymentID());
}
CmpContainer cmpContainer = (CmpContainer) container;
Boolean result = (Boolean)cmpContainer.select(beanContext, methodSignature, "byte", args);
return result.booleanValue();
}
public static short execute_short(Object obj, String methodSignature, Object... args) throws FinderException {