org.jbpm.integration.spec.deployment
Class AbstractDeployment

java.lang.Object
  extended by org.jboss.bpm.api.runtime.BasicAttachments
      extended by org.jbpm.integration.spec.deployment.AbstractDeployment
All Implemented Interfaces:
org.jboss.bpm.api.deployment.Deployment, org.jboss.bpm.api.runtime.Attachments
Direct Known Subclasses:
PARDeployment, XMLDeployment

public abstract class AbstractDeployment
extends org.jboss.bpm.api.runtime.BasicAttachments
implements org.jboss.bpm.api.deployment.Deployment

An abstraction of a process deployment

Since:
17-Sep-2008
Author:
thomas.diesler@jboss.com

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.bpm.api.runtime.Attachments
org.jboss.bpm.api.runtime.Attachments.Key
 
Constructor Summary
AbstractDeployment()
           
 
Method Summary
 
Methods inherited from class org.jboss.bpm.api.runtime.BasicAttachments
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.bpm.api.deployment.Deployment
getProcessDefinitionXML
 
Methods inherited from interface org.jboss.bpm.api.runtime.Attachments
addAttachment, addAttachment, addAttachment, getAttachment, getAttachment, getAttachment, getAttachmentKeys, removeAttachment, removeAttachment, removeAttachment
 

Constructor Detail

AbstractDeployment

public AbstractDeployment()


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.