org.jboss.metadata.rar.spec
Class OutboundRaMetaData

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.rar.spec.OutboundRaMetaData
All Implemented Interfaces:
Serializable, Cloneable, IdMetaData

public class OutboundRaMetaData
extends IdMetaDataImpl

outbound ResourceAdapter meta data

Version:
$Revision: 83806 $
Author:
Jeff Zhang
See Also:
Serialized Form

Constructor Summary
OutboundRaMetaData()
           
 
Method Summary
 List<AuthenticationMechanismMetaData> getAuthMechanisms()
           
 List<ConnectionDefinitionMetaData> getConDefs()
           
 TransactionSupportMetaData getTransSupport()
           
 boolean isReAuthSupport()
           
 void setAuthMechanisms(List<AuthenticationMechanismMetaData> authMechanisms)
           
 void setConDefs(List<ConnectionDefinitionMetaData> conDefs)
           
 void setReAuthSupport(boolean reAuthSupport)
           
 void setTransSupport(TransactionSupportMetaData transSupport)
           
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, merge, merge, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutboundRaMetaData

public OutboundRaMetaData()
Method Detail

setConDefs

public void setConDefs(List<ConnectionDefinitionMetaData> conDefs)

getConDefs

public List<ConnectionDefinitionMetaData> getConDefs()

setTransSupport

public void setTransSupport(TransactionSupportMetaData transSupport)

getTransSupport

public TransactionSupportMetaData getTransSupport()

setAuthMechanisms

public void setAuthMechanisms(List<AuthenticationMechanismMetaData> authMechanisms)

getAuthMechanisms

public List<AuthenticationMechanismMetaData> getAuthMechanisms()

setReAuthSupport

public void setReAuthSupport(boolean reAuthSupport)

isReAuthSupport

public boolean isReAuthSupport()


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.