org.apache.geronimo.console.jmsmanager.wizard
Class AbstractHandler.JMSResourceData
java.lang.Object
org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler.JMSResourceData
- All Implemented Interfaces:
- MultiPageModel
- Enclosing class:
- AbstractHandler
public static class AbstractHandler.JMSResourceData
- extends Object
- implements MultiPageModel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractHandler.JMSResourceData
public AbstractHandler.JMSResourceData(javax.portlet.PortletRequest request)
createIfNecessary
public void createIfNecessary()
save
public void save(javax.portlet.ActionResponse response,
javax.portlet.PortletSession session)
- Specified by:
save
in interface MultiPageModel
getFactoryType
public int getFactoryType()
setFactoryType
public void setFactoryType(int factoryType)
getDestinationType
public int getDestinationType()
setDestinationType
public void setDestinationType(int destinationType)
getCurrentFactoryID
public int getCurrentFactoryID()
setCurrentFactoryID
public void setCurrentFactoryID(int id)
getCurrentDestinationID
public int getCurrentDestinationID()
setCurrentDestinationID
public void setCurrentDestinationID(int id)
getRarURI
public String getRarURI()
setRarURI
public void setRarURI(String rarURI)
getDependency
public String getDependency()
setDependency
public void setDependency(String dependency)
getInstanceName
public String getInstanceName()
setInstanceName
public void setInstanceName(String instanceName)
getWorkManager
public String getWorkManager()
setWorkManager
public void setWorkManager(String workManager)
getInstanceProps
public Properties getInstanceProps()
getConnectionFactories
public List getConnectionFactories()
getAdminObjects
public List getAdminObjects()
getCurrentFactory
public AbstractHandler.JMSConnectionFactoryData getCurrentFactory()
getCurrentDestination
public AbstractHandler.JMSAdminObjectData getCurrentDestination()
getConnectionFactoryCount
public int getConnectionFactoryCount()
getDestinationCount
public int getDestinationCount()
Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.