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

URLResourceMdl

public class URLResourceMdl extends J2EEResourceMdl

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

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

        super(name, serverName);
    
public URLResourceMdl(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;