net.sf.dropboxmq.resource.spi
Class CommonBean
java.lang.Object
   net.sf.dropboxmq.resource.spi.CommonBean
net.sf.dropboxmq.resource.spi.CommonBean
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- AbstractManagedConnectionFactory, ActivationSpecImpl, ResourceAdapterImpl
- public abstract class CommonBean 
- extends Object- implements Serializable
Created: 09 Mar 2007
- Version:
- $Revision: 217 $, $Date: 2010-11-28 22:46:14 -0700 (Sun, 28 Nov 2010) $
- Author:
- Dwayne Schultz
- See Also:
- Serialized Form
 
 
 
CommonBean
public CommonBean()
validateCommon
protected void validateCommon()
                       throws InvalidPropertyException
- 
 
- 
- Throws:
- InvalidPropertyException
 
getProperty
protected final String getProperty(String key)
- 
 
- 
 
getRedeliveryAttempts
public Integer getRedeliveryAttempts()
- 
 
- 
 
setRedeliveryAttempts
public void setRedeliveryAttempts(Integer redeliveryAttempts)
- 
 
- 
 
getRoot
public String getRoot()
- 
 
- 
 
setRoot
public void setRoot(String root)
- 
 
- 
 
getPollingInterval
public Long getPollingInterval()
- 
 
- 
 
setPollingInterval
public void setPollingInterval(Long pollingInterval)
- 
 
- 
 
getTargetScanTimeout
public Long getTargetScanTimeout()
- 
 
- 
 
setTargetScanTimeout
public void setTargetScanTimeout(Long targetScanTimeout)
- 
 
- 
 
getMessageTranscoderFactory
public String getMessageTranscoderFactory()
- 
 
- 
 
setMessageTranscoderFactory
public void setMessageTranscoderFactory(String messageTranscoderFactory)
- 
 
- 
 
isDeleteProcessedMessages
public Boolean isDeleteProcessedMessages()
- 
 
- 
 
setDeleteProcessedMessages
public void setDeleteProcessedMessages(Boolean deleteProcessedMessages)
- 
 
- 
 
isDeleteExpiredMessages
public Boolean isDeleteExpiredMessages()
- 
 
- 
 
setDeleteExpiredMessages
public void setDeleteExpiredMessages(Boolean deleteExpiredMessages)
- 
 
- 
 
isDeleteCompleteTransactions
public Boolean isDeleteCompleteTransactions()
- 
 
- 
 
setDeleteCompleteTransactions
public void setDeleteCompleteTransactions(Boolean deleteCompleteTransactions)
- 
 
- 
 
isPreserveDeletedDropboxes
public Boolean isPreserveDeletedDropboxes()
- 
 
- 
 
setPreserveDeletedDropboxes
public void setPreserveDeletedDropboxes(Boolean preserveDeletedDropboxes)
- 
 
- 
 
isConsumeExpiredMessages
public Boolean isConsumeExpiredMessages()
- 
 
- 
 
setConsumeExpiredMessages
public void setConsumeExpiredMessages(Boolean consumeExpiredMessages)
- 
 
- 
 
getClassLoadedProperties
public String getClassLoadedProperties()
- 
 
- 
 
setClassLoadedProperties
public void setClassLoadedProperties(String classLoadedProperties)
- 
 
- 
 
equals
public boolean equals(Object obj)
- 
- Overrides:
- equalsin class- Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- Object
 
- 
 
toObjectString
protected final String toObjectString()
- 
 
-