org.jboss.ejb3.test.deployers
Class MockDeployment
java.lang.Object
org.jboss.ejb3.test.deployers.MockDeployment
- All Implemented Interfaces:
- Serializable, org.jboss.deployers.client.spi.Deployment, org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
public class MockDeployment
- extends Object
- implements org.jboss.deployers.client.spi.Deployment
MockDeployment
- Version:
- $Revision: $
- Author:
- ALR
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MockDeployment
public MockDeployment(String name)
- Sole Constructor
getName
public String getName()
- Specified by:
getName
in interface org.jboss.deployers.client.spi.Deployment
getSimpleName
public String getSimpleName()
- Specified by:
getSimpleName
in interface org.jboss.deployers.client.spi.Deployment
getTypes
public Set<String> getTypes()
- Specified by:
getTypes
in interface org.jboss.deployers.client.spi.Deployment
setTypes
public void setTypes(Set<String> types)
- Specified by:
setTypes
in interface org.jboss.deployers.client.spi.Deployment
getPredeterminedManagedObjects
public org.jboss.deployers.spi.attachments.Attachments getPredeterminedManagedObjects()
- Specified by:
getPredeterminedManagedObjects
in interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
setPredeterminedManagedObjects
public void setPredeterminedManagedObjects(org.jboss.deployers.spi.attachments.Attachments predetermined)
- Specified by:
setPredeterminedManagedObjects
in interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments
setName
protected void setName(String name)
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.