Java Doc for JmsActivationSpec.java in » EJB-Server-JBoss-4.2.1 » connector » org » jboss » resource » adapter » jms » inflow » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
EJB Server JBoss 4.2.1
»
connector
»
org.jboss.resource.adapter.jms.inflow
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.jboss.resource.adapter.jms.inflow
.JmsActivationSpec
JmsActivationSpec
public
class JmsActivationSpec implements ActivationSpec
(Code)
A generic jms ActivationSpec.
author:
Adrian Brock
version:
$Revision: 60926 $
Method Summary
public
String
getAcknowledgeMode
()
public
int
getAcknowledgeModeInt
()
public
String
getClientId
()
public
String
getDLQClientID
()
public
String
getDLQHandler
()
public
String
getDLQJNDIName
()
public
int
getDLQMaxResent
()
public
String
getDLQPassword
()
public
String
getDLQUser
()
public
String
getDestination
()
public
String
getDestinationType
()
public
Boolean
getIsSameRMOverrideValue
()
public
long
getKeepAlive
()
public
long
getKeepAliveLong
()
public
int
getMaxMessages
()
public
int
getMaxMessagesInt
()
public
int
getMaxSession
()
public
int
getMaxSessionInt
()
public
String
getMessageSelector
()
public
int
getMinSession
()
public
int
getMinSessionInt
()
public
String
getPassword
()
public
String
getProviderAdapterJNDI
()
public
long
getReconnectInterval
()
public
long
getReconnectIntervalLong
()
public
boolean
getRedeliverUnspecified
()
public
ResourceAdapter
getResourceAdapter
()
public
boolean
getSessionTransacted
()
public
String
getSubscriptionDurability
()
public
String
getSubscriptionName
()
public
int
getTransactionTimeout
()
public
boolean
getUseDLQ
()
public
String
getUser
()
public
boolean
isDurable
()
public
boolean
isSessionTransacted
()
public
boolean
isTopic
()
public
boolean
isUseDLQ
()
public
void
setAcknowledgeMode
(
String
acknowledgeMode)
public
void
setClientId
(
String
clientId)
public
void
setDLQClientID
(
String
clientID)
public
void
setDLQHandler
(
String
handler)
public
void
setDLQJNDIName
(
String
name)
public
void
setDLQMaxResent
(int maxResent)
public
void
setDLQPassword
(
String
password)
public
void
setDLQUser
(
String
user)
public
void
setDestination
(
String
destination)
public
void
setDestinationType
(
String
destinationType)
public
void
setIsSameRMOverrideValue
(
Boolean
isSameRMOverrideValue)
public
void
setKeepAlive
(long keepAlive)
public
void
setMaxMessages
(int maxMessages)
public
void
setMaxSession
(int maxSession)
public
void
setMessageSelector
(
String
messageSelector)
public
void
setMinSession
(int minSession)
public
void
setPassword
(
String
pass)
public
void
setProviderAdapterJNDI
(
String
providerAdapterJNDI)
public
void
setReconnectInterval
(long reconnectInterval)
public
void
setRedeliverUnspecified
(boolean redeliverUnspecified)
public
void
setResourceAdapter
(ResourceAdapter ra)
public
void
setSessionTransacted
(boolean sessionTransacted)
public
void
setSubscriptionDurability
(
String
subscriptionDurability)
public
void
setSubscriptionName
(
String
subscriptionName)
public
void
setTransactionTimeout
(int transactionTimeout)
public
void
setUseDLQ
(boolean useDLQ)
public
void
setUser
(
String
user)
public
String
toString
()
public
void
validate
()
Method Detail
getAcknowledgeMode
public
String
getAcknowledgeMode()
(Code)
the acknowledgeMode.
getAcknowledgeModeInt
public
int getAcknowledgeModeInt()
(Code)
the acknowledgement mode
getClientId
public
String
getClientId()
(Code)
the clientId.
getDLQClientID
public
String
getDLQClientID()
(Code)
Returns the dLQClientID.
getDLQHandler
public
String
getDLQHandler()
(Code)
Returns the dLQHandler.
getDLQJNDIName
public
String
getDLQJNDIName()
(Code)
Returns the dLQJNDIName.
getDLQMaxResent
public
int getDLQMaxResent()
(Code)
Returns the maxResent.
getDLQPassword
public
String
getDLQPassword()
(Code)
Returns the dLQPassword.
getDLQUser
public
String
getDLQUser()
(Code)
Returns the dLQUser.
getDestination
public
String
getDestination()
(Code)
the destination.
getDestinationType
public
String
getDestinationType()
(Code)
the destinationType.
getIsSameRMOverrideValue
public
Boolean
getIsSameRMOverrideValue()
(Code)
getKeepAlive
public
long getKeepAlive()
(Code)
the keepAlive.
getKeepAliveLong
public
long getKeepAliveLong()
(Code)
the keep alive time of the session
getMaxMessages
public
int getMaxMessages()
(Code)
the maxMessages.
getMaxMessagesInt
public
int getMaxMessagesInt()
(Code)
the maximum number of messages
getMaxSession
public
int getMaxSession()
(Code)
the maxSession.
getMaxSessionInt
public
int getMaxSessionInt()
(Code)
the maximum number of sessions
getMessageSelector
public
String
getMessageSelector()
(Code)
the messageSelector.
getMinSession
public
int getMinSession()
(Code)
the minSession.
getMinSessionInt
public
int getMinSessionInt()
(Code)
the minimum number of sessions
getPassword
public
String
getPassword()
(Code)
the password.
getProviderAdapterJNDI
public
String
getProviderAdapterJNDI()
(Code)
the providerAdapterJNDI.
getReconnectInterval
public
long getReconnectInterval()
(Code)
the reconnectInterval.
getReconnectIntervalLong
public
long getReconnectIntervalLong()
(Code)
the reconnect interval
getRedeliverUnspecified
public
boolean getRedeliverUnspecified()
(Code)
getResourceAdapter
public
ResourceAdapter getResourceAdapter()
(Code)
getSessionTransacted
public
boolean getSessionTransacted()
(Code)
the sessionTransacted.
getSubscriptionDurability
public
String
getSubscriptionDurability()
(Code)
the subscriptionDurability.
getSubscriptionName
public
String
getSubscriptionName()
(Code)
the subscriptionName.
getTransactionTimeout
public
int getTransactionTimeout()
(Code)
getUseDLQ
public
boolean getUseDLQ()
(Code)
Returns the useDLQ.
getUser
public
String
getUser()
(Code)
the user.
isDurable
public
boolean isDurable()
(Code)
wether the subscription is durable.
isSessionTransacted
public
boolean isSessionTransacted()
(Code)
whether the session is transaction
isTopic
public
boolean isTopic()
(Code)
whether this is for a topic.
isUseDLQ
public
boolean isUseDLQ()
(Code)
Whether we should use a DLQ true when using a DLQ
setAcknowledgeMode
public
void setAcknowledgeMode(
String
acknowledgeMode)
(Code)
Parameters:
acknowledgeMode - The acknowledgeMode to set.
setClientId
public
void setClientId(
String
clientId)
(Code)
Parameters:
clientId - The clientId to set.
setDLQClientID
public
void setDLQClientID(
String
clientID)
(Code)
Parameters:
clientID - The dLQClientID to set.
setDLQHandler
public
void setDLQHandler(
String
handler)
(Code)
Parameters:
handler - The dLQHandler to set.
setDLQJNDIName
public
void setDLQJNDIName(
String
name)
(Code)
Parameters:
name - The dLQJNDIName to set.
setDLQMaxResent
public
void setDLQMaxResent(int maxResent)
(Code)
Parameters:
maxResent - The maxResent to set.
setDLQPassword
public
void setDLQPassword(
String
password)
(Code)
Parameters:
password - The dLQPassword to set.
setDLQUser
public
void setDLQUser(
String
user)
(Code)
Parameters:
user - The dLQUser to set.
setDestination
public
void setDestination(
String
destination)
(Code)
Parameters:
destination - The destination to set.
setDestinationType
public
void setDestinationType(
String
destinationType)
(Code)
Parameters:
destinationType - The destinationType to set.
setIsSameRMOverrideValue
public
void setIsSameRMOverrideValue(
Boolean
isSameRMOverrideValue)
(Code)
setKeepAlive
public
void setKeepAlive(long keepAlive)
(Code)
Parameters:
keepAlive - The keepAlive to set.
setMaxMessages
public
void setMaxMessages(int maxMessages)
(Code)
Parameters:
maxMessages - The maxMessages to set.
setMaxSession
public
void setMaxSession(int maxSession)
(Code)
Parameters:
maxSession - The maxSession to set.
setMessageSelector
public
void setMessageSelector(
String
messageSelector)
(Code)
Parameters:
messageSelector - The messageSelector to set.
setMinSession
public
void setMinSession(int minSession)
(Code)
Parameters:
minSession - The minSession to set.
setPassword
public
void setPassword(
String
pass)
(Code)
Parameters:
pass - The password to set.
setProviderAdapterJNDI
public
void setProviderAdapterJNDI(
String
providerAdapterJNDI)
(Code)
Parameters:
providerAdapterJNDI - The providerAdapterJNDI to set.
setReconnectInterval
public
void setReconnectInterval(long reconnectInterval)
(Code)
Parameters:
reconnectInterval - The reconnectInterval to set.
setRedeliverUnspecified
public
void setRedeliverUnspecified(boolean redeliverUnspecified)
(Code)
setResourceAdapter
public
void setResourceAdapter(ResourceAdapter ra) throws ResourceException
(Code)
setSessionTransacted
public
void setSessionTransacted(boolean sessionTransacted)
(Code)
Parameters:
sessionTransacted - The sessionTransacted to set.
setSubscriptionDurability
public
void setSubscriptionDurability(
String
subscriptionDurability)
(Code)
Parameters:
subscriptionDurability - The subscriptionDurability to set.
setSubscriptionName
public
void setSubscriptionName(
String
subscriptionName)
(Code)
Parameters:
subscriptionName - The subscriptionName to set.
setTransactionTimeout
public
void setTransactionTimeout(int transactionTimeout)
(Code)
setUseDLQ
public
void setUseDLQ(boolean useDLQ)
(Code)
Parameters:
useDLQ - The useDLQ to set.
setUser
public
void setUser(
String
user)
(Code)
Parameters:
user - The user to set.
toString
public
String
toString()
(Code)
validate
public
void validate() throws InvalidPropertyException
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.