org.objectweb.jorm.api
Interface PMappingCallback

All Superinterfaces:
PMapper, PMappingStructuresManager

public interface PMappingCallback
extends PMapper

This is a control interface dedicated to the JORM mapping code.

Author:
P. Dechamboux

Field Summary
 
Fields inherited from interface org.objectweb.jorm.api.PMapper
JORMPROPFILE, PBINDINGAPPENDER, PCLASSMAPPINGAPPENDER
 
Method Summary
 void scheduleEvent(java.util.EventObject e)
          Schedules an mapper-related event.
 
Methods inherited from interface org.objectweb.jorm.api.PMapper
addMapperEventListener, clean, closeConnection, cn2mn, createGenClassMapping, getConnection, getConnection, getConnection, getConnectionFactory, getMappedClasses, getMapperName, getMetaInfoManager, getPMappingStructuresManager, getPrefetchCache, getPTypeSpace, lookup, map, map, map, removeMapperEventListener, setConnectionFactory, setDTDLocations, setMapperName, setPathsToPdFiles, setPrefetchCache, start, stop, unmap
 
Methods inherited from interface org.objectweb.jorm.api.PMappingStructuresManager
addDependency, classDefined, clear, declareClass, getPMapCluster, getPMapClusters, setLogger, setPMapper
 

Method Detail

scheduleEvent

public void scheduleEvent(java.util.EventObject e)
                   throws PException
Schedules an mapper-related event.

Parameters:
e - The event to be scheduled.
Throws:
PException - Cannot schedule this event.