public class RMIPostProcessor
extends java.lang.Object
implements jadex.xml.IPostProcessor
Modifier and Type | Field and Description |
---|---|
protected RemoteReferenceModule |
rrm
The remote reference module.
|
Constructor and Description |
---|
RMIPostProcessor(RemoteReferenceModule rrm)
Create a new post processor.
|
Modifier and Type | Method and Description |
---|---|
int |
getPass()
Get the pass number.
|
java.lang.Object |
postProcess(jadex.xml.IContext context,
java.lang.Object object)
Post-process an object after an XML has been loaded.
|
protected RemoteReferenceModule rrm
public RMIPostProcessor(RemoteReferenceModule rrm)
public java.lang.Object postProcess(jadex.xml.IContext context, java.lang.Object object)
postProcess
in interface jadex.xml.IPostProcessor
context
- The context.object
- The object to post process.public int getPass()
getPass
in interface jadex.xml.IPostProcessor