|
Description:
|
basicTrailHandlerPackage PACKAGE
BEHAVIOUR
basicTrailHandlerBehaviour BEHAVIOUR
DEFINED AS "
Immediate trail set-up. When it receives the setupTrail request, the agent has the responsibility to:
1) find a route for the trail;
2) set up any required subnetwork connections;
3) ensure that the trail object instance has been created with the correct initial values.
4) inform the service user of the result of its request.
Trail release:
When it receives the releaseTrail request, the agent has the responsibility to:
1) release any used subnetwork connections; Update network resource usage (configuration) information;
2) inform the service user of the result of its request.
";;
ACTIONS
setupTrail,
releaseTrail;
|
|
|
|