kaos.core.service.directory.corba
Class CorbaAgentDirectoryServiceFactory

java.lang.Object
  extended by kaos.core.service.directory.corba.CorbaAgentDirectoryServiceFactory

public class CorbaAgentDirectoryServiceFactory
extends java.lang.Object


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

CorbaAgentDirectoryServiceFactory

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