public class PlugInResponse extends Object
| Constructor and Description |
|---|
PlugInResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
abortChain()
Signals that the plug-in chain has to be be aborted.
|
void |
breakChain()
Signals that the plug-in chain has to be be aborted.
|
void |
continueChain()
Signals that the plug-in chain has to be be continued.
|
String |
getMessage() |
int |
getReturnCode() |
Boolean |
isChainAborted()
Returns if the plug-in chain has to be aborted after a plug-in has
finished its work.
|
void |
setMessage(String aMessage) |
void |
setReturnCode(int aReturnCode) |
public Boolean isChainAborted()
public void abortChain()
public void breakChain()
public void continueChain()
public int getReturnCode()
public void setReturnCode(int aReturnCode)
mReturnCode - the mReturnCode to setpublic String getMessage()
public void setMessage(String aMessage)
mMessage - the mMessage to setCopyright © 2013. All Rights Reserved.