This class extends the JEntityContext of the JOnAS container in order to take
in consideration the fact that the container manages PName instances and not
primary keys. This is the reason why the getPrimaryKey method is overriden.
author: Sebastien Chassande-Barrioz
Obtains the primary key of the EJB object that is currently associated
with this instance.
The EJB object currently associated with the instance. exception: IllegalStateException - Thrown if the instance invokes thismethod while the instance is in a state that does not allowthe instance to invoke this method.
Methods inherited from org.objectweb.jonas_ejb.container.JEntityContext