FileDocCategorySizeDatePackage
EntityBeanMdl.javaAPI DocGlassfish v2 API2669Fri May 04 22:24:16 BST 2007com.sun.enterprise.management.model

EntityBeanMdl

public class EntityBeanMdl extends EJBMdl

Fields Summary
private static String
MANAGED_OBJECT_TYPE
Constructors Summary
public EntityBeanMdl(String name, String bundleName, String appName)

           
        super(name, bundleName, appName);       
    
public EntityBeanMdl(String name, String bundleName, String appName, String serverName)

        super(name, bundleName, appName, serverName);       
    
Methods Summary
public java.lang.Stringgetj2eeType()
The type of the J2EEManagedObject as specified by JSR77. The class that implements a specific type must override this method and return the appropriate type string.

        return MANAGED_OBJECT_TYPE;