gov.nasa.arc.brahms.vm.api.jac
Interface IExternalActivity
- All Known Implementing Classes:
- AbstractExternalActivity
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.
- See Also:
AbstractExternalActivity
Method Summary |
void |
doActivity()
Executes the java activity code. |
doActivity
void doActivity()
throws ExternalException
- Executes the java activity code.
- Throws:
ExternalException
- if an internal error occurs