Package org.jboss.jca.codegenerator
Class McfDef
java.lang.Object
org.jboss.jca.codegenerator.McfDef
A Definition.
- Version:
- $Revision: $
- Author:
- Jeff Zhang
-
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
Construct- Parameters:
id- MCF iddef- Definition
-
-
Method Details
-
getMcfPackage
getMcfPackage- Returns:
- default name
-
setMcfClass
Set the mcfClass.- Parameters:
mcfClass- The mcfClass to set.
-
getMcfClass
Get the mcfClass.- Returns:
- the mcfClass.
-
setMcClass
Set the mcClass.- Parameters:
mcClass- The mcClass to set.
-
getMcClass
Get the mcClass.- Returns:
- the mcClass.
-
setConnInterfaceClass
Set the connInterfaceClass.- Parameters:
connInterfaceClass- The connInterfaceClass to set.
-
getConnInterfaceClass
Get the connInterfaceClass.- Returns:
- the connInterfaceClass.
-
setConnImplClass
Set the connImplClass.- Parameters:
connImplClass- The connImplClass to set.
-
getConnImplClass
Get the connImplClass.- Returns:
- the connImplClass.
-
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
Get the cciConnClass.- Returns:
- the cciConnClass.
-
setMcMetaClass
Set the mcMetaClass.- Parameters:
mcMetaClass- The mcMetaClass to set.
-
getMcMetaClass
Get the mcMetaClass.- Returns:
- the mcMetaClass.
-
setCmClass
Set the cmClass.- Parameters:
cmClass- The cmClass to set.
-
getCmClass
Get the cmClass.- Returns:
- the cmClass.
-
setCfClass
Set the cfClass.- Parameters:
cfClass- The cfClass to set.
-
getCfClass
Get the cfClass.- Returns:
- the cfClass.
-
setCfInterfaceClass
Set the cfInterfaceClass.- Parameters:
cfInterfaceClass- The cfInterfaceClass to set.
-
getCfInterfaceClass
Get the cfInterfaceClass.- Returns:
- the cfInterfaceClass.
-
setConnMetaClass
Set the connMetaClass.- Parameters:
connMetaClass- The connMetaClass to set.
-
getConnMetaClass
Get the connMetaClass.- Returns:
- the connMetaClass.
-
setConnSpecClass
Set the connSpecClass.- Parameters:
connSpecClass- The connSpecClass to set.
-
getConnSpecClass
Get the connSpecClass.- Returns:
- the connSpecClass.
-
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
Get the methods.- Returns:
- the methods.
-