public class BdaAgentRegistry extends Object
| Constructor and Description |
|---|
BdaAgentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(String archivePath) |
static BeanDeploymentArchiveAgent |
get(String archivePath) |
static String |
getArchiveByClassName(String className)
Iterate over agents and find the one containing the class by name
|
static Map<String,BeanDeploymentArchiveAgent> |
getInstances() |
static void |
put(String archivePath,
BeanDeploymentArchiveAgent bdaAgent) |
static Collection<BeanDeploymentArchiveAgent> |
values() |
public static Map<String,BeanDeploymentArchiveAgent> getInstances()
public static boolean contains(String archivePath)
public static void put(String archivePath, BeanDeploymentArchiveAgent bdaAgent)
public static BeanDeploymentArchiveAgent get(String archivePath)
public static Collection<BeanDeploymentArchiveAgent> values()
Copyright © 2018. All rights reserved.