org.ow2.jasmine.agent.server.discovery
Class RemoteServiceTracker

java.lang.Object
  extended by org.ow2.jasmine.agent.server.discovery.RemoteServiceTracker

public class RemoteServiceTracker
extends Object

Tracker of Remote Services

Author:
Julien Vey

Constructor Summary
RemoteServiceTracker()
           
 
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
 

Constructor Detail

RemoteServiceTracker

public RemoteServiceTracker()
Method Detail

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 binded
properties - 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.