public interface Topology
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
Topology.Entry  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addListener(TopologyListener listener)  | 
AdvertisementHandle | 
advertise(String name,
         String... tags)  | 
Map<String,List<Topology.Entry>> | 
asMap()  | 
static Topology | 
lookup()  | 
void | 
removeListener(TopologyListener listener)  | 
static final String JNDI_NAME
static Topology lookup() throws NamingException
NamingExceptionvoid addListener(TopologyListener listener)
void removeListener(TopologyListener listener)
AdvertisementHandle advertise(String name, String... tags)
Map<String,List<Topology.Entry>> asMap()
Copyright © 2018 JBoss by Red Hat. All rights reserved.