Class McfDef
java.lang.Object
org.jboss.jca.codegenerator.McfDef
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the cciConnClass.Get the cciConnFactoryClass.Get the cfClass.Get the cfInterfaceClass.Get the cmClass.Get the connImplClass.Get the connInterfaceClass.Get the connMetaClass.Get the connSpecClass.Get the mcClass.Get the mcfClass.Get the mcfConfigProps.getMcfPackageGet the mcMetaClass.Get the methods.booleanGet the defineMethodInConnection.booleanGet the implRaAssociation.booleanGet the useCciConnection.voidsetCciConnClass(String cciConnClass) Set the cciConnClass.voidsetCciConnFactoryClass(String cciConnFactoryClass) Set the cciConnFactoryClass.voidsetCfClass(String cfClass) Set the cfClass.voidsetCfInterfaceClass(String cfInterfaceClass) Set the cfInterfaceClass.voidsetCmClass(String cmClass) Set the cmClass.voidsetConnImplClass(String connImplClass) Set the connImplClass.voidsetConnInterfaceClass(String connInterfaceClass) Set the connInterfaceClass.voidsetConnMetaClass(String connMetaClass) Set the connMetaClass.voidsetConnSpecClass(String connSpecClass) Set the connSpecClass.voidsetDefineMethodInConnection(boolean defineMethodInConnection) Set the defineMethodInConnection.voidsetImplRaAssociation(boolean implRaAssociation) Set the implRaAssociation.voidsetMcClass(String mcClass) Set the mcClass.voidsetMcfClass(String mcfClass) Set the mcfClass.voidsetMcfConfigProps(List<ConfigPropType> mcfConfigProps) Set the mcfConfigProps.voidsetMcMetaClass(String mcMetaClass) Set the mcMetaClass.voidsetMethods(List<MethodForConnection> methods) Set the methods.voidsetUseCciConnection(boolean useCciConnection) Set the useCciConnection.
-
Constructor Details
-
McfDef
-
-
Method Details
-
getMcfPackage
-
setMcfClass
Set the mcfClass.- Parameters:
mcfClass- The mcfClass to set.
-
getMcfClass
-
setMcClass
-
getMcClass
-
setConnInterfaceClass
Set the connInterfaceClass.- Parameters:
connInterfaceClass- The connInterfaceClass to set.
-
getConnInterfaceClass
-
setConnImplClass
Set the connImplClass.- Parameters:
connImplClass- The connImplClass to set.
-
getConnImplClass
-
setMcfConfigProps
Set the mcfConfigProps.- Parameters:
mcfConfigProps- The mcfConfigProps to set.
-
getMcfConfigProps
Get the mcfConfigProps.- Returns:
- the mcfConfigProps.
-
setImplRaAssociation
public void setImplRaAssociation(boolean implRaAssociation) Set the implRaAssociation.- Parameters:
implRaAssociation- The implRaAssociation to set.
-
isImplRaAssociation
public boolean isImplRaAssociation()Get the implRaAssociation.- Returns:
- the implRaAssociation.
-
setUseCciConnection
public void setUseCciConnection(boolean useCciConnection) Set the useCciConnection.- Parameters:
useCciConnection- The useCciConnection to set.
-
isUseCciConnection
public boolean isUseCciConnection()Get the useCciConnection.- Returns:
- the useCciConnection.
-
setCciConnFactoryClass
Set the cciConnFactoryClass.- Parameters:
cciConnFactoryClass- The cciConnFactoryClass to set.
-
getCciConnFactoryClass
Get the cciConnFactoryClass.- Returns:
- the cciConnFactoryClass.
-
setCciConnClass
Set the cciConnClass.- Parameters:
cciConnClass- The cciConnClass to set.
-
getCciConnClass
-
setMcMetaClass
Set the mcMetaClass.- Parameters:
mcMetaClass- The mcMetaClass to set.
-
getMcMetaClass
-
setCmClass
-
getCmClass
-
setCfClass
-
getCfClass
-
setCfInterfaceClass
Set the cfInterfaceClass.- Parameters:
cfInterfaceClass- The cfInterfaceClass to set.
-
getCfInterfaceClass
-
setConnMetaClass
Set the connMetaClass.- Parameters:
connMetaClass- The connMetaClass to set.
-
getConnMetaClass
-
setConnSpecClass
Set the connSpecClass.- Parameters:
connSpecClass- The connSpecClass to set.
-
getConnSpecClass
-
setDefineMethodInConnection
public void setDefineMethodInConnection(boolean defineMethodInConnection) Set the defineMethodInConnection.- Parameters:
defineMethodInConnection- The defineMethodInConnection to set.
-
isDefineMethodInConnection
public boolean isDefineMethodInConnection()Get the defineMethodInConnection.- Returns:
- the defineMethodInConnection.
-
setMethods
Set the methods.- Parameters:
methods- The methods to set.
-
getMethods
-