Java Doc for MessageDrivenDescriptor.java in  » J2EE » openejb3 » org » apache » openejb » jee » wls » 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 » J2EE » openejb3 » org.apache.openejb.jee.wls 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.apache.openejb.jee.wls.MessageDrivenDescriptor

MessageDrivenDescriptor
public class MessageDrivenDescriptor (Code)

Java class for message-driven-descriptor complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="message-driven-descriptor">
 <complexContent>
 <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
 <sequence>
 <element name="pool" type="{http://www.bea.com/ns/weblogic/90}pool" minOccurs="0"/>
 <element name="timer-descriptor" type="{http://www.bea.com/ns/weblogic/90}timer-descriptor" minOccurs="0"/>
 <choice>
 <sequence>
 <element name="resource-adapter-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 </sequence>
 <sequence>
 <choice>
 <sequence>
 <element name="destination-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="initial-context-factory" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="provider-url" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="connection-factory-jndi-name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 </sequence>
 <sequence>
 <element name="destination-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="connection-factory-resource-link" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 </sequence>
 </choice>
 <element name="jms-polling-interval-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="jms-client-id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 <element name="generate-unique-jms-client-id" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="durable-subscription-deletion" type="{http://www.bea.com/ns/weblogic/90}true-false" minOccurs="0"/>
 <element name="max-messages-in-transaction" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="distributed-destination-connection" type="{http://www.bea.com/ns/weblogic/90}distributed-destination-connection" minOccurs="0"/>
 </sequence>
 </choice>
 <element name="init-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="max-suspend-seconds" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
 <element name="security-plugin" type="{http://www.bea.com/ns/weblogic/90}security-plugin" minOccurs="0"/>
 </sequence>
 <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
 </restriction>
 </complexContent>
 </complexType>
 


Field Summary
protected  StringconnectionFactoryJndiName
    
protected  StringconnectionFactoryResourceLink
    
protected  StringdestinationJndiName
    
protected  StringdestinationResourceLink
    
protected  DistributedDestinationConnectiondistributedDestinationConnection
    
protected  BooleandurableSubscriptionDeletion
    
protected  BooleangenerateUniqueJmsClientId
    
protected  Stringid
    
protected  BigIntegerinitSuspendSeconds
    
protected  StringinitialContextFactory
    
protected  StringjmsClientId
    
protected  BigIntegerjmsPollingIntervalSeconds
    
protected  BigIntegermaxMessagesInTransaction
    
protected  BigIntegermaxSuspendSeconds
    
protected  Poolpool
    
protected  StringproviderUrl
    
protected  StringresourceAdapterJndiName
    
protected  SecurityPluginsecurityPlugin
    
protected  TimerDescriptortimerDescriptor
    


Method Summary
public  StringgetConnectionFactoryJndiName()
     Gets the value of the connectionFactoryJndiName property.
public  StringgetConnectionFactoryResourceLink()
     Gets the value of the connectionFactoryResourceLink property.
public  StringgetDestinationJndiName()
     Gets the value of the destinationJndiName property.
public  StringgetDestinationResourceLink()
     Gets the value of the destinationResourceLink property.
public  DistributedDestinationConnectiongetDistributedDestinationConnection()
     Gets the value of the distributedDestinationConnection property.
public  BooleangetDurableSubscriptionDeletion()
     Gets the value of the durableSubscriptionDeletion property.
public  BooleangetGenerateUniqueJmsClientId()
     Gets the value of the generateUniqueJmsClientId property.
public  StringgetId()
     Gets the value of the id property.
public  BigIntegergetInitSuspendSeconds()
     Gets the value of the initSuspendSeconds property.
public  StringgetInitialContextFactory()
     Gets the value of the initialContextFactory property.
public  StringgetJmsClientId()
     Gets the value of the jmsClientId property.
public  BigIntegergetJmsPollingIntervalSeconds()
     Gets the value of the jmsPollingIntervalSeconds property.
public  BigIntegergetMaxMessagesInTransaction()
     Gets the value of the maxMessagesInTransaction property.
public  BigIntegergetMaxSuspendSeconds()
     Gets the value of the maxSuspendSeconds property.
public  PoolgetPool()
     Gets the value of the pool property.
public  StringgetProviderUrl()
     Gets the value of the providerUrl property.
public  StringgetResourceAdapterJndiName()
     Gets the value of the resourceAdapterJndiName property.
public  SecurityPlugingetSecurityPlugin()
     Gets the value of the securityPlugin property.
public  TimerDescriptorgetTimerDescriptor()
     Gets the value of the timerDescriptor property.
public  voidsetConnectionFactoryJndiName(String value)
     Sets the value of the connectionFactoryJndiName property.
