org.apache.openejb.jee.sun
Class CmpResource

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

public class CmpResource
extends java.lang.Object


Field Summary
protected  java.lang.String createTablesAtDeploy
           
protected  java.lang.String databaseVendorName
           
protected  DefaultResourcePrincipal defaultResourcePrincipal
           
protected  java.lang.String dropTablesAtUndeploy
           
protected  java.lang.String jndiName
           
protected  java.util.List<Property> property
           
protected  SchemaGeneratorProperties schemaGeneratorProperties
           
 
Constructor Summary
CmpResource()
           
 
Method Summary
 java.lang.String getCreateTablesAtDeploy()
           
 java.lang.String getDatabaseVendorName()
           
 DefaultResourcePrincipal getDefaultResourcePrincipal()
           
 java.lang.String getDropTablesAtUndeploy()
           
 java.lang.String getJndiName()
           
 java.util.List<Property> getProperty()
           
 SchemaGeneratorProperties getSchemaGeneratorProperties()
           
 void setCreateTablesAtDeploy(java.lang.String value)
           
 void setDatabaseVendorName(java.lang.String value)
           
 void setDefaultResourcePrincipal(DefaultResourcePrincipal value)
           
 void setDropTablesAtUndeploy(java.lang.String value)
           
 void setJndiName(java.lang.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 java.lang.String jndiName

defaultResourcePrincipal

protected DefaultResourcePrincipal defaultResourcePrincipal

property

protected java.util.List<Property> property

createTablesAtDeploy

protected java.lang.String createTablesAtDeploy

dropTablesAtUndeploy

protected java.lang.String dropTablesAtUndeploy

databaseVendorName

protected java.lang.String databaseVendorName

schemaGeneratorProperties

protected SchemaGeneratorProperties schemaGeneratorProperties
Constructor Detail

CmpResource

public CmpResource()
Method Detail

getJndiName

public java.lang.String getJndiName()

setJndiName

public void setJndiName(java.lang.String value)

getDefaultResourcePrincipal

public DefaultResourcePrincipal getDefaultResourcePrincipal()

setDefaultResourcePrincipal

public void setDefaultResourcePrincipal(DefaultResourcePrincipal value)

getProperty

public java.util.List<Property> getProperty()

getCreateTablesAtDeploy

public java.lang.String getCreateTablesAtDeploy()

setCreateTablesAtDeploy

public void setCreateTablesAtDeploy(java.lang.String value)

getDropTablesAtUndeploy

public java.lang.String getDropTablesAtUndeploy()

setDropTablesAtUndeploy

public void setDropTablesAtUndeploy(java.lang.String value)

getDatabaseVendorName

public java.lang.String getDatabaseVendorName()

setDatabaseVendorName

public void setDatabaseVendorName(java.lang.String value)

getSchemaGeneratorProperties

public SchemaGeneratorProperties getSchemaGeneratorProperties()

setSchemaGeneratorProperties

public void setSchemaGeneratorProperties(SchemaGeneratorProperties value)


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