com.neeve.toa
Class DefaultManagedObjectLocator

java.lang.Object
  extended by com.neeve.managed.AbstractManagedObjectLocator
      extended by 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


Field Summary
 
Fields inherited from class com.neeve.managed.AbstractManagedObjectLocator
tracer
 
Method Summary
 void locateManagedObjects(Set<Object> managedObjects)
          Populates the set of managed objects for a TopicOrientedApplication.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.