|
||||||||||
| 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
org.jboss.deployers.vfs.plugins.client.AbstractVFSDeployment
public class AbstractVFSDeployment
AbstractVFSDeployment.
| Constructor Summary | |
|---|---|
AbstractVFSDeployment()
For serialization |
|
AbstractVFSDeployment(org.jboss.virtual.VirtualFile root)
Create a new VFSDeployment. |
|
| Method Summary | |
|---|---|
org.jboss.virtual.VirtualFile |
getRoot()
Get the root of the deployment |
String |
getSimpleName()
Get the simple name. |
void |
readExternal(ObjectInput in)
|
void |
setDirectRootSerialization(boolean directRootSerialization)
Should we serialize root directly. |
String |
toString()
|
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class org.jboss.deployers.client.plugins.deployment.AbstractDeployment |
|---|
getName, getTypes, setName, setTypes |
| 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, wait, wait, wait |
| Methods inherited from interface org.jboss.deployers.client.spi.Deployment |
|---|
getName, getTypes, setTypes |
| Methods inherited from interface org.jboss.deployers.spi.attachments.PredeterminedManagedObjectAttachments |
|---|
getPredeterminedManagedObjects, setPredeterminedManagedObjects |
| Constructor Detail |
|---|
public AbstractVFSDeployment()
public AbstractVFSDeployment(org.jboss.virtual.VirtualFile root)
root - the root
IllegalArgumentException - for a null root| Method Detail |
|---|
public org.jboss.virtual.VirtualFile getRoot()
VFSDeployment
getRoot in interface VFSDeploymentpublic String getSimpleName()
AbstractDeployment
getSimpleName in interface DeploymentgetSimpleName in class AbstractDeploymentpublic String toString()
toString in class Objectpublic void setDirectRootSerialization(boolean directRootSerialization)
directRootSerialization - the direct root serialization flagorg.jboss.virtual.plugins.context.memory.MemoryContextHandler
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class AbstractDeploymentIOException
ClassNotFoundException
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class AbstractDeploymentout - the output
IOException - for any error
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||