kaos.core.service.directory.tcp
Class TCPAgentDirectoryServiceFactory

java.lang.Object
  extended by kaos.core.service.directory.tcp.TCPAgentDirectoryServiceFactory

public class TCPAgentDirectoryServiceFactory
extends java.lang.Object


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

TCPAgentDirectoryServiceFactory

public TCPAgentDirectoryServiceFactory()
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