|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.deployers.mc.EsbMetaData
public class EsbMetaData
Metadata for an ESB deployment.
| Constructor Summary | |
|---|---|
EsbMetaData(org.jboss.virtual.VirtualFile file,
java.lang.String archiveName,
java.lang.String deploymentName,
java.util.Set<javax.management.ObjectName> dependencies)
Sole constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getArchiveName()
Gets the name of the archive that this metadata came from. |
java.util.Set<javax.management.ObjectName> |
getDependencies()
Gets a set of dependencies of this deployment. |
java.lang.String |
getDeploymentName()
The deployment name is the name of the .esb archive without the .esb suffix. |
org.jboss.virtual.VirtualFile |
getFile()
Gets the The virtual file. |
ModelAdapter |
getModel()
The model adapter for the configuration. |
java.util.List<org.jboss.internal.soa.esb.publish.ContractReferencePublisher> |
getPublishers()
Gets the publishers for this deployment. |
java.util.List<org.jboss.internal.soa.esb.listeners.war.Servlet> |
getServlets()
Gets the servlets for this deployment. |
void |
setModel(ModelAdapter model)
Set the model adapter for the configuration. |
void |
setPublishers(java.util.List<org.jboss.internal.soa.esb.publish.ContractReferencePublisher> publishers)
Sets the publishers for this deployment. |
void |
setServlets(java.util.List<org.jboss.internal.soa.esb.listeners.war.Servlet> servlets)
Sets the servlets for this deployment. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EsbMetaData(org.jboss.virtual.VirtualFile file,
java.lang.String archiveName,
java.lang.String deploymentName,
java.util.Set<javax.management.ObjectName> dependencies)
file - The virtual file. Can point to a file or a directory which will be searched..archiveName - The name of the .esb archive from which this deployment comes from.dependencies - Dependencies of this deployment. This might be object names or simply bean names.| Method Detail |
|---|
public final java.lang.String getArchiveName()
public org.jboss.virtual.VirtualFile getFile()
public java.util.Set<javax.management.ObjectName> getDependencies()
public java.lang.String getDeploymentName()
public ModelAdapter getModel()
public void setModel(ModelAdapter model)
model - The model adapter for the configuration.public void setPublishers(java.util.List<org.jboss.internal.soa.esb.publish.ContractReferencePublisher> publishers)
publishers - The publishers for this deployment.public java.util.List<org.jboss.internal.soa.esb.publish.ContractReferencePublisher> getPublishers()
public void setServlets(java.util.List<org.jboss.internal.soa.esb.listeners.war.Servlet> servlets)
servlets - The servlets for this deployment.public java.util.List<org.jboss.internal.soa.esb.listeners.war.Servlet> getServlets()
public final java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||