JDBCDriverMdlpublic class JDBCDriverMdl extends J2EEManagedObjectMdl
Fields Summary |
---|
private static String | MANAGED_OBJECT_TYPE | private String | jdbcDriverName |
Constructors Summary |
---|
public JDBCDriverMdl(String name)
super(name,false,false,false);
this.jdbcDriverName = name;
| public JDBCDriverMdl(String name, String serverName)
super(name,serverName,false,false,false);
this.jdbcDriverName = name;
| public JDBCDriverMdl(String[] location)
this(location[2], location[1]);
|
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;
|
|