org.ofbiz.minilang.method.callops
Class CallServiceAsynch
java.lang.Object
org.ofbiz.minilang.MiniLangElement
org.ofbiz.minilang.method.MethodOperation
org.ofbiz.minilang.method.callops.CallServiceAsynch
public final class CallServiceAsynch
- extends MethodOperation
Implements the <call-service-asynch> element.
- See Also:
- Mini-language Reference
|
Field Summary |
static java.lang.String |
module
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
module
public static final java.lang.String module
CallServiceAsynch
public CallServiceAsynch(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
throws MiniLangException
- Throws:
MiniLangException
exec
public boolean exec(MethodContext methodContext)
throws MiniLangException
- Description copied from class:
MethodOperation
- Executes the operation.
Returns
true if script execution should continue, or
false if script execution should stop.
- Specified by:
exec in class MethodOperation
- Throws:
MiniLangException
gatherArtifactInfo
public void gatherArtifactInfo(ArtifactInfoContext aic)
- Description copied from class:
MiniLangElement
- Updates
aic with this element's artifact information.
- Overrides:
gatherArtifactInfo in class MiniLangElement
- Parameters:
aic - The artifact information context
toString
public java.lang.String toString()
- Overrides:
toString in class MiniLangElement