Package jadex.bpmn.examples.nfprops
Class AService
- java.lang.Object
-
- jadex.bpmn.examples.nfprops.AService
-
-
Field Summary
Fields Modifier and Type Field Description protected intcntThe invocation counter.protected IInternalAccesscompprotected IServiceIdentifiersidprotected longwaitThe test string.
-
Constructor Summary
Constructors Constructor Description AService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFuture<java.lang.String>test()Test method.
-
-
-
Field Detail
-
comp
protected IInternalAccess comp
-
sid
protected IServiceIdentifier sid
-
wait
protected long wait
The test string.
-
cnt
protected int cnt
The invocation counter.
-
-