In the first two parts of the "API"-mini-story, I have shown how to use the API to find composites, display component states, invoke services and lastly find them back via CompositeInstanceFilter. Another way of finding instances (just by UUID, that...
In the last post we learned how to use the Locator to find a Composite (locator.lookupComposite(compositeDN);), and invoke it through a DeliveryService. The next step is to use the API to find its instances and get some meaningful information, e.g....
With 11g and the new SCA composite support our API has been revamped a little as well. The Locator is still available and is created against WL jndi properties Hashtable jndiProps = new Hashtable(); jndiProps.put(Context.PROVIDER_URL, "t3://" + props.get(STR_MGDSERVER_HOST_KEY) + ":"...
If you use an RSS reader, you can subscribe to a feed of all future entries tagged 'api'.