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


org.jboss.ejb.EJBDeployer

EJBDeployer
public class EJBDeployer extends SubDeployerSupport implements EJBDeployerMBean(Code)
A EJBDeployer is used to deploy EJB applications. It can be given a URL to an EJB-jar or EJB-JAR XML file, which will be used to instantiate containers and make them available for invocation.
See Also:   Container
version:
   $Revision: 61543 $
author:
   Rickard Öberg
author:
   Marc Fleury
author:
   Juha Lindfors
author:
   Sebastien Alborini
author:
   Peter Antman
author:
   Scott Stark
author:
   Sacha Labourey
author:
   Jason Dillon
author:
   Christoph G. Jung
author:
   Thomas Diesler
author:
   Dimitris Andreadis



Constructor Summary
public  EJBDeployer()
    

Method Summary
public  booleanaccepts(DeploymentInfo di)
    
public synchronized  voidcreate(DeploymentInfo di)
    
public  voiddestroy(DeploymentInfo di)
    
public  booleangetStrictVerifier()
    
public  ObjectNamegetTransactionManagerServiceName()
     Get the TransactionManagerServiceName value.
public  booleangetValidateDTDs()
     Get the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD.
public  booleangetVerifierVerbose()
    
public  booleangetVerifyDeployments()
    
public  ObjectNamegetWebServiceName()
     Get the WebServiceName value.
public  voidinit(DeploymentInfo di)
    
public  booleanisCallByValue()
    
public  booleanisMetricsEnabled()
     Checks if this container factory initializes the metrics interceptor.
public  IteratorlistDeployedApplications()
     Returns the deployed applications.
protected  voidprocessNestedDeployments(DeploymentInfo di)
     This is here as a reminder that we may not want to allow ejb jars to have arbitrary sub deployments.
public  voidsetCallByValue(boolean callByValue)
    
public  voidsetMetricsEnabled(boolean enable)
     Enables/disables the metrics interceptor for containers.
public  voidsetStrictVerifier(boolean strictVerifier)
     Enables/disables the strict mode on the verifier.
public  voidsetTransactionManagerServiceName(ObjectName transactionManagerServiceName)
     Set the TransactionManagerServiceName value.
public  voidsetValidateDTDs(boolean validate)
     Set the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD.
public  voidsetVerifierVerbose(boolean verbose)
     Enables/disables the verbose mode on the verifier.
public  voidsetVerifyDeployments(boolean verify)
     Enables/disables the application bean verification upon deployment.
public  voidsetWebServiceName(ObjectName webServiceName)
     Set the WebServiceName value.
public synchronized  voidstart(DeploymentInfo di)
    
protected  voidstartService()
    
public  voidstop(DeploymentInfo di)
    
protected  voidstopService()
     Implements the template method in superclass.


Constructor Detail
EJBDeployer
public EJBDeployer()(Code)
Default CTOR




Method Detail
accepts
public boolean accepts(DeploymentInfo di)(Code)



create
public synchronized void create(DeploymentInfo di) throws DeploymentException(Code)



destroy
public void destroy(DeploymentInfo di) throws DeploymentException(Code)



getStrictVerifier
public boolean getStrictVerifier()(Code)
Returns the mode of the bean verifier (strict/non-strict mode) true if the Verifier is in strict mode,false otherwise



getTransactionManagerServiceName
public ObjectName getTransactionManagerServiceName()(Code)
Get the TransactionManagerServiceName value. the TransactionManagerServiceName value.



getValidateDTDs
public boolean getValidateDTDs()(Code)
Get the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD.



getVerifierVerbose
public boolean getVerifierVerbose()(Code)
Returns the state of the bean verifier (verbose/non-verbose mode) true if enabled; false otherwise



getVerifyDeployments
public boolean getVerifyDeployments()(Code)
Returns the state of bean verifier (on/off) true if enabled; false otherwise



getWebServiceName
public ObjectName getWebServiceName()(Code)
Get the WebServiceName value. the WebServiceName value.



init
public void init(DeploymentInfo di) throws DeploymentException(Code)



isCallByValue
public boolean isCallByValue()(Code)
whether ear deployments should be call by value



isMetricsEnabled
public boolean isMetricsEnabled()(Code)
Checks if this container factory initializes the metrics interceptor. true if metrics are enabled; false otherwise



listDeployedApplications
public Iterator listDeployedApplications()(Code)
Returns the deployed applications.



processNestedDeployments
protected void processNestedDeployments(DeploymentInfo di) throws DeploymentException(Code)
This is here as a reminder that we may not want to allow ejb jars to have arbitrary sub deployments. Currently we do.
Parameters:
  di -
throws:
  DeploymentException -



setCallByValue
public void setCallByValue(boolean callByValue)(Code)

Parameters:
  callByValue - whether ear deployments should be call by value



setMetricsEnabled
public void setMetricsEnabled(boolean enable)(Code)
Enables/disables the metrics interceptor for containers.
Parameters:
  enable - true to enable; false to disable



setStrictVerifier
public void setStrictVerifier(boolean strictVerifier)(Code)
Enables/disables the strict mode on the verifier.
Parameters:
  strictVerifier - true to enable; falseto disable



setTransactionManagerServiceName
public void setTransactionManagerServiceName(ObjectName transactionManagerServiceName)(Code)
Set the TransactionManagerServiceName value.
Parameters:
  transactionManagerServiceName - The new TransactionManagerServiceName value.



setValidateDTDs
public void setValidateDTDs(boolean validate)(Code)
Set the flag indicating that ejb-jar.dtd, jboss.dtd & jboss-web.dtd conforming documents should be validated against the DTD.



setVerifierVerbose
public void setVerifierVerbose(boolean verbose)(Code)
Enables/disables the verbose mode on the verifier.
Parameters:
  verbose - true to enable; false to disable



setVerifyDeployments
public void setVerifyDeployments(boolean verify)(Code)
Enables/disables the application bean verification upon deployment.
Parameters:
  verify - true to enable; false to disable



setWebServiceName
public void setWebServiceName(ObjectName webServiceName)(Code)
Set the WebServiceName value.
Parameters:
  webServiceName - The new WebServiceName value.



start
public synchronized void start(DeploymentInfo di) throws DeploymentException(Code)



startService
protected void startService() throws Exception(Code)
Get a reference to the ServiceController



stop
public void stop(DeploymentInfo di) throws DeploymentException(Code)



stopService
protected void stopService() throws Exception(Code)
Implements the template method in superclass. This method stops all the applications in this server.



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