org.jboss.resource.metadata
Class ConnectorMetaData

java.lang.Object
  extended byorg.jboss.resource.metadata.ConfigPropertyMetaDataContainer (src) 
      extended byorg.jboss.resource.metadata.ConnectorMetaData
All Implemented Interfaces:
java.io.Serializable

public class ConnectorMetaData
extends ConfigPropertyMetaDataContainer (src)

Connector meta data

See Also:
Serialized Form

Constructor Summary
ConnectorMetaData()
           
 
Method Summary
 void addAdminObject(AdminObjectMetaData (src)  aomd)
          Add an administered object
 void addConnectionDefinition(ConnectionDefinitionMetaData (src)  cdmd)
          Add a connection definition
 void addDescription(DescriptionGroupMetaData (src)  dmd)
          Add a description
 void addMessageListener(MessageListenerMetaData (src)  mlmd)
          Add a message listener
 void addSecurityPermission(SecurityPermissionMetaData (src)  spmd)
          Add a security permission
 AdminObjectMetaData (src) getAdminObject(java.lang.String interfaceName)
          Get the admin object
 AuthenticationMechanismMetaData (src) getAuthenticationMechanism()
          Get the authentication mechanism
 ConnectionDefinitionMetaData (src) getConnectionDefinition(java.lang.String connectionDefinition)
          Get the connection definition
 DescriptionGroupMetaData (src) getDescription()
          Get the desription for the default language
 DescriptionGroupMetaData (src) getDescription(java.lang.String lang)
          Get the description for the give language
 java.lang.String getEISType()
          Get the eis type
 LicenseMetaData (src) getLicense()
          Get the license
 MessageListenerMetaData (src) getMessageListener(java.lang.String messagingType)
          Get the message listener
 java.lang.String getRAClass()
          Get the resource adapter class
 java.lang.String getRAVersion()
          Get the resource adapter version
 boolean getReauthenticationSupport()
          Get the reauthentication support
 TransactionSupportMetaData (src) getTransactionSupport()
          Get the transaction support
 java.lang.String getVendorName()
          Get the vendor name
 java.lang.String getVersion()
          Get the connector version
 void setAuthenticationMechansim(AuthenticationMechanismMetaData (src)  ammd)
          Set the authentication mechansim
 void setEISType(java.lang.String eisType)
          Set the eis Type
 void setRAClass(java.lang.String raClass)
          Set the resource adapter class
 void setRAVersion(java.lang.String version)
          Set the resource adapter version
 void setReauthenticationSupport(boolean reauthenticationSupport)
          Set the reauthentication support
 void setTransactionSupport(TransactionSupportMetaData (src)  tsmd)
          Set the transaction support
 void setVendorName(java.lang.String vendorName)
          Set the vendor name
 void setVersion(java.lang.String version)
          Set the connector version
 java.lang.String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.ConfigPropertyMetaDataContainer (src)
addProperty, getProperties, getProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorMetaData

public ConnectorMetaData()
Method Detail

getVersion

public java.lang.String getVersion()
Get the connector version

Returns:
the connector version

setVersion

public void setVersion(java.lang.String version)
Set the connector version

Parameters:
version - the connector version

getVendorName

public java.lang.String getVendorName()
Get the vendor name

Returns:
the vendor name

setVendorName

public void setVendorName(java.lang.String vendorName)
Set the vendor name

Parameters:
vendorName - the vendor name

getEISType

public java.lang.String getEISType()
Get the eis type

Returns:
the eis type

setEISType

public void setEISType(java.lang.String eisType)
Set the eis Type

Parameters:
eisType - the eis type

getRAVersion

public java.lang.String getRAVersion()
Get the resource adapter version

Returns:
the resource adapter version

setRAVersion

public void setRAVersion(java.lang.String version)
Set the resource adapter version

Parameters:
version - the resource adapter version

getRAClass

public java.lang.String getRAClass()
Get the resource adapter class

Returns:
the resource adapter class

setRAClass

public void setRAClass(java.lang.String raClass)
Set the resource adapter class

Parameters:
raClass - the resource adapter class

getReauthenticationSupport

public boolean getReauthenticationSupport()
Get the reauthentication support

Returns:
the reauthentication support

setReauthenticationSupport

public void setReauthenticationSupport(boolean reauthenticationSupport)
Set the reauthentication support

Parameters:
reauthenticationSupport - true for support, false otherwise

getLicense

public LicenseMetaData (src)  getLicense()
Get the license

Returns:
the license

getDescription

public DescriptionGroupMetaData (src)  getDescription()
Get the desription for the default language

Returns:
the description for the default langugage

getDescription

public DescriptionGroupMetaData (src)  getDescription(java.lang.String lang)
Get the description for the give language

Parameters:
lang - the language
Returns:
the description

addDescription

public void addDescription(DescriptionGroupMetaData (src)  dmd)
Add a description

Parameters:
dmd - the description

getTransactionSupport

public TransactionSupportMetaData (src)  getTransactionSupport()
Get the transaction support

Returns:
the transaction support

setTransactionSupport

public void setTransactionSupport(TransactionSupportMetaData (src)  tsmd)
Set the transaction support

Parameters:
tsmd - the transaction support

getAuthenticationMechanism

public AuthenticationMechanismMetaData (src)  getAuthenticationMechanism()
Get the authentication mechanism

Returns:
the authentication mechanism

setAuthenticationMechansim

public void setAuthenticationMechansim(AuthenticationMechanismMetaData (src)  ammd)
Set the authentication mechansim

Parameters:
ammd - the authentication mechansim

addConnectionDefinition

public void addConnectionDefinition(ConnectionDefinitionMetaData (src)  cdmd)
Add a connection definition


getConnectionDefinition

public ConnectionDefinitionMetaData (src)  getConnectionDefinition(java.lang.String connectionDefinition)
Get the connection definition

Parameters:
connectionDefinition - the idenitifying factory
Returns:
the metadata or null if there isn't one

addMessageListener

public void addMessageListener(MessageListenerMetaData (src)  mlmd)
Add a message listener


getMessageListener

public MessageListenerMetaData (src)  getMessageListener(java.lang.String messagingType)
Get the message listener

Parameters:
messagingType - the identifying listener interface
Returns:
the metadata or null if there isn't one

addAdminObject

public void addAdminObject(AdminObjectMetaData (src)  aomd)
Add an administered object


getAdminObject

public AdminObjectMetaData (src)  getAdminObject(java.lang.String interfaceName)
Get the admin object

Parameters:
interfaceName - the identifying admin object interface
Returns:
the metadata or null if there isn't one

addSecurityPermission

public void addSecurityPermission(SecurityPermissionMetaData (src)  spmd)
Add a security permission


toString

public java.lang.String toString()