public  voidsetConnectionFactoryResourceLink(String value)
     Sets the value of the connectionFactoryResourceLink property.
public  voidsetDestinationJndiName(String value)
     Sets the value of the destinationJndiName property.
public  voidsetDestinationResourceLink(String value)
     Sets the value of the destinationResourceLink property.
public  voidsetDistributedDestinationConnection(DistributedDestinationConnection value)
     Sets the value of the distributedDestinationConnection property.
public  voidsetDurableSubscriptionDeletion(Boolean value)
     Sets the value of the durableSubscriptionDeletion property.
public  voidsetGenerateUniqueJmsClientId(Boolean value)
     Sets the value of the generateUniqueJmsClientId property.
public  voidsetId(String value)
     Sets the value of the id property.
public  voidsetInitSuspendSeconds(BigInteger value)
     Sets the value of the initSuspendSeconds property.
public  voidsetInitialContextFactory(String value)
     Sets the value of the initialContextFactory property.
public  voidsetJmsClientId(String value)
     Sets the value of the jmsClientId property.
public  voidsetJmsPollingIntervalSeconds(BigInteger value)
     Sets the value of the jmsPollingIntervalSeconds property.
public  voidsetMaxMessagesInTransaction(BigInteger value)
     Sets the value of the maxMessagesInTransaction property.
public  voidsetMaxSuspendSeconds(BigInteger value)
     Sets the value of the maxSuspendSeconds property.
public  voidsetPool(Pool value)
     Sets the value of the pool property.
public  voidsetProviderUrl(String value)
     Sets the value of the providerUrl property.
public  voidsetResourceAdapterJndiName(String value)
     Sets the value of the resourceAdapterJndiName property.
public  voidsetSecurityPlugin(SecurityPlugin value)
     Sets the value of the securityPlugin property.
public  voidsetTimerDescriptor(TimerDescriptor value)
     Sets the value of the timerDescriptor property.

Field Detail
connectionFactoryJndiName
protected String connectionFactoryJndiName(Code)



connectionFactoryResourceLink
protected String connectionFactoryResourceLink(Code)



destinationJndiName
protected String destinationJndiName(Code)



destinationResourceLink
protected String destinationResourceLink(Code)



distributedDestinationConnection
protected DistributedDestinationConnection distributedDestinationConnection(Code)



durableSubscriptionDeletion
protected Boolean durableSubscriptionDeletion(Code)



generateUniqueJmsClientId
protected Boolean generateUniqueJmsClientId(Code)



id
protected String id(Code)



initSuspendSeconds
protected BigInteger initSuspendSeconds(Code)



initialContextFactory
protected String initialContextFactory(Code)



jmsClientId
protected String jmsClientId(Code)



jmsPollingIntervalSeconds
protected BigInteger jmsPollingIntervalSeconds(Code)



maxMessagesInTransaction
protected BigInteger maxMessagesInTransaction(Code)



maxSuspendSeconds
protected BigInteger maxSuspendSeconds(Code)



pool
protected Pool pool(Code)



providerUrl
protected String providerUrl(Code)



resourceAdapterJndiName
protected String resourceAdapterJndiName(Code)



securityPlugin
protected SecurityPlugin securityPlugin(Code)



timerDescriptor
protected TimerDescriptor timerDescriptor(Code)





Method Detail
getConnectionFactoryJndiName
public String getConnectionFactoryJndiName()(Code)
Gets the value of the connectionFactoryJndiName property. possible object isString



getConnectionFactoryResourceLink
public String getConnectionFactoryResourceLink()(Code)
Gets the value of the connectionFactoryResourceLink property. possible object isString



getDestinationJndiName
public String getDestinationJndiName()(Code)
Gets the value of the destinationJndiName property. possible object isString



getDestinationResourceLink
public String getDestinationResourceLink()(Code)
Gets the value of the destinationResourceLink property. possible object isString



getDistributedDestinationConnection
public DistributedDestinationConnection getDistributedDestinationConnection()(Code)
Gets the value of the distributedDestinationConnection property. possible object isDistributedDestinationConnection



getDurableSubscriptionDeletion
public Boolean getDurableSubscriptionDeletion()(Code)
Gets the value of the durableSubscriptionDeletion property. possible object isBoolean



getGenerateUniqueJmsClientId
public Boolean getGenerateUniqueJmsClientId()(Code)
Gets the value of the generateUniqueJmsClientId property. possible object isBoolean



getId
public String getId()(Code)
Gets the value of the id property. possible object isString



getInitSuspendSeconds
public BigInteger getInitSuspendSeconds()(Code)
Gets the value of the initSuspendSeconds property. possible object isBigInteger



getInitialContextFactory
public String getInitialContextFactory()(Code)
Gets the value of the initialContextFactory property. possible object isString



