|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IExternalActivity
The IExternalActivity is an interface for external activities implemented in Java called by Brahms Java activities. The external activity can perform any Java actions. It generally does not make much sense to implement this interface to build a Java activity implementation as this interface does not provide access to parameters or other agents. To build external activities it is recommended to extend the abstract class AbstractExternalActivity.
AbstractExternalActivity
Method Summary | |
---|---|
void |
doActivity()
Executes the java activity code. |
Method Detail |
---|
void doActivity() throws ExternalException
ExternalException
- if an internal error occurs
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |