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