|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProxyServiceAdmin
The class IProxyServiceAdmin provides the administration service to configure
proxy services.
| Method Summary | |
|---|---|
String |
addProxy(ProxyData pd)
|
String |
deleteProxyService(String proxyName)
Deletes a proxy service from the synapse configuration |
String |
disableStatistics(String proxyName)
Disables statistics for the specified proxy servivce |
String |
disableTracing(String proxyName)
Disables tracing for the specified proxy service |
String |
enableStatistics(String proxyName)
Enables statistics for the specified proxy service |
String |
enableTracing(String proxyName)
Enables tracing for the specified proxy service |
String[] |
getAvailableEndpoints()
Get the available endpoints from the SynapseConfiguration |
String[] |
getAvailableSequences()
Get the available sequences from the SynapseConfiguration |
String[] |
getAvailableTransports()
Get the available transport names from the AxisConfiguration |
String |
getEndpoint(String name)
Gets the endpoint object defined under the given name |
MetaData |
getMetaData()
Encapsulates the available transports, endpoints, and sequences into a single two dimensional array |
ProxyData |
getProxy(String proxyName)
|
String |
getSourceView(ProxyData pd)
|
String |
modifyProxy(ProxyData pd)
|
String |
redeployProxyService(String proxyName)
Redeploying service Removes an existing one,Adds a new one |
String |
startProxyService(String proxyName)
Starts the service specified by the name |
String |
stopProxyService(String proxyName)
Stops the service specified by the name |
| Method Detail |
|---|
String enableStatistics(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service name of which the statistics need to be enabled
successful on success or failed otherwise
ProxyAdminException - in case of a failure in enabling statistics
String disableStatistics(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service of which statistics need to be disabled
successful on success or failed if unsuccessful
ProxyAdminException - in case of a failure in disabling statistics
String enableTracing(String proxyName)
throws ProxyAdminException
proxyName - name of the the proxy service of which tracing needs to be enabled
successful on success or failed otherwise
ProxyAdminException - in case of a failure in enabling tracing
String disableTracing(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service of which tracing needs to be disabled
ProxyAdminException - in case of a failure in disabling tracing
String deleteProxyService(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service which needs to be deleted
successful on success or failed otherwise
ProxyAdminException - if the proxy service name given is not existent in the
synapse configuration
String[] getAvailableTransports()
throws ProxyAdminException
ProxyAdminException
String[] getAvailableSequences()
throws ProxyAdminException
ProxyAdminException - if there is an error
String[] getAvailableEndpoints()
throws ProxyAdminException
ProxyAdminException - if there is an error
String getEndpoint(String name)
throws ProxyAdminException
name - the name of the endpoint
ProxyAdminException - if the endpoint is not found for the given name
MetaData getMetaData()
throws ProxyAdminException
ProxyAdminException
String startProxyService(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service which needs to be started
successful on success or failed otherwise
ProxyAdminException - incase of a failure in starting the service
String stopProxyService(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service which needs to be stoped
successful on success or failed otherwise
ProxyAdminException - in case of a failure in stopping the service
String redeployProxyService(String proxyName)
throws ProxyAdminException
proxyName - name of the proxy service which needs to be redeployed
successful on success or failed otherwise
ProxyAdminException - in case of a failure in redeploying the service
String getSourceView(ProxyData pd)
throws ProxyAdminException
ProxyAdminException
ProxyData getProxy(String proxyName)
throws ProxyAdminException
ProxyAdminException
String addProxy(ProxyData pd)
throws ProxyAdminException
ProxyAdminException
String modifyProxy(ProxyData pd)
throws ProxyAdminException
ProxyAdminException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||