EntityBeanMdlpublic 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.String | getj2eeType()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;
|
|