org.apache.openejb.jee.sun
Class CmpResource

java.lang.Object
  extended by org.apache.openejb.jee.sun.CmpResource

public class CmpResource
extends Object


Field Summary
protected  String createTablesAtDeploy
           
protected  String databaseVendorName
           
protected  DefaultResourcePrincipal defaultResourcePrincipal
           
protected  String dropTablesAtUndeploy
           
protected  String jndiName
           
protected  List<Property> property
           
protected  SchemaGeneratorProperties schemaGeneratorProperties
           
 
Constructor Summary
CmpResource()
           
 
Method Summary
 String getCreateTablesAtDeploy()
           
 String getDatabaseVendorName()
           
 DefaultResourcePrincipal getDefaultResourcePrincipal()
           
 String getDropTablesAtUndeploy()
           
 String getJndiName()
           
 List<Property> getProperty()
           
 SchemaGeneratorProperties getSchemaGeneratorProperties()
           
 void setCreateTablesAtDeploy(String value)
           
 void setDatabaseVendorName(String value)
           
 void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
           
 void setDropTablesAtUndeploy(String value)
           
 void setJndiName(String value)
           
 void setSchemaGeneratorProperties(SchemaGeneratorProperties value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jndiName

protected String jndiName

defaultResourcePrincipal

protected DefaultResourcePrincipal defaultResourcePrincipal

property

protected List<Property> property

createTablesAtDeploy

protected String createTablesAtDeploy

dropTablesAtUndeploy

protected String dropTablesAtUndeploy

databaseVendorName

protected String databaseVendorName

schemaGeneratorProperties

protected SchemaGeneratorProperties schemaGeneratorProperties
Constructor Detail

CmpResource

public CmpResource()
Method Detail

getJndiName

public String getJndiName()

setJndiName

public void setJndiName(String value)

getDefaultResourcePrincipal

public DefaultResourcePrincipal getDefaultResourcePrincipal()

setDefaultResourcePrincipal

public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)

getProperty

public List<Property> getProperty()

getCreateTablesAtDeploy

public String getCreateTablesAtDeploy()

setCreateTablesAtDeploy

public void setCreateTablesAtDeploy(String value)

getDropTablesAtUndeploy

public String getDropTablesAtUndeploy()

setDropTablesAtUndeploy

public void setDropTablesAtUndeploy(String value)

getDatabaseVendorName

public String getDatabaseVendorName()

setDatabaseVendorName

public void setDatabaseVendorName(String value)

getSchemaGeneratorProperties

public SchemaGeneratorProperties getSchemaGeneratorProperties()

setSchemaGeneratorProperties

public void setSchemaGeneratorProperties(SchemaGeneratorProperties value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.