/* */ // 242 262 319 finally
/* */ // 265 324 319 finally }
/* 350 */ protected Object invokeEJBObjectMethod(MethodInfo info, MethodInvocation invocation) throws Throwable { Method unadvisedMethod = info.getUnadvisedMethod();
/* 351 */ if (unadvisedMethod.getName().equals("getHandle"))
/* */ {
/* 353 */ StatelessHandleImpl handle = null;
/* 354 */ RemoteBinding remoteBindingAnnotation = (RemoteBinding)resolveAnnotation(RemoteBinding.class);
/* 355 */ if (remoteBindingAnnotation != null) {
/* 356 */ handle = new StatelessHandleImpl(remoteBindingAnnotation.jndiBinding());
/* */ }
/* 358 */ return handle;
/* */ }
/* 360 */ if (unadvisedMethod.getName().equals("remove"))
/* */ {