Package org.apache.openejb.jee
Class ResourceAdapter10
- java.lang.Object
-
- org.apache.openejb.jee.ResourceAdapter10
-
public class ResourceAdapter10 extends Object
connector_1_6.xsd Well, actually connector 1.0 dtd
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<SecurityPermission>securityPermission
-
Constructor Summary
Constructors Constructor Description ResourceAdapter10()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AuthenticationMechanism>getAuthenticationMechanism()List<ConfigProperty>getConfigProperty()StringgetConnectionFactoryImplClass()StringgetConnectionFactoryInterface()StringgetConnectionImplClass()StringgetConnectionInterface()StringgetId()StringgetManagedConnectionFactoryClass()List<SecurityPermission>getSecurityPermission()TransactionSupportTypegetTransactionSupport()BooleanisReauthenticationSupport()voidsetConnectionFactoryImplClass(String value)voidsetConnectionFactoryInterface(String value)voidsetConnectionImplClass(String value)voidsetConnectionInterface(String value)voidsetId(String value)voidsetManagedConnectionFactoryClass(String value)voidsetReauthenticationSupport(Boolean value)voidsetTransactionSupport(TransactionSupportType value)
-
-
-
Field Detail
-
securityPermission
protected List<SecurityPermission> securityPermission
-
id
protected String id
-
-
Method Detail
-
getConfigProperty
public List<ConfigProperty> getConfigProperty()
-
getManagedConnectionFactoryClass
public String getManagedConnectionFactoryClass()
-
setManagedConnectionFactoryClass
public void setManagedConnectionFactoryClass(String value)
-
getConnectionFactoryInterface
public String getConnectionFactoryInterface()
-
setConnectionFactoryInterface
public void setConnectionFactoryInterface(String value)
-
getConnectionFactoryImplClass
public String getConnectionFactoryImplClass()
-
setConnectionFactoryImplClass
public void setConnectionFactoryImplClass(String value)
-
getConnectionInterface
public String getConnectionInterface()
-
setConnectionInterface
public void setConnectionInterface(String value)
-
getConnectionImplClass
public String getConnectionImplClass()
-
setConnectionImplClass
public void setConnectionImplClass(String value)
-
getTransactionSupport
public TransactionSupportType getTransactionSupport()
-
setTransactionSupport
public void setTransactionSupport(TransactionSupportType value)
-
getAuthenticationMechanism
public List<AuthenticationMechanism> getAuthenticationMechanism()
-
isReauthenticationSupport
public Boolean isReauthenticationSupport()
-
setReauthenticationSupport
public void setReauthenticationSupport(Boolean value)
-
getSecurityPermission
public List<SecurityPermission> getSecurityPermission()
-
getId
public String getId()
-
setId
public void setId(String value)
-
-