Java Doc for JBossMessageEndpointFactory.java in  » EJB-Server-JBoss-4.2.1 » server » org » jboss » ejb » plugins » 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 » server » org.jboss.ejb.plugins.inflow 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.jboss.ejb.plugins.inflow.JBossMessageEndpointFactory

All known Subclasses:   org.jboss.ejb.plugins.inflow.JBossJMSMessageEndpointFactory,
JBossMessageEndpointFactory
public class JBossMessageEndpointFactory extends ServiceMBeanSupport implements EJBProxyFactory,MessageEndpointFactory,JBossMessageEndpointFactoryMBean(Code)
EJBProxyFactory for inflow message driven beans
author:
   Adrian Brock .
version:
   $Revision: 57209 $


Field Summary
protected  String[]activationSig
    
protected  ActivationSpecactivationSpec
    
protected  MessageDrivenContainercontainer
    
protected  String[]createActivationSpecSig
    
protected  ArrayListinterceptors
    
protected  Class[]interfaces
    
protected  StringinvokerBinding
    
protected  InvokerProxyBindingMetaDatainvokerMetaData
    
protected  ClassmessagingTypeClass
    
protected  MessageDrivenMetaDatametaData
    
protected  SynchronizedIntnextProxyId
    
protected  HashMapproperties
    
protected  GenericProxyFactoryproxyFactory
    
protected  StringresourceAdapterName
    
protected  ObjectNameresourceAdapterObjectName
    
protected  booleantrace
    


Method Summary
protected  voidactivate()
    
protected  voidaugmentActivationConfigProperties()
    
protected  voidcreateActivationSpec()
    
public  MessageEndpointcreateEndpoint(XAResource resource)
    
protected  voiddeactivate()
    
public  StringgetConfig()
    
public  MessageDrivenContainergetContainer()
    
public  ObjectgetEJBHome()
    
public  EJBMetaDatagetEJBMetaData()
    
public  CollectiongetEntityCollection(Collection collection)
    
public  ObjectgetEntityEJBObject(Object id)
    
public  ObjectgetStatefulSessionEJBObject(Object id)
    
public  ObjectgetStatelessSessionEJBObject()
    
public  booleanisDeliveryTransacted(Method method)
    
public  booleanisIdentical(Container container, Invocation mi)
    
protected  voidresolveMessageListener()
    
protected  voidresolveResourceAdapter()
    
protected  StringresolveResourceAdapterName()
    
public  voidsetContainer(Container container)
     Set the container for which this is an invoker to.
public  voidsetInvokerBinding(String binding)
    
public  voidsetInvokerMetaData(InvokerProxyBindingMetaData imd)
    
protected  voidsetupProxyParameters()
    
protected  voidstartService()
    
protected  voidstopService()
    
public  StringtoString()
     Return a string representation of the current config state.

Field Detail
activationSig
protected String[] activationSig(Code)
The signature for activate/deactivateEndpint



activationSpec
protected ActivationSpec activationSpec(Code)
The activation spec



container
protected MessageDrivenContainer container(Code)
Our container



createActivationSpecSig
protected String[] createActivationSpecSig(Code)
The signature for createActivationSpec



interceptors
protected ArrayList interceptors(Code)
The interceptors



interfaces
protected Class[] interfaces(Code)
The interfaces



invokerBinding
protected String invokerBinding(Code)
The invoker binding



invokerMetaData
protected InvokerProxyBindingMetaData invokerMetaData(Code)
The invoker meta data



messagingTypeClass
protected Class messagingTypeClass(Code)
The messaging type class



metaData
protected MessageDrivenMetaData metaData(Code)
Our meta data



nextProxyId
protected SynchronizedInt nextProxyId(Code)
The next proxy id



properties
protected HashMap properties(Code)
The activation properties



proxyFactory
protected GenericProxyFactory proxyFactory(Code)
The proxy factory



resourceAdapterName
protected String resourceAdapterName(Code)
The resource adapter name



resourceAdapterObjectName
protected ObjectName resourceAdapterObjectName(Code)
The resource adapter object name



trace
protected boolean trace(Code)
Whether trace is enabled





Method Detail
activate
protected void activate() throws DeploymentException(Code)
Activate
throws:
  DeploymentException - for any error



augmentActivationConfigProperties
protected void augmentActivationConfigProperties() throws DeploymentException(Code)
Add activation config properties
throws:
  DeploymentException - for any error



createActivationSpec
protected void createActivationSpec() throws DeploymentException(Code)
Create the activation spec
throws:
  DeploymentException - for any error



createEndpoint
public MessageEndpoint createEndpoint(XAResource resource) throws UnavailableException(Code)



deactivate
protected void deactivate()(Code)
Deactivate



getConfig
public String getConfig()(Code)
Display the configuration the configuration



getContainer
public MessageDrivenContainer getContainer()(Code)
Get the message driven container the container



getEJBHome
public Object getEJBHome()(Code)



getEJBMetaData
public EJBMetaData getEJBMetaData()(Code)



getEntityCollection
public Collection getEntityCollection(Collection collection)(Code)



getEntityEJBObject
public Object getEntityEJBObject(Object id)(Code)



getStatefulSessionEJBObject
public Object getStatefulSessionEJBObject(Object id)(Code)



getStatelessSessionEJBObject
public Object getStatelessSessionEJBObject()(Code)



isDeliveryTransacted
public boolean isDeliveryTransacted(Method method) throws NoSuchMethodException(Code)



isIdentical
public boolean isIdentical(Container container, Invocation mi)(Code)



resolveMessageListener
protected void resolveMessageListener() throws DeploymentException(Code)
Resolve message listener class
throws:
  DeploymentException - for any error



resolveResourceAdapter
protected void resolveResourceAdapter() throws DeploymentException(Code)
Resolve the resource adapter
throws:
  DeploymentException - for any error



resolveResourceAdapterName
protected String resolveResourceAdapterName() throws DeploymentException(Code)
Resolve the resource adapter name the resource adapter name
throws:
  DeploymentException - for any error



setContainer
public void setContainer(Container container)(Code)
Set the container for which this is an invoker to.
Parameters:
  container - The container for which this is an invoker to.



setInvokerBinding
public void setInvokerBinding(String binding)(Code)



setInvokerMetaData
public void setInvokerMetaData(InvokerProxyBindingMetaData imd)(Code)



setupProxyParameters
protected void setupProxyParameters() throws DeploymentException(Code)
Set up the proxy parametrs
throws:
  DeploymentException -



startService
protected void startService() throws Exception(Code)



stopService
protected void stopService() throws Exception(Code)



toString
public String toString()(Code)
Return a string representation of the current config state.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.