ABLE 2.0.0 07/02/2003 10:25:01

com.ibm.able.platform
Class RMIVerifiableDirectoryServiceFactory

java.lang.Object
  |
  +--com.ibm.able.platform.RMIVerifiableDirectoryServiceFactory
All Implemented Interfaces:
org.jagent.service.spi.ServiceFactory

public class RMIVerifiableDirectoryServiceFactory
extends java.lang.Object
implements org.jagent.service.spi.ServiceFactory

A ServiceFactory for either acquiring or creating a VerifiableDirectoryService based upon the RMIVerifiableDirectoryService. The item returned by the factory method is an RMIVerifiableDirectoryProxy (conforms to the VerifiableAgentDirectoryService interface) composing a remote reference to a RMIAgentNamingService as implemented by the RMIVerifiableDirectorySystem.


Constructor Summary
RMIVerifiableDirectoryServiceFactory()
           
 
Method Summary
 javax.agent.service.Service getService(javax.agent.service.ServiceProperties theServiceProperties)
          Create a new ServiceFactory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIVerifiableDirectoryServiceFactory

public RMIVerifiableDirectoryServiceFactory()
Method Detail

getService

public javax.agent.service.Service getService(javax.agent.service.ServiceProperties theServiceProperties)
                                       throws javax.agent.service.ServiceException
Create a new ServiceFactory. The factory will be able to create instances of VerifiableAgentDirectoryService.

Specified by:
getService in interface org.jagent.service.spi.ServiceFactory
See Also:
VerifiableAgentDirectoryService

ABLE 2.0.0 07/02/2003 10:25:01

(C) Copyright IBM Corporation 1999, 2003