All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.jaw.reference.mapper.MapperSrvIf

public interface MapperSrvIf
This class is used for mapping object name into implementation name. Given an object name, the mapper service should be able to give the name of the Java class to use for representing the object as a C-bean or as a M-bean.


Method Index

 o cbeanToUse(ObjectName)
Gets name of a Java class to use for representing a C-bean.
 o mbeanToUse(ObjectName)
Gets name of a Java class to use for representing a M-bean.

Methods

 o cbeanToUse
 public abstract String cbeanToUse(ObjectName name) throws MappingException
Gets name of a Java class to use for representing a C-bean.

Parameters:
name - The logical name of the object for which the implementing name is requested.
Returns:
The name of the Java class to use for representing the C-bean.
Throws: MappingException
An error occurs.
 o mbeanToUse
 public abstract String mbeanToUse(ObjectName name) throws MappingException
Gets name of a Java class to use for representing a M-bean.

Parameters:
name - The logical name of the object for which the implementing name is requested.
Returns:
The name of the Java class to use for representing the C-bean.
Throws: MappingException
An error occurs.

All Packages  Class Hierarchy  This Package  Previous  Next  Index