| org.objectweb.jonas_ejb.container.jorm.PObject
PObject | public interface PObject (Code) | | This interface permits to fetch the PName of a jorm persistent object. This
interface is typicaly implemented by the interposition objects of the
container.
author: Sebastien Chassande-Barrioz |
Method Summary | |
PName | getPName() It retrieves the PName of the persitent object. |
getPName | PName getPName()(Code) | | It retrieves the PName of the persitent object.
|
|
|