getJmsClientId
public String getJmsClientId()(Code)
Gets the value of the jmsClientId property. possible object isString



getJmsPollingIntervalSeconds
public BigInteger getJmsPollingIntervalSeconds()(Code)
Gets the value of the jmsPollingIntervalSeconds property. possible object isBigInteger



getMaxMessagesInTransaction
public BigInteger getMaxMessagesInTransaction()(Code)
Gets the value of the maxMessagesInTransaction property. possible object isBigInteger



getMaxSuspendSeconds
public BigInteger getMaxSuspendSeconds()(Code)
Gets the value of the maxSuspendSeconds property. possible object isBigInteger



getPool
public Pool getPool()(Code)
Gets the value of the pool property. possible object isPool



getProviderUrl
public String getProviderUrl()(Code)
Gets the value of the providerUrl property. possible object isString



getResourceAdapterJndiName
public String getResourceAdapterJndiName()(Code)
Gets the value of the resourceAdapterJndiName property. possible object isString



getSecurityPlugin
public SecurityPlugin getSecurityPlugin()(Code)
Gets the value of the securityPlugin property. possible object isSecurityPlugin



getTimerDescriptor
public TimerDescriptor getTimerDescriptor()(Code)
Gets the value of the timerDescriptor property. possible object isTimerDescriptor



setConnectionFactoryJndiName
public void setConnectionFactoryJndiName(String value)(Code)
Sets the value of the connectionFactoryJndiName property.
Parameters:
  value - allowed object isString



setConnectionFactoryResourceLink
public void setConnectionFactoryResourceLink(String value)(Code)
Sets the value of the connectionFactoryResourceLink property.
Parameters:
  value - allowed object isString



setDestinationJndiName
public void setDestinationJndiName(String value)(Code)
Sets the value of the destinationJndiName property.
Parameters:
  value - allowed object isString



setDestinationResourceLink
public void setDestinationResourceLink(String value)(Code)
Sets the value of the destinationResourceLink property.
Parameters:
  value - allowed object isString



setDistributedDestinationConnection
public void setDistributedDestinationConnection(DistributedDestinationConnection value)(Code)
Sets the value of the distributedDestinationConnection property.
Parameters:
  value - allowed object isDistributedDestinationConnection



setDurableSubscriptionDeletion
public void setDurableSubscriptionDeletion(Boolean value)(Code)
Sets the value of the durableSubscriptionDeletion property.
Parameters:
  value - allowed object isBoolean



setGenerateUniqueJmsClientId
public void setGenerateUniqueJmsClientId(Boolean value)(Code)
Sets the value of the generateUniqueJmsClientId property.
Parameters:
  value - allowed object isBoolean



setId
public void setId(String value)(Code)
Sets the value of the id property.
Parameters:
  value - allowed object isString



setInitSuspendSeconds
public void setInitSuspendSeconds(BigInteger value)(Code)
Sets the value of the initSuspendSeconds property.
Parameters:
  value - allowed object isBigInteger



setInitialContextFactory
public void setInitialContextFactory(String value)(Code)
Sets the value of the initialContextFactory property.
Parameters:
  value - allowed object isString



setJmsClientId
public void setJmsClientId(String value)(Code)
Sets the value of the jmsClientId property.
Parameters:
  value - allowed object isString



setJmsPollingIntervalSeconds
public void setJmsPollingIntervalSeconds(BigInteger value)(Code)
Sets the value of the jmsPollingIntervalSeconds property.
Parameters:
  value - allowed object isBigInteger



setMaxMessagesInTransaction
public void setMaxMessagesInTransaction(BigInteger value)(Code)
Sets the value of the maxMessagesInTransaction property.
Parameters:
  value - allowed object isBigInteger



setMaxSuspendSeconds
public void setMaxSuspendSeconds(BigInteger value)(Code)
Sets the value of the maxSuspendSeconds property.
Parameters:
  value - allowed object isBigInteger



setPool
public void setPool(Pool value)(Code)
Sets the value of the pool property.
Parameters:
  value - allowed object isPool



setProviderUrl
public void setProviderUrl(String value)(Code)
Sets the value of the providerUrl property.
Parameters:
  value - allowed object isString



setResourceAdapterJndiName
public void setResourceAdapterJndiName(String value)(Code)
Sets the value of the resourceAdapterJndiName property.
Parameters:
  value - allowed object isString



setSecurityPlugin
public void setSecurityPlugin(SecurityPlugin value)(Code)
Sets the value of the securityPlugin property.
Parameters:
  value - allowed object isSecurityPlugin



setTimerDescriptor
public void setTimerDescriptor(TimerDescriptor value)(Code)
Sets the value of the timerDescriptor property.
Parameters:
  value - allowed object isTimerDescriptor



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.