org.jboss.metadata.rar.jboss.mcf
Class ManagedConnectionFactoryDeploymentGroup

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

public class ManagedConnectionFactoryDeploymentGroup
extends Object
implements Serializable

A ManagedConnectionFactoryDeploymentGroup.

Version:
$Revision: 87568 $
Author:
Weston Price, Scott.Stark@jboss.org, Jeff Zhang
See Also:
Serialized Form

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

Constructor Detail

ManagedConnectionFactoryDeploymentGroup

public ManagedConnectionFactoryDeploymentGroup()
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.

getUrl

public URL getUrl()
Get the fileUrl.

Returns:
the fileUrl.

setUrl

public void setUrl(URL fileUrl)
Set the fileUrl.

Parameters:
fileUrl - The fileUrl to set.


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.