Mission Managed Object
{{WriteMO specification start}}
ManagedObject Mission
Package net.ponder2.managedobject
Create Operations
arg* # arguments that the mission requires when used
policy* # mission policies to be created when the mission is transferred
arg Attributes
name String required # argument name
type String required # "interface" or scalar type
policy Attributes
name String required # optional name of the policy
event String required # event that will trigger the policy
Use Operations
list # list the Mission as XML for transporting
load # instantiate the mission's policies within the given domain
load Attributes
path String required # The path to the interface of the remote system
{{WriteMO specification end}}