org.jboss.ejb3.test.deployers
Class MockDeployment

java.lang.Object
  extended by 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

Constructor Summary
MockDeployment(String name)
          Sole Constructor
 
Method Summary
 String getName()
           
 org.jboss.deployers.spi.attachments.Attachments getPredeterminedManagedObjects()
           
 String getSimpleName()
           
 Set<String> getTypes()
           
protected  void setName(String name)
           
 void setPredeterminedManagedObjects(org.jboss.deployers.spi.attachments.Attachments predetermined)
           
 void setTypes(Set<String> types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockDeployment

public MockDeployment(String name)
Sole Constructor

Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.