Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Object Sharing Between Java Activities and Advice Implementation : Overview

Overview
TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in provides a feature for the activities of the JAVA palette in TIBCO ActiveMatrix BusinessWorks and advice implementations to pass objects between each other by means of defining a "JAVA Object Reference" type for Input and/or Output schema of the activities involved.
The feature enables you to pass JAVA objects between:
Advice implementations and JAVA activities
An enhanced support for advice implementations with another advice implementation
JAVA activities with other JAVA activities in a TIBCO ActiveMatrix BusinessWorks project
An Advice Implementation or a JAVA Activity can check-in and check-out objects from the engine data structure by using API's. You have to pass a unique key which will act as a unique identifier for the object in the engine data structure.
You must manually pass the key between advice implementations and activities. It is not a part of this feature. You must also ensure that the activity or advice implementation which needs to check-out the object, already has the key to it.
Also, the features provided by TIBCO ActiveMatrix BusinessWorks or TIBCO ActiveMatrix BusinessWorks ActiveAspects Plug-in may or may not be used to accomplish this.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved