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

TransactionPlugin - JBOSS Portal 2.2 API 英文版文档


org.jboss.portal.core.plugins.transaction
Class TransactionPlugin

java.lang.Object
  extended byorg.jboss.portal.core.plugins.transaction.TransactionPlugin
All Implemented Interfaces:
AdapterPlugin, Plugin

public class TransactionPlugin
extends java.lang.Object
implements AdapterPlugin


Constructor Summary
TransactionPlugin()
           
 
Method Summary
 void destroy()
           
 java.lang.Class getAdaptedClass()
          Return the classname adapted by the adapter.
 java.lang.Object getAdapter()
          Return the adapter instance.
 Transactions.Type getTxType()
           
 void init(PluginContext pluginContext)
           
 void setTxType(Transactions.Type txType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionPlugin

public TransactionPlugin()
Method Detail

init

public void init(PluginContext pluginContext)
Specified by:
init in interface Plugin
Parameters:
pluginContext -

destroy

public void destroy()
Specified by:
destroy in interface Plugin

getAdaptedClass

public java.lang.Class getAdaptedClass()
Description copied from interface: AdapterPlugin
Return the classname adapted by the adapter.

Specified by:
getAdaptedClass in interface AdapterPlugin

getAdapter

public java.lang.Object getAdapter()
Description copied from interface: AdapterPlugin
Return the adapter instance.

Specified by:
getAdapter in interface AdapterPlugin

getTxType

public Transactions.Type getTxType()

setTxType

public void setTxType(Transactions.Type txType)