org.apache.geronimo.console.databasemanager.wizard
Class DatabasePoolPortlet.PoolData
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DatabasePoolPortlet.PoolData
public DatabasePoolPortlet.PoolData()
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 getProperties()
getPropertyNames
public Map getPropertyNames()
getUrlProperties
public Map 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 getAbstractNameMap()
getDeployError
public String getDeployError()
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.