| |
|
| java.lang.Object com.sun.jbi.binding.proxy.ProxyBinding
ProxyBinding | public class ProxyBinding (Code) | | Performs BC-related work for ProxyBinding.
author: Sun Microsystems, Inc |
SUNPROXYBINDINGSERVICE | final static String SUNPROXYBINDINGSERVICE(Code) | | The name of our service.
|
purgeRemoteEndpointsForInstance | synchronized void purgeRemoteEndpointsForInstance(String instanceId)(Code) | | |
start | void start()(Code) | | Start the ProxyBinding machinery. This involves starting the two threads that
listen for NMR traffic and Communications traffic.
|
startComplete | synchronized void startComplete()(Code) | | |
stop | synchronized void stop()(Code) | | Stop the ProxyBinding machinery. This involves getting the NMR and Communications threads
to terminate.
|
unregisterAllStatsMBeans | public void unregisterAllStatsMBeans()(Code) | | UnRegister all Stats Mbean
throws: javax.jbi.JBIException - if there is a problem. |
unregisterServiceMBean | void unregisterServiceMBean(String serviceName)(Code) | | UnRegister a Stats Mbean for the new Service
Parameters: serviceName - name of service throws: javax.jbi.JBIException - if there is a problem. |
|
|
|