com.orchestranetworks.service.directory
Class DirectoryFactory

java.lang.Object
  extended bycom.orchestranetworks.service.directory.DirectoryFactory
Direct Known Subclasses:
DirectoryDefaultFactory

public abstract class DirectoryFactory
extends Object

Factory of user directory.

Configuration

The directory to be used by EBX.Platform is specified by property ebx.directory.factory in ebx.properties. If not specified, the default factory is DirectoryDefaultFactory.

Deployment

This class and its associated classes must be accessible from the class-loader that contains ebx.jar.

See Also:
Specific Directory

Constructor Summary
DirectoryFactory()
           
 
Method Summary
abstract  Directory createDirectory(AdaptationHome aHome)
          Creates the directory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryFactory

public DirectoryFactory()
Method Detail

createDirectory

public abstract Directory createDirectory(AdaptationHome aHome)
                                   throws Exception
Creates the directory.

Parameters:
aHome - Current Reference home of the repository.
Throws:
Exception


(report a bug)
EBX.Platform 4.8.4 [0722]
Copyright Orchestra Networks 2000-2010. All rights reserved.