return EjbDescriptor.class.cast(descriptor) .getEntityManagerReferenceDescriptors();
if (d instanceof EjbSessionDescriptor) { String stateType = ((EjbSessionDescriptor)d).getSessionType(); if (EjbSessionDescriptor.STATEFUL.equals(stateType)) { return true; } } return false;