org.apache.geronimo.console.databasemanager.wizard
Class DatabasePoolPortlet.PoolData

java.lang.Object
  extended by org.apache.geronimo.console.databasemanager.wizard.DatabasePoolPortlet.PoolData
All Implemented Interfaces:
Serializable
Enclosing class:
DatabasePoolPortlet

public static class DatabasePoolPortlet.PoolData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DatabasePoolPortlet.PoolData()
           
 
Method Summary
 String getAbstractName()
           
 Map<String,String> getAbstractNameMap()
           
 String getAdapterDescription()
           
 String getAdapterDisplayName()
           
 String getBlockingTimeout()
           
 String getDbtype()
           
 String getDeployError()
           
 String getDriverClass()
           
 String getIdleTimeout()
           
 String getImportSource()
           
 String[] getJars()
           
 String getMaxSize()
           
 String getMinSize()
           
 String getName()
           
 String getPassword()
           
 Map<String,String> getProperties()
           
 Map<String,String> getPropertyNames()
           
 String getRarPath()
           
 String getTransactionType()
           
 String getUrl()
           
 Map<String,Object> getUrlProperties()
           
 String getUrlPrototype()
           
 String getUser()
           
 boolean isGeneric()
           
 void load(javax.portlet.PortletRequest request)
           
 void loadPropertyNames()
           
 void setTransactionType(String transactionType)
           
 void store(javax.portlet.ActionResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabasePoolPortlet.PoolData

public DatabasePoolPortlet.PoolData()
Method Detail

load

public void load(javax.portlet.PortletRequest request)

loadPropertyNames

public void loadPropertyNames()

store

public void store(javax.portlet.ActionResponse response)

getName

public String getName()

getDbtype

public String getDbtype()

getUser

public String getUser()

getPassword

public String getPassword()

getProperties

public Map<String,String> getProperties()

getPropertyNames

public Map<String,String> getPropertyNames()

getUrlProperties

public Map<String,Object> getUrlProperties()

getUrl

public String getUrl()

getJars

public String[] getJars()

getMinSize

public String getMinSize()

getMaxSize

public String getMaxSize()

getBlockingTimeout

public String getBlockingTimeout()

getIdleTimeout

public String getIdleTimeout()

getDriverClass

public String getDriverClass()

getUrlPrototype

public String getUrlPrototype()

getAbstractName

public String getAbstractName()

getAdapterDisplayName

public String getAdapterDisplayName()

getAdapterDescription

public String getAdapterDescription()

getRarPath

public String getRarPath()

isGeneric

public boolean isGeneric()

getImportSource

public String getImportSource()

getAbstractNameMap

public Map<String,String> getAbstractNameMap()

getDeployError

public String getDeployError()

getTransactionType

public String getTransactionType()

setTransactionType

public void setTransactionType(String transactionType)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.