org.ow2.jasmine.agent.server.discovery
Class RemoteServiceTracker
java.lang.Object
org.ow2.jasmine.agent.server.discovery.RemoteServiceTracker
public class RemoteServiceTracker
- extends Object
Tracker of Remote Services
- Author:
- Julien Vey
|
Method Summary |
void |
bindApplicationDiscoveryService(org.ow2.jasmine.agent.common.discovery.ApplicationDiscoveryService service)
bind each ApplicationDiscoveryService and add it to the corresponding Map of the agent |
void |
bindJkManagerService(org.ow2.jasmine.agent.common.jk.JkManagerService service)
Bind each JkManagerService and add it to the JkManagerService of the agent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteServiceTracker
public RemoteServiceTracker()
bindApplicationDiscoveryService
public void bindApplicationDiscoveryService(org.ow2.jasmine.agent.common.discovery.ApplicationDiscoveryService service)
- bind each ApplicationDiscoveryService and add it to the corresponding Map of the agent
- Parameters:
service - the service bindedproperties - the properties of the service
bindJkManagerService
public void bindJkManagerService(org.ow2.jasmine.agent.common.jk.JkManagerService service)
- Bind each JkManagerService and add it to the JkManagerService of the agent
- Parameters:
service - the service binded
Copyright © 2012 OW2 Consortium. All Rights Reserved.