| org.objectweb.jonas_ejb.container.jorm.Coder
Coder | public interface Coder (Code) | | This interface specifies two methods to translate a PName into a PK or the
opposite action.
author: Sebastien Chassande-Barrioz |
Method Summary | |
PName | decode(Object pk) This method build a PName with the primary key specifed in parameter. | Object | encode(PName pn) This method build a primary key with the PName specifed in parameter. |
|
|