|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointRegistryMBean
EndpointRegistryMBean interface exposes method to retrieve information about endpoints activated in the JBI environment domain.
Method Summary | |
---|---|
List<Map<String,Object>> |
getAllEndpoints()
Retrieve all activated endpoints (internal, external and connections) information for the current Domain. |
List<Map<String,Object>> |
getAllExternalEndpoints()
Retrieve all activated external endpoints information for the current Domain. |
List<Map<String,Object>> |
getAllInternalEndpoints()
Retrieve all activated internal endpoints information for the current Domain. |
String |
getDescription(String serviceName,
String endpointName)
Returns an InputStream representation of a ServiceEndpoint description |
void |
synchronizeRegistry()
Synchronize the registry for the local node |
Method Detail |
---|
List<Map<String,Object>> getAllInternalEndpoints()
Map
with the following fields
:
key | type |
---|---|
componentName | String |
containerName | String |
endpointName | String |
serviceName | String |
interfaceNames | String[] |
List
of all activated internal endpoints information
for the current Joram Domain. Must be non null, may be emptyList<Map<String,Object>> getAllExternalEndpoints()
Map
with the following fields
:
key | type |
---|---|
componentName | String |
containerName | String |
endpointName | String |
serviceName | String |
interfaceNames | String[] |
List
of all activated external endpoints information
for the current Domain. Must be non null, may be emptyList<Map<String,Object>> getAllEndpoints()
Map
with the following fields :
key | type |
---|---|
componentName | String |
containerName | String |
endpointName | String |
serviceName | String |
interfaceNames | String[] |
type | String |
List
of all activated endpoints (internal, external and
connections) information for the current Joram Domain. Must be
non null, may be emptyString getDescription(String serviceName, String endpointName) throws javax.jbi.JBIException
serviceName
- the service QName
of this endpointendpointName
- the unique name of this endpoint
javax.jbi.JBIException
- if an error occurs during endpoint description retrievalvoid synchronizeRegistry() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |