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


org.jboss.resource.connectionmanager.RARDeploymentMBean

All known Subclasses:   org.jboss.resource.connectionmanager.RARDeployment,
RARDeploymentMBean
public interface RARDeploymentMBean extends ServiceMBean,ManagedConnectionFactory(Code)
MBean interface.
author:
   Adrian Brock
version:
   $Revision: 57189 $


Field Summary
final public static  ObjectNameOBJECT_NAME
    


Method Summary
 StringgetAuthenticationMechanismType()
     The AuthenticationMechanismType attribute holds the AuthenticationMechanismType from the ra.xml.
 StringgetConnectionDefinition()
    
 StringgetConnectionFactoryImplClass()
     The ConnectionFactoryImplClass attribute holds the ConnectionFactoryImplClass from the ra.xml.
 StringgetConnectionFactoryInterface()
     The ConnectionFactoryInterface attribute holds the ConnectionFactoryInterface from the ra.xml.
 StringgetConnectionImplClass()
     The ConnectionImplClass attribute holds the ConnectionImplClass from the ra.xml.
 StringgetConnectionInterface()
     The ConnectionInterface attribute holds the ConnectionInterface from the ra.xml.
 StringgetCredentialInterface()
     The CredentialInterface attribute holds the CredentialInterface from the ra.xml.
 StringgetEisType()
     The EisType attribute holds the EisType from the ra.xml.
 ObjectgetManagedConnectionFactoryAttribute(String name)
     The getManagedConnectionFactoryAttribute method can be used to examine the managed connection factory properties.
 StringgetManagedConnectionFactoryClass()
     The ManagedConnectionFactoryClass attribute holds the ManagedConnectionFactoryClass from the ra.xml.
 ElementgetManagedConnectionFactoryProperties()
     The ManagedConnectionFactoryProperties attribute holds the ManagedConnectionFactoryProperties from the ra.xml, together with user supplied values for all or some of these properties.
 ManagedConnectionFactorygetMcfInstance()
     The getMcfInstance method returns the ManagedConnectionFactory instance represented by this mbean.
 ObjectNamegetOldRarDeployment()
     The OldRarDeployment attribute refers to a previous-generation RARDeployment.
 StringgetRARName()
    
 StringgetSpecVersion()
    
 StringgetTransactionSupport()
     The TransactionSupport attribute holds the TransactionSupport from the ra.xml.
 StringgetVendorName()
    
 StringgetVersion()
     The Version attribute holds the Version from the ra.xml.
 booleanisReauthenticationSupport()
     The ReauthenticationSupport attribute holds the ReauthenticationSupport from the ra.xml.
 voidsetAuthenticationMechanismType(String authenticationMechanismType)
     Set the AuthenticationMechanismType value.
 voidsetConnectionDefinition(String connectionDefinition)
     Set the connection definition.
 voidsetConnectionFactoryImplClass(String connectionFactoryImplClass)
     Set the ConnectionFactoryImplClass value.
 voidsetConnectionFactoryInterface(String connectionFactoryInterface)
     Set the ConnectionFactoryInterface value.
 voidsetConnectionImplClass(String connectionImplClass)
     Set the ConnectionImplClass value.
 voidsetConnectionInterface(String connectionInterface)
     Set the ConnectionInterface value.
 voidsetCredentialInterface(String credentialInterface)
     Set the CredentialInterface value.
 voidsetEisType(String eisType)
     Set the EisType value.
 voidsetManagedConnectionFactoryAttribute(String name, Class clazz, Object value)
     The setManagedConnectionFactoryAttribute method can be used to set attributes on the ManagedConnectionFactory from code, without using the xml configuration.
 voidsetManagedConnectionFactoryClass(String managedConnectionFactoryClass)
     Set the ManagedConnectionFactoryClass value.
 voidsetManagedConnectionFactoryProperties(Element managedConnectionFactoryProperties)
     Set the ManagedConnectionFactoryProperties value.
 voidsetOldRarDeployment(ObjectName oldRarDeployment)
    
 voidsetRARName(String rarName)
     Set the RARName value.
 voidsetReauthenticationSupport(boolean reauthenticationSupport)
     Set the ReauthenticationSupport value.
 voidsetSpecVersion(String specVersion)
     Set the SpecVersion value.
 voidsetTransactionSupport(String transactionSupport)
     Set the TransactionSupport value.
 voidsetVendorName(String vendorName)
     Set the VendorName value.
 voidsetVersion(String version)
     Set the Version value.

Field Detail
OBJECT_NAME
final public static ObjectName OBJECT_NAME(Code)





Method Detail
getAuthenticationMechanismType
String getAuthenticationMechanismType()(Code)
The AuthenticationMechanismType attribute holds the AuthenticationMechanismType from the ra.xml. It should be supplied by xslt from ra.xml the AuthenticationMechanismType value.



getConnectionDefinition
String getConnectionDefinition()(Code)
The connection definition inside the rar, it identifies the unique connection factory the rar name value.



getConnectionFactoryImplClass
String getConnectionFactoryImplClass()(Code)
The ConnectionFactoryImplClass attribute holds the ConnectionFactoryImplClass from the ra.xml. It should be supplied by xslt from ra.xml the ConnectionFactoryImplClass value.



getConnectionFactoryInterface
String getConnectionFactoryInterface()(Code)
The ConnectionFactoryInterface attribute holds the ConnectionFactoryInterface from the ra.xml. It should be supplied by xslt from ra.xml the ConnectionFactoryInterface value.



getConnectionImplClass
String getConnectionImplClass()(Code)
The ConnectionImplClass attribute holds the ConnectionImplClass from the ra.xml. It should be supplied by xslt from ra.xml the connectionImplClass value.



getConnectionInterface
String getConnectionInterface()(Code)
The ConnectionInterface attribute holds the ConnectionInterface from the ra.xml. It should be supplied by xslt from ra.xml the ConnectionInterface value.



getCredentialInterface
String getCredentialInterface()(Code)
The CredentialInterface attribute holds the CredentialInterface from the ra.xml. It should be supplied by xslt from ra.xml the CredentialInterface value.



getEisType
String getEisType()(Code)
The EisType attribute holds the EisType from the ra.xml. It should be supplied by xslt from ra.xml the EisType value.



getManagedConnectionFactoryAttribute
Object getManagedConnectionFactoryAttribute(String name)(Code)
The getManagedConnectionFactoryAttribute method can be used to examine the managed connection factory properties.
Parameters:
  name - a String value an Object value



getManagedConnectionFactoryClass
String getManagedConnectionFactoryClass()(Code)
The ManagedConnectionFactoryClass attribute holds the ManagedConnectionFactoryClass from the ra.xml. It should be supplied by xslt from ra.xml the ManagedConnectionFactoryClass value.



getManagedConnectionFactoryProperties
Element getManagedConnectionFactoryProperties()(Code)
The ManagedConnectionFactoryProperties attribute holds the ManagedConnectionFactoryProperties from the ra.xml, together with user supplied values for all or some of these properties. This must be supplied as an element in the same format as in ra.xml, wrapped in a properties tag. It should be supplied by xslt from ra.xml merged with an user configuration xml file. An alternative format has a config-property element with attributes for name and type and the value as content. the ManagedConnectionFactoryProperties value.



getMcfInstance
ManagedConnectionFactory getMcfInstance()(Code)
The getMcfInstance method returns the ManagedConnectionFactory instance represented by this mbean. It is needed so PasswordCredentials can match up correctly. This will probably have to be implemented as an interceptor when the mcf is directly deployed as an mbean. a ManagedConnectionFactory value



getOldRarDeployment
ObjectName getOldRarDeployment()(Code)
The OldRarDeployment attribute refers to a previous-generation RARDeployment. THIS IS A HACK UNTIL XSLT DEPLOYMENT IS WRITTEN value of OldRarDeployment



getRARName
String getRARName()(Code)
The RARName attribute holds the file name of the rar the rar name value.



getSpecVersion
String getSpecVersion()(Code)
The SpecVersion attribute holds the SpecVersion from the ra.xml It should be supplied by xslt from ra.xml the SpecVersion value.



getTransactionSupport
String getTransactionSupport()(Code)
The TransactionSupport attribute holds the TransactionSupport from the ra.xml. It should be supplied by xslt from ra.xml It is ignored, and choice of ConnectionManager implementations determine transaction support. Get the TransactionSupport value. the TransactionSupport value.



getVendorName
String getVendorName()(Code)
The VendorName attribute holds the VendorName from the ra.xml It should be supplied by xslt from ra.xml the VendorName value.



getVersion
String getVersion()(Code)
The Version attribute holds the Version from the ra.xml. It should be supplied by xslt from ra.xml the Version value.



isReauthenticationSupport
boolean isReauthenticationSupport()(Code)
The ReauthenticationSupport attribute holds the ReauthenticationSupport from the ra.xml. It should be supplied by xslt from ra.xml the ReauthenticationSupport value.



setAuthenticationMechanismType
void setAuthenticationMechanismType(String authenticationMechanismType)(Code)
Set the AuthenticationMechanismType value.
Parameters:
  authenticationMechanismType - The AuthenticationMechanismType value.



setConnectionDefinition
void setConnectionDefinition(String connectionDefinition)(Code)
Set the connection definition.
Parameters:
  connectionDefinition - - the connection definition



setConnectionFactoryImplClass
void setConnectionFactoryImplClass(String connectionFactoryImplClass)(Code)
Set the ConnectionFactoryImplClass value.
Parameters:
  connectionFactoryImplClass - The ConnectionFactoryImplClass value.



setConnectionFactoryInterface
void setConnectionFactoryInterface(String connectionFactoryInterface)(Code)
Set the ConnectionFactoryInterface value.
Parameters:
  connectionFactoryInterface - The ConnectionFactoryInterface value.



setConnectionImplClass
void setConnectionImplClass(String connectionImplClass)(Code)
Set the ConnectionImplClass value.
Parameters:
  connectionImplClass - The ConnectionImplClass value.



setConnectionInterface
void setConnectionInterface(String connectionInterface)(Code)
Set the ConnectionInterface value.
Parameters:
  connectionInterface - The ConnectionInterface value.



setCredentialInterface
void setCredentialInterface(String credentialInterface)(Code)
Set the CredentialInterface value.
Parameters:
  credentialInterface - The CredentialInterface value.



setEisType
void setEisType(String eisType)(Code)
Set the EisType value.
Parameters:
  eisType - The new EisType value.



setManagedConnectionFactoryAttribute
void setManagedConnectionFactoryAttribute(String name, Class clazz, Object value)(Code)
The setManagedConnectionFactoryAttribute method can be used to set attributes on the ManagedConnectionFactory from code, without using the xml configuration.
Parameters:
  name - a String value
Parameters:
  clazz - a Class value
Parameters:
  value - an Object value



setManagedConnectionFactoryClass
void setManagedConnectionFactoryClass(String managedConnectionFactoryClass)(Code)
Set the ManagedConnectionFactoryClass value.
Parameters:
  managedConnectionFactoryClass - The new ManagedConnectionFactoryClass value.



setManagedConnectionFactoryProperties
void setManagedConnectionFactoryProperties(Element managedConnectionFactoryProperties)(Code)
Set the ManagedConnectionFactoryProperties value.
Parameters:
  managedConnectionFactoryProperties - The ManagedConnectionFactoryProperties value.



setOldRarDeployment
void setOldRarDeployment(ObjectName oldRarDeployment)(Code)
Set the value of OldRarDeployment
Parameters:
  oldRarDeployment - - Value to assign to OldRarDeployment



setRARName
void setRARName(String rarName)(Code)
Set the RARName value.
Parameters:
  rarName - The new DisplayName value.



setReauthenticationSupport
void setReauthenticationSupport(boolean reauthenticationSupport)(Code)
Set the ReauthenticationSupport value.
Parameters:
  reauthenticationSupport - The ReauthenticationSupport value.



setSpecVersion
void setSpecVersion(String specVersion)(Code)
Set the SpecVersion value.
Parameters:
  specVersion - The new SpecVersion value.



setTransactionSupport
void setTransactionSupport(String transactionSupport)(Code)
Set the TransactionSupport value.
Parameters:
  transactionSupport - The TransactionSupport value.



setVendorName
void setVendorName(String vendorName)(Code)
Set the VendorName value.
Parameters:
  vendorName - The new VendorName value.



setVersion
void setVersion(String version)(Code)
Set the Version value.
Parameters:
  version - The new Version value.



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