|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl
org.jboss.deployers.client.plugins.deployment.AbstractDeployment
public class AbstractDeployment
AbstractDeployment.
| Constructor Summary | |
|---|---|
AbstractDeployment()
Create a new AbstractDeployment. |
|
AbstractDeployment(String name)
Create a new AbstractDeployment. |
|
| Method Summary | |
|---|---|
String |
getName()
Get the name. |
String |
getSimpleName()
Get the simple name. |
Set<String> |
getTypes()
|
void |
readExternal(ObjectInput in)
|
void |
setName(String name)
Set the name. |
void |
setTypes(Set<String> types)
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImpl |
|---|
getPredeterminedManagedObjects, setPredeterminedManagedObjects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments |
|---|
getPredeterminedManagedObjects, setPredeterminedManagedObjects |
| Constructor Detail |
|---|
public AbstractDeployment()
public AbstractDeployment(String name)
name - the name of the deployment
IllegalArgumentException - for a null name| Method Detail |
|---|
public String getName()
getName in interface org.jboss.deployers.client.spi.Deploymentpublic String getSimpleName()
getSimpleName in interface org.jboss.deployers.client.spi.Deploymentpublic void setName(String name)
name - the name.
IllegalArgumentException - for a null namepublic Set<String> getTypes()
getTypes in interface org.jboss.deployers.client.spi.Deploymentpublic void setTypes(Set<String> types)
setTypes in interface org.jboss.deployers.client.spi.Deployment
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImplIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class org.jboss.deployers.spi.attachments.helpers.PredeterminedManagedObjectAttachmentsImplout - the output
IOException - for any error
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||