org.objectweb.jorm.api

Class PMappingRequiredEvent


public class PMappingRequiredEvent
extends EventObject

The event used to signals the requirement of the mapping of a particular JORM class.

Author:
P. Dechamboux

Constructor Summary

PMappingRequiredEvent(PClassMapping source, String jormclassname)
Constructs a PMappingRequiredEvent event.

Method Summary

String
getJormClassName()
Retrives the name of the JORM class that is required to be mapped.

Constructor Details

PMappingRequiredEvent

public PMappingRequiredEvent(PClassMapping source,
                             String jormclassname)
Constructs a PMappingRequiredEvent event.

Parameters:
source - The event source.
jormclassname - The name of the JORM class that is required to be mapped.

Method Details

getJormClassName

public String getJormClassName()
Retrives the name of the JORM class that is required to be mapped.

Returns:
This class name.