org.jboss.jca.codegenerator
Class McfDef

java.lang.Object
  extended by org.jboss.jca.codegenerator.McfDef

public class McfDef
extends Object

A Definition.

Version:
$Revision: $
Author:
Jeff Zhang

Constructor Summary
McfDef(int id, Definition def)
          Construct
 
Method Summary
 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 getMcClass()
          Get the mcClass.
 String getMcfClass()
          Get the mcfClass.
 List<ConfigPropType> getMcfConfigProps()
          Get the mcfConfigProps.
 String getMcfPackage()
          getMcfPackage
 String getMcMetaClass()
          Get the mcMetaClass.
 List<MethodForConnection> getMethods()
          Get the methods.
 boolean isDefineMethodInConnection()
          Get the defineMethodInConnection.
 boolean isImplRaAssociation()
          Get the implRaAssociation.
 boolean isUseCciConnection()
          Get the useCciConnection.
 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 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 setUseCciConnection(boolean useCciConnection)
          Set the useCciConnection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McfDef

public McfDef(int id,
              Definition def)
Construct

Parameters:
id - MCF id
def - Definition
Method Detail

getMcfPackage

public String getMcfPackage()
getMcfPackage

Returns:
default name

setMcfClass

public void setMcfClass(String mcfClass)
Set the mcfClass.

Parameters:
mcfClass - The mcfClass to set.

getMcfClass

public String getMcfClass()
Get the mcfClass.

Returns:
the mcfClass.

setMcClass

public void setMcClass(String mcClass)
Set the mcClass.

Parameters:
mcClass - The mcClass to set.

getMcClass

public String getMcClass()
Get the mcClass.

Returns:
the mcClass.

setConnInterfaceClass

public void setConnInterfaceClass(String connInterfaceClass)
Set the connInterfaceClass.

Parameters:
connInterfaceClass - The connInterfaceClass to set.

getConnInterfaceClass

public String getConnInterfaceClass()
Get the connInterfaceClass.

Returns:
the connInterfaceClass.

setConnImplClass

public void setConnImplClass(String connImplClass)
Set the connImplClass.

Parameters:
connImplClass - The connImplClass to set.

getConnImplClass

public String getConnImplClass()
Get the connImplClass.

Returns:
the connImplClass.

setMcfConfigProps

public void setMcfConfigProps(List<ConfigPropType> mcfConfigProps)
Set the mcfConfigProps.

Parameters:
mcfConfigProps - The mcfConfigProps to set.

getMcfConfigProps

public List<ConfigPropType> 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

public void setCciConnFactoryClass(String cciConnFactoryClass)
Set the cciConnFactoryClass.

Parameters:
cciConnFactoryClass - The cciConnFactoryClass to set.

getCciConnFactoryClass

public String getCciConnFactoryClass()
Get the cciConnFactoryClass.

Returns:
the cciConnFactoryClass.

setCciConnClass

public void setCciConnClass(String cciConnClass)
Set the cciConnClass.

Parameters:
cciConnClass - The cciConnClass to set.

getCciConnClass

public String getCciConnClass()
Get the cciConnClass.

Returns:
the cciConnClass.

setMcMetaClass

public void setMcMetaClass(String mcMetaClass)
Set the mcMetaClass.

Parameters:
mcMetaClass - The mcMetaClass to set.

getMcMetaClass

public String getMcMetaClass()
Get the mcMetaClass.

Returns:
the mcMetaClass.

setCmClass

public void setCmClass(String cmClass)
Set the cmClass.

Parameters:
cmClass - The cmClass to set.

getCmClass

public String getCmClass()
Get the cmClass.

Returns:
the cmClass.

setCfClass

public void setCfClass(String cfClass)
Set the cfClass.

Parameters:
cfClass - The cfClass to set.

getCfClass

public String getCfClass()
Get the cfClass.

Returns:
the cfClass.

setCfInterfaceClass

public void setCfInterfaceClass(String cfInterfaceClass)
Set the cfInterfaceClass.

Parameters:
cfInterfaceClass - The cfInterfaceClass to set.

getCfInterfaceClass

public String getCfInterfaceClass()
Get the cfInterfaceClass.

Returns:
the cfInterfaceClass.

setConnMetaClass

public void setConnMetaClass(String connMetaClass)
Set the connMetaClass.

Parameters:
connMetaClass - The connMetaClass to set.

getConnMetaClass

public String getConnMetaClass()
Get the connMetaClass.

Returns:
the connMetaClass.

setConnSpecClass

public void setConnSpecClass(String connSpecClass)
Set the connSpecClass.

Parameters:
connSpecClass - The connSpecClass to set.

getConnSpecClass

public String 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

public void setMethods(List<MethodForConnection> methods)
Set the methods.

Parameters:
methods - The methods to set.

getMethods

public List<MethodForConnection> getMethods()
Get the methods.

Returns:
the methods.


Copyright © 2008 Red Hat Middleware LLC (http://www.jboss.com/)