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

JavaMailResourceMdl

public class JavaMailResourceMdl extends J2EEResourceMdl

Fields Summary
private static String
MANAGED_OBJECT_TYPE
Constructors Summary
public JavaMailResourceMdl(String name)

       
        super(name);
    
public JavaMailResourceMdl(String name, String serverName)

        super(name,serverName);
    
public JavaMailResourceMdl(String[] location)

        this(location[2],location[1]);
    
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;