
public class Definition extends Object
| Constructor and Description |
|---|
Definition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivationClass()
Get the activationClass.
|
List<AdminObjectType> |
getAdminObjects()
Get the adminObjects.
|
String |
getAsClass()
Get the activationSpecClass.
|
List<ConfigPropType> |
getAsConfigProps()
Get the asConfigProps.
|
List<AuthenMechanismType> |
getAuthenMechanisms()
Get the authenMechanisms.
|
String |
getBuild()
Get the build.
|
String |
getDefaultValue()
Get the defaultValue.
|
String |
getMbeanImplClass()
Get the mbeanImplClass.
|
String |
getMbeanInterfaceClass()
Get the mbeanInterfaceClass.
|
List<McfDef> |
getMcfDefs()
Get the mcfDefs.
|
String |
getMlClass()
Get the messageListenerClass.
|
String |
getOutputDir()
Get the outputDir.
|
String |
getRaClass()
Get the raClass.
|
List<ConfigPropType> |
getRaConfigProps()
Get the raConfigProps.
|
String |
getRaMetaClass()
Get the raMetaClass.
|
String |
getRaPackage()
Get the raPackage.
|
List<SecurityPermissionType> |
getSecurityPermissions()
Get the securityPermissions.
|
String |
getSupportTransaction()
Get the supportTransaction.
|
String |
getVersion()
Get the version.
|
boolean |
isAdminObjectImplRaAssociation()
Get the adminObjectImplRaAssociation.
|
boolean |
isDefaultPackageInbound()
Get the defaultPackageInbound.
|
boolean |
isGenAdminObject()
Get the genAdminObject.
|
boolean |
isGenMbean()
Get the genMbean.
|
boolean |
isRaSerial()
get raSerial
|
boolean |
isSupportEis()
get supportEis
|
boolean |
isSupportInbound()
Get the supportInbound.
|
boolean |
isSupportJbossLogging()
get supportJbossLogging
|
boolean |
isSupportOutbound()
Get the supportOutbound.
|
boolean |
isSupportReauthen()
Get the supportReauthen.
|
boolean |
isUseAnnotation()
Get the useAnnotation.
|
boolean |
isUseRa()
Get the useRa.
|
void |
setActivationClass(String activationClass)
Set the activationClass.
|
void |
setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
Set the adminObjectImplRaAssociation.
|
void |
setAdminObjects(List<AdminObjectType> adminObjects)
Set the adminObjects.
|
void |
setAsClass(String activationSpecClass)
Set the activationSpecClass.
|
void |
setAsConfigProps(List<ConfigPropType> asConfigProps)
Set the asConfigProps.
|
void |
setAuthenMechanisms(List<AuthenMechanismType> authenMechanisms)
Set the authenMechanisms.
|
void |
setBuild(String build)
Set the build.
|
void |
setDefaultPackageInbound(boolean defaultPackageInbound)
Set the defaultPackageInbound.
|
void |
setDefaultValue(String defaultValue)
Set the defaultValue.
|
void |
setGenAdminObject(boolean genAdminObject)
Set the genAdminObject.
|
void |
setGenMbean(boolean genMbean)
Set the genMbean.
|
void |
setMcfDefs(List<McfDef> mcfDefs)
Set the mcfDefs.
|
void |
setMlClass(String messageListenerClass)
Set the messageListenerClass.
|
void |
setOutputDir(String outputDir)
Set the outputDir.
|
void |
setRaClass(String raClass)
Set the raClass.
|
void |
setRaConfigProps(List<ConfigPropType> raConfigProps)
Set the raConfigProps.
|
void |
setRaMetaClass(String raMetaClass)
Set the raMetaClass.
|
void |
setRaPackage(String raPackage)
Set the raPackage.
|
void |
setRaSerial(boolean raSerial)
set raSerial
|
void |
setSecurityPermissions(List<SecurityPermissionType> securityPermissions)
Set the securityPermissions.
|
void |
setSupportEis(boolean supportEis)
set supportEis
|
void |
setSupportInbound(boolean supportInbound)
Set the supportInbound.
|
void |
setSupportJbossLogging(boolean supportJbossLogging)
set supportJbossLogging
|
void |
setSupportOutbound(boolean supportOutbound)
Set the supportOutbound.
|
void |
setSupportReauthen(boolean supportReauthen)
Set the supportReauthen.
|
void |
setSupportTransaction(String supportTransaction)
Set the supportTransaction.
|
void |
setUseAnnotation(boolean useAnnotation)
Set the useAnnotation.
|
void |
setUseRa(boolean useRa)
Set the useRa.
|
void |
setVersion(String version)
Set the version.
|
public void setVersion(String version)
version - The version to set.public String getVersion()
public void setOutputDir(String outputDir)
outputDir - The outputDir to set.public String getOutputDir()
public void setRaPackage(String raPackage)
raPackage - The raPackage to set.public String getRaPackage()
public void setRaClass(String raClass)
raClass - The raClass to set.public String getRaClass()
public void setRaConfigProps(List<ConfigPropType> raConfigProps)
raConfigProps - The raConfigProps to set.public List<ConfigPropType> getRaConfigProps()
public void setMcfDefs(List<McfDef> mcfDefs)
mcfDefs - The mcfDefs to set.public void setRaMetaClass(String raMetaClass)
raMetaClass - The raMetaClass to set.public String getRaMetaClass()
public void setUseAnnotation(boolean useAnnotation)
useAnnotation - The useAnnotation to set.public boolean isUseAnnotation()
public void setSupportOutbound(boolean supportOutbound)
supportOutbound - The supportOutbound to set.public boolean isSupportOutbound()
public void setSupportInbound(boolean supportInbound)
supportInbound - The supportInbound to set.public boolean isSupportInbound()
public void setMlClass(String messageListenerClass)
messageListenerClass - The messageListenerClass to set.public String getMlClass()
public void setAsClass(String activationSpecClass)
activationSpecClass - The activationSpecClass to set.public String getAsClass()
public void setAsConfigProps(List<ConfigPropType> asConfigProps)
asConfigProps - The asConfigProps to set.public List<ConfigPropType> getAsConfigProps()
public void setUseRa(boolean useRa)
useRa - The useRa to set.public boolean isUseRa()
public void setActivationClass(String activationClass)
activationClass - The activationClass to set.public String getActivationClass()
public void setSupportTransaction(String supportTransaction)
supportTransaction - The supportTransaction to set.public String getSupportTransaction()
public void setDefaultValue(String defaultValue)
defaultValue - The defaultValue to set.public String getDefaultValue()
public void setSupportReauthen(boolean supportReauthen)
supportReauthen - The supportReauthen to set.public boolean isSupportReauthen()
public void setSecurityPermissions(List<SecurityPermissionType> securityPermissions)
securityPermissions - The securityPermissions to set.public List<SecurityPermissionType> getSecurityPermissions()
public void setAuthenMechanisms(List<AuthenMechanismType> authenMechanisms)
authenMechanisms - The authenMechanisms to set.public List<AuthenMechanismType> getAuthenMechanisms()
public void setBuild(String build)
build - The build to set.public String getBuild()
public String getMbeanInterfaceClass()
public String getMbeanImplClass()
public boolean isGenMbean()
public void setGenMbean(boolean genMbean)
genMbean - The genMbean to set.public void setAdminObjects(List<AdminObjectType> adminObjects)
adminObjects - The adminObjects to set.public List<AdminObjectType> getAdminObjects()
public void setGenAdminObject(boolean genAdminObject)
genAdminObject - The genAdminObject to set.public boolean isGenAdminObject()
public void setAdminObjectImplRaAssociation(boolean adminObjectImplRaAssociation)
adminObjectImplRaAssociation - The adminObjectImplRaAssociation to set.public boolean isAdminObjectImplRaAssociation()
public void setDefaultPackageInbound(boolean defaultPackageInbound)
defaultPackageInbound - The defaultPackageInbound to set.public boolean isDefaultPackageInbound()
public void setRaSerial(boolean raSerial)
raSerial - the raSerial to setpublic boolean isRaSerial()
public boolean isSupportEis()
public void setSupportEis(boolean supportEis)
supportEis - the supportEis to setpublic boolean isSupportJbossLogging()
public void setSupportJbossLogging(boolean supportJbossLogging)
supportJbossLogging - the supportJbossLogging to setCopyright © 2014 IronJacamar (http://www.ironjacamar.org)