Package org.jboss.jca.codegenerator
Class Definition
java.lang.Object
org.jboss.jca.codegenerator.Definition
A Definition.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the activationClass.Get the adminObjects.Get the activationSpecClass.Get the asConfigProps.Get the authenMechanisms.getBuild()Get the build.Get the defaultValue.Get the mbeanImplClass.Get the mbeanInterfaceClass.Get the mcfDefs.Get the messageListenerClass.Get the outputDir.Get the raClass.Get the raConfigProps.Get the raMetaClass.Get the raPackage.Get the securityPermissions.Get the supportTransaction.Get the version.booleanGet the adminObjectImplRaAssociation.booleanGet the defaultPackageInbound.booleanGet the genAdminObject.booleanGet the genMbean.booleanget raSerialbooleanget supportEisbooleanGet the supportInbound.booleanget supportJbossLoggingbooleanGet the supportOutbound.booleanGet the supportReauthen.booleanGet the useAnnotation.booleanisUseRa()Get the useRa.voidsetActivationClass(String activationClass) Set the activationClass.voidsetAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation) Set the adminObjectImplRaAssociation.voidsetAdminObjects(List<AdminObjectType> adminObjects) Set the adminObjects.voidsetAsClass(String activationSpecClass) Set the activationSpecClass.voidsetAsConfigProps(List<ConfigPropType> asConfigProps) Set the asConfigProps.voidsetAuthenMechanisms(List<AuthenMechanismType> authenMechanisms) Set the authenMechanisms.voidSet the build.voidsetDefaultPackageInbound(boolean defaultPackageInbound) Set the defaultPackageInbound.voidsetDefaultValue(String defaultValue) Set the defaultValue.voidsetGenAdminObject(boolean genAdminObject) Set the genAdminObject.voidsetGenMbean(boolean genMbean) Set the genMbean.voidsetMcfDefs(List<McfDef> mcfDefs) Set the mcfDefs.voidsetMlClass(String messageListenerClass) Set the messageListenerClass.voidsetOutputDir(String outputDir) Set the outputDir.voidsetRaClass(String raClass) Set the raClass.voidsetRaConfigProps(List<ConfigPropType> raConfigProps) Set the raConfigProps.voidsetRaMetaClass(String raMetaClass) Set the raMetaClass.voidsetRaPackage(String raPackage) Set the raPackage.voidsetRaSerial(boolean raSerial) set raSerialvoidsetSecurityPermissions(List<SecurityPermissionType> securityPermissions) Set the securityPermissions.voidsetSupportEis(boolean supportEis) set supportEisvoidsetSupportInbound(boolean supportInbound) Set the supportInbound.voidsetSupportJbossLogging(boolean supportJbossLogging) set supportJbossLoggingvoidsetSupportOutbound(boolean supportOutbound) Set the supportOutbound.voidsetSupportReauthen(boolean supportReauthen) Set the supportReauthen.voidsetSupportTransaction(String supportTransaction) Set the supportTransaction.voidsetUseAnnotation(boolean useAnnotation) Set the useAnnotation.voidsetUseRa(boolean useRa) Set the useRa.voidsetVersion(String version) Set the version.
-
Constructor Details
-
Definition
public Definition()
-
-
Method Details
-
setVersion
Set the version.- Parameters:
version- The version to set.
-
getVersion
Get the version.- Returns:
- the version.
-
setOutputDir
Set the outputDir.- Parameters:
outputDir- The outputDir to set.
-
getOutputDir
Get the outputDir.- Returns:
- the outputDir.
-
setRaPackage
Set the raPackage.- Parameters:
raPackage- The raPackage to set.
-
getRaPackage
Get the raPackage.- Returns:
- the raPackage.
-
setRaClass
Set the raClass.- Parameters:
raClass- The raClass to set.
-
getRaClass
Get the raClass.- Returns:
- the raClass.
-
setRaConfigProps
Set the raConfigProps.- Parameters:
raConfigProps- The raConfigProps to set.
-
getRaConfigProps
Get the raConfigProps.- Returns:
- the raConfigProps.
-
setMcfDefs
Set the mcfDefs.- Parameters:
mcfDefs- The mcfDefs to set.
-
getMcfDefs
Get the mcfDefs.- Returns:
- the mcfDefs.
-
setRaMetaClass
Set the raMetaClass.- Parameters:
raMetaClass- The raMetaClass to set.
-
getRaMetaClass
Get the raMetaClass.- Returns:
- the raMetaClass.
-
setUseAnnotation
public void setUseAnnotation(boolean useAnnotation) Set the useAnnotation.- Parameters:
useAnnotation- The useAnnotation to set.
-
isUseAnnotation
public boolean isUseAnnotation()Get the useAnnotation.- Returns:
- the useAnnotation.
-
setSupportOutbound
public void setSupportOutbound(boolean supportOutbound) Set the supportOutbound.- Parameters:
supportOutbound- The supportOutbound to set.
-
isSupportOutbound
public boolean isSupportOutbound()Get the supportOutbound.- Returns:
- the supportOutbound.
-
setSupportInbound
public void setSupportInbound(boolean supportInbound) Set the supportInbound.- Parameters:
supportInbound- The supportInbound to set.
-
isSupportInbound
public boolean isSupportInbound()Get the supportInbound.- Returns:
- the supportInbound.
-
setMlClass
Set the messageListenerClass.- Parameters:
messageListenerClass- The messageListenerClass to set.
-
getMlClass
Get the messageListenerClass.- Returns:
- the messageListenerClass.
-
setAsClass
Set the activationSpecClass.- Parameters:
activationSpecClass- The activationSpecClass to set.
-
getAsClass
Get the activationSpecClass.- Returns:
- the activationSpecClass.
-
setAsConfigProps
Set the asConfigProps.- Parameters:
asConfigProps- The asConfigProps to set.
-
getAsConfigProps
Get the asConfigProps.- Returns:
- the asConfigProps.
-
setUseRa
public void setUseRa(boolean useRa) Set the useRa.- Parameters:
useRa- The useRa to set.
-
isUseRa
public boolean isUseRa()Get the useRa.- Returns:
- the useRa.
-
setActivationClass
Set the activationClass.- Parameters:
activationClass- The activationClass to set.
-
getActivationClass
Get the activationClass.- Returns:
- the activationClass.
-
setSupportTransaction
Set the supportTransaction.- Parameters:
supportTransaction- The supportTransaction to set.
-
getSupportTransaction
Get the supportTransaction.- Returns:
- the supportTransaction.
-
setDefaultValue
Set the defaultValue.- Parameters:
defaultValue- The defaultValue to set.
-
getDefaultValue
Get the defaultValue.- Returns:
- the defaultValue.
-
setSupportReauthen
public void setSupportReauthen(boolean supportReauthen) Set the supportReauthen.- Parameters:
supportReauthen- The supportReauthen to set.
-
isSupportReauthen
public boolean isSupportReauthen()Get the supportReauthen.- Returns:
- the supportReauthen.
-
setSecurityPermissions
Set the securityPermissions.- Parameters:
securityPermissions- The securityPermissions to set.
-
getSecurityPermissions
Get the securityPermissions.- Returns:
- the securityPermissions.
-
setAuthenMechanisms
Set the authenMechanisms.- Parameters:
authenMechanisms- The authenMechanisms to set.
-
getAuthenMechanisms
Get the authenMechanisms.- Returns:
- the authenMechanisms.
-
setBuild
Set the build.- Parameters:
build- The build to set.
-
getBuild
Get the build.- Returns:
- the build.
-
getMbeanInterfaceClass
Get the mbeanInterfaceClass.- Returns:
- the mbeanInterfaceClass.
-
getMbeanImplClass
Get the mbeanImplClass.- Returns:
- the mbeanImplClass.
-
isGenMbean
public boolean isGenMbean()Get the genMbean.- Returns:
- the genMbean.
-
setGenMbean
public void setGenMbean(boolean genMbean) Set the genMbean.- Parameters:
genMbean- The genMbean to set.
-
setAdminObjects
Set the adminObjects.- Parameters:
adminObjects- The adminObjects to set.
-
getAdminObjects
Get the adminObjects.- Returns:
- the adminObjects.
-
setGenAdminObject
public void setGenAdminObject(boolean genAdminObject) Set the genAdminObject.- Parameters:
genAdminObject- The genAdminObject to set.
-
isGenAdminObject
public boolean isGenAdminObject()Get the genAdminObject.- Returns:
- the genAdminObject.
-
setAdminObjectImplRaAssociation
public void setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation) Set the adminObjectImplRaAssociation.- Parameters:
adminObjectImplRaAssociation- The adminObjectImplRaAssociation to set.
-
isAdminObjectImplRaAssociation
public boolean isAdminObjectImplRaAssociation()Get the adminObjectImplRaAssociation.- Returns:
- the adminObjectImplRaAssociation.
-
setDefaultPackageInbound
public void setDefaultPackageInbound(boolean defaultPackageInbound) Set the defaultPackageInbound.- Parameters:
defaultPackageInbound- The defaultPackageInbound to set.
-
isDefaultPackageInbound
public boolean isDefaultPackageInbound()Get the defaultPackageInbound.- Returns:
- the defaultPackageInbound.
-
setRaSerial
public void setRaSerial(boolean raSerial) set raSerial- Parameters:
raSerial- the raSerial to set
-
isRaSerial
public boolean isRaSerial()get raSerial- Returns:
- the raSerial
-
isSupportEis
public boolean isSupportEis()get supportEis- Returns:
- the supportEis
-
setSupportEis
public void setSupportEis(boolean supportEis) set supportEis- Parameters:
supportEis- the supportEis to set
-
isSupportJbossLogging
public boolean isSupportJbossLogging()get supportJbossLogging- Returns:
- the supportJbossLogging
-
setSupportJbossLogging
public void setSupportJbossLogging(boolean supportJbossLogging) set supportJbossLogging- Parameters:
supportJbossLogging- the supportJbossLogging to set
-