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

JCAManagedConnectionFactoryMdl

public class JCAManagedConnectionFactoryMdl extends J2EEManagedObjectMdl

Fields Summary
private static String
MANAGED_OBJECT_TYPE
private String
jcaConnectionFactoryName
Constructors Summary
public JCAManagedConnectionFactoryMdl(String connFactName)
Creates new JCAManagedConnectionFactory

        
       
        super(connFactName,false,false,false);
        this.jcaConnectionFactoryName = connFactName;
    
public JCAManagedConnectionFactoryMdl(String connFactName, String serverName)

        super(connFactName, serverName, false,false,false);
        this.jcaConnectionFactoryName = connFactName;
    
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;