This is a registry which maintains the servicename, endpoint name across
the bean object. This is an in-memory representation of all endpoints
deployed to file binding.
author: Sun Microsystems, Inc.
Method Summary
public void
clearRegistry() Removes all the entries from the registry.
Used to find a registered endpoint which matches the specified service.
Parameters: serviceendpoint - the service to match against the appropriate endpoint bean, or no such endpoint exists.
Used to find a registered endpoint which matches the specified interface.
interface name the service to match against the appropriate endpoint bean, or no such endpoint exists.
getAllDeployments
public synchronized String[] getAllDeployments()(Code)
Returns all the deployments to file binding.
an array of Deployment Ids.
getDeploymentStatus
public boolean getDeploymentStatus(String suId)(Code)
Gets the status of the su id.
Parameters: suId - SU Id true if deployed , false otherwise.
Registers an endpoint with the registry. Duplicates are allowed and no
validation is performed at this point.
Parameters: serviceendpoint - the endpoint to register Parameters: endpoint - endpoint bean object.