Interface ITopologyManager
- 
- All Known Implementing Classes:
- TopologyManager
 
 public interface ITopologyManager- Since:
- 4.6
 
- 
- 
Field SummaryFields Modifier and Type Field Description static booleanENDPOINT_ALLOWLOCALHOSTstatic StringENDPOINT_ALLOWLOCALHOST_PROPstatic StringENDPOINT_EXTRA_FILTERSstatic StringENDPOINT_EXTRA_FILTERS_PROPstatic StringEXPORT_REGISTERED_SERVICES_FILTERstatic StringEXPORT_REGISTERED_SERVICES_FILTER_PROPstatic StringONLY_ECF_SCOPE
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description String[]getEndpointFilters()String[]setEndpointFilters(String[] newFilters)
 
- 
- 
- 
Field Detail- 
ENDPOINT_ALLOWLOCALHOST_PROPstatic final String ENDPOINT_ALLOWLOCALHOST_PROP - See Also:
- Constant Field Values
 
 - 
ENDPOINT_ALLOWLOCALHOSTstatic final boolean ENDPOINT_ALLOWLOCALHOST 
 - 
ENDPOINT_EXTRA_FILTERS_PROPstatic final String ENDPOINT_EXTRA_FILTERS_PROP - See Also:
- Constant Field Values
 
 - 
ENDPOINT_EXTRA_FILTERSstatic final String ENDPOINT_EXTRA_FILTERS 
 - 
ONLY_ECF_SCOPEstatic final String ONLY_ECF_SCOPE - See Also:
- Constant Field Values
 
 - 
EXPORT_REGISTERED_SERVICES_FILTER_PROPstatic final String EXPORT_REGISTERED_SERVICES_FILTER_PROP - See Also:
- Constant Field Values
 
 - 
EXPORT_REGISTERED_SERVICES_FILTERstatic final String EXPORT_REGISTERED_SERVICES_FILTER 
 
- 
 
-