|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.codegenerator.Definition
public class Definition

A Definition.
| Constructor Summary | |
|---|---|
Definition()
|
|
| Method Summary | |
|---|---|
String |
getActivationClass()
Get the activationClass. |
String |
getAsClass()
Get the activationSpecClass. |
List<ConfigPropType> |
getAsConfigProps()
Get the asConfigProps. |
List<AuthenMechanismType> |
getAuthenMechanisms()
Get the authenMechanisms. |
String |
getBuild()
Get the build. |
String |
getCciConnClass()
Get the cciConnClass. |
String |
getCciConnFactoryClass()
Get the cciConnFactoryClass. |
String |
getCfClass()
Get the cfClass. |
String |
getCfInterfaceClass()
Get the cfInterfaceClass. |
String |
getCmClass()
Get the cmClass. |
String |
getConnImplClass()
Get the connImplClass. |
String |
getConnInterfaceClass()
Get the connInterfaceClass. |
String |
getConnMetaClass()
Get the connMetaClass. |
String |
getConnSpecClass()
Get the connSpecClass. |
String |
getDefaultValue()
Get the defaultValue. |
String |
getMcClass()
Get the mcClass. |
String |
getMcfClass()
Get the mcfClass. |
List<ConfigPropType> |
getMcfConfigProps()
Get the mcfConfigProps. |
String |
getMcMetaClass()
Get the mcMetaClass. |
List<MethodForConnection> |
getMethods()
Get the methods. |
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 |
isDefineMethodInConnection()
Get the defineMethodInConnection. |
boolean |
isImplRaAssociation()
Get the implRaAssociation. |
boolean |
isSupportInbound()
Get the supportInbound. |
boolean |
isSupportOutbound()
Get the supportOutbound. |
boolean |
isSupportReauthen()
Get the supportReauthen. |
boolean |
isUseAnnotation()
Get the useAnnotation. |
boolean |
isUseCciConnection()
Get the useCciConnection. |
boolean |
isUseRa()
Get the useRa. |
void |
setActivationClass(String activationClass)
Set the activationClass. |
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 |
setCciConnClass(String cciConnClass)
Set the cciConnClass. |
void |
setCciConnFactoryClass(String cciConnFactoryClass)
Set the cciConnFactoryClass. |
void |
setCfClass(String cfClass)
Set the cfClass. |
void |
setCfInterfaceClass(String cfInterfaceClass)
Set the cfInterfaceClass. |
void |
setCmClass(String cmClass)
Set the cmClass. |
void |
setConnImplClass(String connImplClass)
Set the connImplClass. |
void |
setConnInterfaceClass(String connInterfaceClass)
Set the connInterfaceClass. |
void |
setConnMetaClass(String connMetaClass)
Set the connMetaClass. |
void |
setConnSpecClass(String connSpecClass)
Set the connSpecClass. |
void |
setDefaultValue(String defaultValue)
Set the defaultValue. |
void |
setDefineMethodInConnection(boolean defineMethodInConnection)
Set the defineMethodInConnection. |
void |
setImplRaAssociation(boolean implRaAssociation)
Set the implRaAssociation. |
void |
setMcClass(String mcClass)
Set the mcClass. |
void |
setMcfClass(String mcfClass)
Set the mcfClass. |
void |
setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
Set the mcfConfigProps. |
void |
setMcMetaClass(String mcMetaClass)
Set the mcMetaClass. |
void |
setMethods(List<MethodForConnection> methods)
Set the methods. |
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 |
setSecurityPermissions(List<SecurityPermissionType> securityPermissions)
Set the securityPermissions. |
void |
setSupportInbound(boolean supportInbound)
Set the supportInbound. |
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 |
setUseCciConnection(boolean useCciConnection)
Set the useCciConnection. |
void |
setUseRa(boolean useRa)
Set the useRa. |
void |
setVersion(String version)
Set the version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Definition()
| Method Detail |
|---|
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 setMcfClass(String mcfClass)
mcfClass - The mcfClass to set.public String getMcfClass()
public void setMcClass(String mcClass)
mcClass - The mcClass to set.public String getMcClass()
public void setConnInterfaceClass(String connInterfaceClass)
connInterfaceClass - The connInterfaceClass to set.public String getConnInterfaceClass()
public void setConnImplClass(String connImplClass)
connImplClass - The connImplClass to set.public String getConnImplClass()
public void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
mcfConfigProps - The mcfConfigProps to set.public List<ConfigPropType> getMcfConfigProps()
public void setImplRaAssociation(boolean implRaAssociation)
implRaAssociation - The implRaAssociation to set.public boolean isImplRaAssociation()
public void setUseCciConnection(boolean useCciConnection)
useCciConnection - The useCciConnection to set.public boolean isUseCciConnection()
public void setCciConnFactoryClass(String cciConnFactoryClass)
cciConnFactoryClass - The cciConnFactoryClass to set.public String getCciConnFactoryClass()
public void setCciConnClass(String cciConnClass)
cciConnClass - The cciConnClass to set.public String getCciConnClass()
public void setMcMetaClass(String mcMetaClass)
mcMetaClass - The mcMetaClass to set.public String getMcMetaClass()
public void setCmClass(String cmClass)
cmClass - The cmClass to set.public String getCmClass()
public void setCfClass(String cfClass)
cfClass - The cfClass to set.public String getCfClass()
public void setCfInterfaceClass(String cfInterfaceClass)
cfInterfaceClass - The cfInterfaceClass to set.public String getCfInterfaceClass()
public void setConnMetaClass(String connMetaClass)
connMetaClass - The connMetaClass to set.public String getConnMetaClass()
public void setConnSpecClass(String connSpecClass)
connSpecClass - The connSpecClass to set.public String getConnSpecClass()
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 setDefineMethodInConnection(boolean defineMethodInConnection)
defineMethodInConnection - The defineMethodInConnection to set.public boolean isDefineMethodInConnection()
public void setMethods(List<MethodForConnection> methods)
methods - The methods to set.public List<MethodForConnection> getMethods()
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||