org.jboss.metadata.rar.jboss.mcf
Class ConnectionFactoryDeploymentGroup

java.lang.Object
  extended by org.jboss.metadata.rar.jboss.mcf.ConnectionFactoryDeploymentGroup
All Implemented Interfaces:
Serializable

public class ConnectionFactoryDeploymentGroup
extends Object
implements Serializable

A ConnectionFactoryDeploymentGroup.

Version:
$Revision: 84046 $
Author:
Jeff Zhang
See Also:
Serialized Form

Constructor Summary
ConnectionFactoryDeploymentGroup()
           
 
Method Summary
 void addManagedConnectionFactoryDeployment(ManagedConnectionFactoryDeploymentMetaData deployment)
          The loader repository config
 List<ManagedConnectionFactoryDeploymentMetaData> getDeployments()
           
 void setDeployments(List<ManagedConnectionFactoryDeploymentMetaData> deployments)
          Set the deployments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionFactoryDeploymentGroup

public ConnectionFactoryDeploymentGroup()
Method Detail

addManagedConnectionFactoryDeployment

public void addManagedConnectionFactoryDeployment(ManagedConnectionFactoryDeploymentMetaData deployment)
The loader repository config


getDeployments

public List<ManagedConnectionFactoryDeploymentMetaData> getDeployments()

setDeployments

public void setDeployments(List<ManagedConnectionFactoryDeploymentMetaData> deployments)
Set the deployments.

Parameters:
deployments - The deployments to set.


Copyright © 2009 JBoss Inc.. All Rights Reserved.