org.objectweb.jonas_ejb.container.jorm
Interface PObjectHome


public interface PObjectHome

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(org.objectweb.jorm.naming.api.PName pn)
          It retrieves the PObject which matches with the PName.
 

Method Detail

getPObject

PObject getPObject(org.objectweb.jorm.naming.api.PName pn)
It retrieves the PObject which matches with the PName.