Rio Project 4.2 API Documentation
org.rioproject.opstring
Class OpStringManagerProxy.OpStringManagerDispatcher
java.lang.Object
org.rioproject.resources.client.ServiceDiscoveryAdapter
org.rioproject.opstring.OpStringManagerProxy.OpStringManagerDispatcher
- All Implemented Interfaces:
- ServiceDiscoveryListener, net.sf.cglib.proxy.Callback, net.sf.cglib.proxy.MethodInterceptor
- Enclosing class:
- OpStringManagerProxy
public static class OpStringManagerProxy.OpStringManagerDispatcher
- extends ServiceDiscoveryAdapter
- implements net.sf.cglib.proxy.MethodInterceptor
A CGLIB dispatcher for managing the invocation of methods to the
primary OperationalStringManager instance.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpStringManagerProxy.OpStringManagerDispatcher
public OpStringManagerProxy.OpStringManagerDispatcher(String name,
OperationalStringManager manager,
DiscoveryManagement dMgr)
throws ConfigurationException,
IOException
- Throws:
ConfigurationException
IOException
intercept
public Object intercept(Object proxy,
Method method,
Object[] args,
net.sf.cglib.proxy.MethodProxy methodProxy)
throws Throwable
- Specified by:
intercept in interface net.sf.cglib.proxy.MethodInterceptor
- Throws:
Throwable
serviceAdded
public void serviceAdded(ServiceDiscoveryEvent event)
- Specified by:
serviceAdded in interface ServiceDiscoveryListener- Overrides:
serviceAdded in class ServiceDiscoveryAdapter
- See Also:
ServiceDiscoveryListener.serviceAdded(net.jini.lookup.ServiceDiscoveryEvent)
serviceRemoved
public void serviceRemoved(ServiceDiscoveryEvent event)
- Specified by:
serviceRemoved in interface ServiceDiscoveryListener- Overrides:
serviceRemoved in class ServiceDiscoveryAdapter
- See Also:
ServiceDiscoveryListener.serviceRemoved(net.jini.lookup.ServiceDiscoveryEvent)
Copyright © 2006-2011 Rio Project. All Rights Reserved.