com.ebmwebsourcing.easybpel.extended.activities._package.debug.api
Class DebugPackageExtendedActivityImpl<E extends TExtentedActivity>

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<E>
      extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractXMLElementImpl<E>
          extended by com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.AbstractExtendedActivityImpl<E>
              extended by com.ebmwebsourcing.easybpel.extended.activities._package.debug.api.DebugPackageExtendedActivityImpl<E>
All Implemented Interfaces:
com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity, com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity, com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement, com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement, org.ow2.easywsdl.schema.api.XMLElement
Direct Known Subclasses:
BreakpointActivityImpl, DebugActivityImpl, EchoActivityImpl, LoggerActivityImpl

public abstract class DebugPackageExtendedActivityImpl<E extends TExtentedActivity>
extends com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.AbstractExtendedActivityImpl<E>
implements com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity

Author:
Nicolas Salatge - eBM WebSourcing
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.AbstractExtendedActivityImpl
jaxbContext, sources, targets
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
DebugPackageExtendedActivityImpl(javax.xml.namespace.QName name, E model, com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity parent)
           
DebugPackageExtendedActivityImpl(javax.xml.namespace.QName tag, org.w3c.dom.Element elmt, com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity parent)
           
 
Method Summary
 java.lang.String getName()
           
 boolean getSuppressJoinFailure()
           
 void loadJaxbContext()
           
 void setName(java.lang.String name)
           
 
Methods inherited from class com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.AbstractExtendedActivityImpl
addOtherElements, convertElementToModel, getJaxbContext, getOtherElements, getSources, getTag, getTargets, setSources, setTag, setTargets, validate
 
Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
createDocumentation, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
getSources, getTargets
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.BPELElement
getTag, setTag
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.compiler.validation.validator.Validator
validate
 
Methods inherited from interface org.ow2.easywsdl.schema.api.XMLElement
addOtherElements, getOtherElements
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 
Methods inherited from interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity
generate, validate
 

Constructor Detail

DebugPackageExtendedActivityImpl

public DebugPackageExtendedActivityImpl(javax.xml.namespace.QName name,
                                        E model,
                                        com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity parent)
                                 throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException

DebugPackageExtendedActivityImpl

public DebugPackageExtendedActivityImpl(javax.xml.namespace.QName tag,
                                        org.w3c.dom.Element elmt,
                                        com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtensionActivity parent)
                                 throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Method Detail

getSuppressJoinFailure

public boolean getSuppressJoinFailure()
Specified by:
getSuppressJoinFailure in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
Specified by:
getSuppressJoinFailure in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity

getName

public java.lang.String getName()
Specified by:
getName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
Specified by:
getName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity

setName

public void setName(java.lang.String name)
Specified by:
setName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.Activity
Specified by:
setName in interface com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.ExtendedActivity

loadJaxbContext

public void loadJaxbContext()
                     throws com.ebmwebsourcing.easybpel.model.bpel.api.BPELException
Specified by:
loadJaxbContext in class com.ebmwebsourcing.easybpel.model.bpel.api.activity.extension.AbstractExtendedActivityImpl<E extends TExtentedActivity>
Throws:
com.ebmwebsourcing.easybpel.model.bpel.api.BPELException


Copyright © 2008-2010 eBM WebSourcing. All Rights Reserved.