站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.4 API 英文版文档

Create - JBOSS Portal 2.4 API 英文版文档


org.jboss.portal.migration.bean
Class Create

java.lang.Object
  extended byorg.jboss.portal.migration.bean.Create

public class Create
extends java.lang.Object


Field Summary
 boolean created
           
 
Constructor Summary
Create()
           
 
Method Summary
 java.lang.String createSchema()
          Creates new tables using the predefined datasource.
 MigrationModule22_24 getTXManager()
           
 boolean isCreated()
           
 void setCreated(boolean created)
           
 void setTXManager(MigrationModule22_24 TXManager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

created

public boolean created
Constructor Detail

Create

public Create()
Method Detail

isCreated

public boolean isCreated()

setCreated

public void setCreated(boolean created)

getTXManager

public MigrationModule22_24 getTXManager()

setTXManager

public void setTXManager(MigrationModule22_24 TXManager)
                  throws java.lang.Exception
Throws:
java.lang.Exception

createSchema

public java.lang.String createSchema()
                              throws java.lang.Exception
Creates new tables using the predefined datasource.

Returns:
outcome
Throws:
java.lang.Exception