/* */
/* 84 */ if (m.equals(GET_HANDLE))
/* */ {
/* 86 */ String jndiName = (String)ctx.getValue(InvocationKey.JNDI_NAME);
/* 87 */ Object id = ctx.getCacheId();
/* 88 */ return new EntityHandleImpl(jndiName, id);
/* */ }
/* 90 */ if (m.equals(GET_PRIMARY_KEY))
/* */ {
/* 92 */ return ctx.getCacheId();
/* */ }