public interface EndpointDirectoryMBean
extends org.ow2.petals.clientserverapi.jbi.messaging.endpoint.EndpointDirectoryService
EndpointDirectoryMBean
interface exposes method to retrieve information about endpoints activated in the JBI
environment domain.Modifier and Type | Method and Description |
---|---|
List<Map<String,Object>> |
getAllEndpoints()
If an error occurs during the processing, an empty
List is returned. |
List<Map<String,Object>> |
getAllExternalEndpoints()
If an error occurs during the processing, an empty
List is returned. |
List<Map<String,Object>> |
getAllInternalEndpoints()
If an error occurs during the processing, an empty
List is returned. |
List<Map<String,Object>> getAllInternalEndpoints()
If an error occurs during the processing, an empty List
is returned.
getAllInternalEndpoints
in interface org.ow2.petals.clientserverapi.jbi.messaging.endpoint.EndpointDirectoryService
List<Map<String,Object>> getAllExternalEndpoints()
If an error occurs during the processing, an empty List
is returned.
getAllExternalEndpoints
in interface org.ow2.petals.clientserverapi.jbi.messaging.endpoint.EndpointDirectoryService
Copyright © 2005-2016 Linagora. All Rights Reserved.