org.objectweb.speedo.metadata.ejb
Class EJBDefaults

java.lang.Object
  extended by org.objectweb.speedo.metadata.SpeedoDefaults
      extended by org.objectweb.speedo.metadata.ejb.EJBDefaults

public class EJBDefaults
extends SpeedoDefaults

This class is in charge of the initialization of Speedo Meta Objects with the default value corresponding to the EJB personality.

Author:
S.Chassande-Barrioz, P. Dechamboux

Constructor Summary
EJBDefaults()
           
 
Method Summary
 void assignDefaults(java.lang.Object se)
          This abstract method should initiaze a speedo meta Object.
 
Methods inherited from class org.objectweb.speedo.metadata.SpeedoDefaults
init, setDefaults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBDefaults

public EJBDefaults()
Method Detail

assignDefaults

public void assignDefaults(java.lang.Object se)
                    throws SpeedoRuntimeException
Description copied from class: SpeedoDefaults
This abstract method should initiaze a speedo meta Object.

Specified by:
assignDefaults in class SpeedoDefaults
Parameters:
se - the speedo meta object to initialize.
Throws:
SpeedoRuntimeException