|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.ConfigPropertyMetaDataContainer org.jboss.resource.metadata.ConnectorMetaData
Connector meta data
Constructor Summary | |
ConnectorMetaData()
|
Method Summary | |
void |
addAdminObject(AdminObjectMetaData aomd)
Add an administered object |
void |
addConnectionDefinition(ConnectionDefinitionMetaData cdmd)
Add a connection definition |
void |
addDescription(DescriptionGroupMetaData dmd)
Add a description |
void |
addMessageListener(MessageListenerMetaData mlmd)
Add a message listener |
void |
addSecurityPermission(SecurityPermissionMetaData spmd)
Add a security permission |
AdminObjectMetaData |
getAdminObject(String interfaceName)
Get the admin object |
AuthenticationMechanismMetaData |
getAuthenticationMechanism()
Get the authentication mechanism |
ConnectionDefinitionMetaData |
getConnectionDefinition(String connectionDefinition)
Get the connection definition |
DescriptionGroupMetaData |
getDescription()
Get the desription for the default language |
DescriptionGroupMetaData |
getDescription(String lang)
Get the description for the give language |
String |
getEISType()
Get the eis type |
LicenseMetaData |
getLicense()
Get the license |
MessageListenerMetaData |
getMessageListener(String messagingType)
Get the message listener |
String |
getRAClass()
Get the resource adapter class |
String |
getRAVersion()
Get the resource adapter version |
boolean |
getReauthenticationSupport()
Get the reauthentication support |
TransactionSupportMetaData |
getTransactionSupport()
Get the transaction support |
String |
getVendorName()
Get the vendor name |
String |
getVersion()
Get the connector version |
void |
setAuthenticationMechansim(AuthenticationMechanismMetaData ammd)
Set the authentication mechansim |
void |
setEISType(String eisType)
Set the eis Type |
void |
setRAClass(String raClass)
Set the resource adapter class |
void |
setRAVersion(String version)
Set the resource adapter version |
void |
setReauthenticationSupport(boolean reauthenticationSupport)
Set the reauthentication support |
void |
setTransactionSupport(TransactionSupportMetaData tsmd)
Set the transaction support |
void |
setVendorName(String vendorName)
Set the vendor name |
void |
setVersion(String version)
Set the connector version |
String |
toString()
|
Methods inherited from class org.jboss.resource.metadata.ConfigPropertyMetaDataContainer |
addProperty, getProperties, getProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ConnectorMetaData()
Method Detail |
public String getVersion()
public void setVersion(String version)
version
- the connector versionpublic String getVendorName()
public void setVendorName(String vendorName)
vendorName
- the vendor namepublic String getEISType()
public void setEISType(String eisType)
eisType
- the eis typepublic String getRAVersion()
public void setRAVersion(String version)
version
- the resource adapter versionpublic String getRAClass()
public void setRAClass(String raClass)
raClass
- the resource adapter classpublic boolean getReauthenticationSupport()
public void setReauthenticationSupport(boolean reauthenticationSupport)
reauthenticationSupport
- true for support, false otherwisepublic LicenseMetaData getLicense()
public DescriptionGroupMetaData getDescription()
public DescriptionGroupMetaData getDescription(String lang)
lang
- the language
public void addDescription(DescriptionGroupMetaData dmd)
dmd
- the descriptionpublic TransactionSupportMetaData getTransactionSupport()
public void setTransactionSupport(TransactionSupportMetaData tsmd)
tsmd
- the transaction supportpublic AuthenticationMechanismMetaData getAuthenticationMechanism()
public void setAuthenticationMechansim(AuthenticationMechanismMetaData ammd)
ammd
- the authentication mechansimpublic void addConnectionDefinition(ConnectionDefinitionMetaData cdmd)
public ConnectionDefinitionMetaData getConnectionDefinition(String connectionDefinition)
connectionDefinition
- the idenitifying factory
public void addMessageListener(MessageListenerMetaData mlmd)
public MessageListenerMetaData getMessageListener(String messagingType)
messagingType
- the identifying listener interface
public void addAdminObject(AdminObjectMetaData aomd)
public AdminObjectMetaData getAdminObject(String interfaceName)
interfaceName
- the identifying admin object interface
public void addSecurityPermission(SecurityPermissionMetaData spmd)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |