| org.objectweb.jonas_ejb.container.jorm.PObjectHome
PObjectHome | public interface PObjectHome (Code) | | This interface permits to obtain an instance with its PName. This interface
is typically implemented by the interposition object in the container.
author: Sebastien Chassande-Barrioz |
Method Summary | |
PObject | getPObject(PName pn) It retrieves the PObject which matches with the PName. |
getPObject | PObject getPObject(PName pn)(Code) | | It retrieves the PObject which matches with the PName.
|
|
|