public class DefaultManagedObjectLocator extends AbstractManagedObjectLocator
This locator simply merges the set of objects returned by
TopicOrientedApplication.addHandlerContainers(java.util.Set)
TopicOrientedApplication.addAppCommandHandlerContainers(java.util.Set)
TopicOrientedApplication.addAppStatContainers(java.util.Set)
TopicOrientedApplication.addChannelFilterProviders(java.util.Set)
TopicOrientedApplication.addChannelQosProviders(java.util.Set)
TopicOrientedApplication.addChannelInitialKeyResolutionTableProviders(java.util.Set)
TopicOrientedApplication.addTopicResolverProviders(java.util.Set)
TopicOrientedApplication.addConfiguredContainers(java.util.Set)
tracer| Modifier and Type | Method and Description |
|---|---|
void |
locateManagedObjects(Set<Object> managedObjects)
Populates the set of managed objects for a TopicOrientedApplication.
|
public void locateManagedObjects(Set<Object> managedObjects) throws Exception
ManagedObjectLocator
It is illegal to add null objects to the set of managed objects - doing
so will caus application load to fail with an exception.
managedObjects - The collection into which to add the service urls.ExceptionCopyright © 2016 N5 Technologies, Inc. All Rights Reserved.