|
||||||||||
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()
Deprecated. |
void |
readExternal(ObjectInput in)
|
void |
setName(String name)
Set the name. |
void |
setTypes(Set<String> types)
Deprecated. |
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 nameMethod Detail |
---|
public String getName()
getName
in interface Deployment
public String getSimpleName()
getSimpleName
in interface Deployment
public void setName(String name)
name
- the name.
IllegalArgumentException
- for a null name@Deprecated public Set<String> getTypes()
Deployment
getTypes
in interface Deployment
@Deprecated public void setTypes(Set<String> types)
Deployment
setTypes
in interface Deployment
types
- the types.public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class PredeterminedManagedObjectAttachmentsImpl
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class PredeterminedManagedObjectAttachmentsImpl
out
- the output
IOException
- for any error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |