kaos.core.service.directory.grid
Class GridAgentDirectoryServiceFactory

java.lang.Object
  extended by kaos.core.service.directory.grid.GridAgentDirectoryServiceFactory

public class GridAgentDirectoryServiceFactory
extends java.lang.Object


Constructor Summary
GridAgentDirectoryServiceFactory()
           
 
Method Summary
 Service getService(ServiceProperties env)
          The input argument env may or may not contain the following key: GridMessageTransportService.REGISTRATION_NAME If the env does not contain the above key, then the factory is unable to instantiate the GridAgentDirectoryServiceProxy.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridAgentDirectoryServiceFactory

public GridAgentDirectoryServiceFactory()
Method Detail

getService

public Service getService(ServiceProperties env)
                   throws ServiceException
The input argument env may or may not contain the following key: GridMessageTransportService.REGISTRATION_NAME If the env does not contain the above key, then the factory is unable to instantiate the GridAgentDirectoryServiceProxy.

Throws:
ServiceException