org.objectweb.jorm.naming.api
Interface PNameGetterConverter


public interface PNameGetterConverter

Defines a PNameGetter converter permitting to managee the translation between two composite naming structures.

Author:
S.Chassande-Barrioz

Method Summary
 PNameGetter convert(byte o)
           
 PNameGetter convert(char o)
           
 PNameGetter convert(int o)
           
 PNameGetter convert(long o)
           
 PNameGetter convert(java.lang.Object o)
           
 PNameGetter convert(short o)
           
 

Method Detail

convert

public PNameGetter convert(java.lang.Object o)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(byte o)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(char o)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(short o)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(int o)
                    throws PExceptionNaming
Throws:
PExceptionNaming

convert

public PNameGetter convert(long o)
                    throws PExceptionNaming
Throws:
PExceptionNaming