com.neeve.toa
Class DefaultManagedObjectLocator
java.lang.Object
com.neeve.managed.AbstractManagedObjectLocator
com.neeve.toa.DefaultManagedObjectLocator
- All Implemented Interfaces:
- ManagedObjectLocator
public class DefaultManagedObjectLocator
- extends AbstractManagedObjectLocator
The default managed object locator for TOA applications.
This locator simply merges the set of objects returned by
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
locateManagedObjects
public void locateManagedObjects(Set<Object> managedObjects)
throws Exception
- Description copied from interface:
ManagedObjectLocator
- Populates the set of managed objects for a TopicOrientedApplication.
It is illegal to add null
objects to the set of managed objects - doing
so will caus application load to fail with an exception.
- Parameters:
managedObjects
- The collection into which to add the service urls.
- Throws:
Exception
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.