org.nees.data.service.impl
Class NFMSBootstrapper

java.lang.Object
  extended byorg.nees.data.util.bootstrap.Bootstrapper
      extended byorg.nees.data.util.bootstrap.AuthenticIdentityBootstrapper
          extended byorg.nees.data.service.impl.NFMSBootstrapper
All Implemented Interfaces:
InitializationObjectInterface

public final class NFMSBootstrapper
extends AuthenticIdentityBootstrapper

Author:
USER

Field Summary
 
Fields inherited from class org.nees.data.util.bootstrap.Bootstrapper
CLASS_SUFFIX, ICI_OBJECT_INDEX, INIT_OBJECT_INDEX, INIT_OBJECT_SUFFIX
 
Constructor Summary
NFMSBootstrapper(java.util.Properties properties, AuthenticIdentity id)
          Creates a new instance of NFMSBootstrapper
 
Method Summary
 NFMSBackendInterface getBackend()
           
protected  XProperties getDefaults()
           
 FileManagementServiceInterface getNFMS()
           
 
Methods inherited from class org.nees.data.util.bootstrap.AuthenticIdentityBootstrapper
createInitObjects, getAuthenticIdentity
 
Methods inherited from class org.nees.data.util.bootstrap.Bootstrapper
bootstrap, bootstrap, checkClassInterfaces, createNewInstances, getClassForInterface, getInitObject, getInstanceTable, getLogger, getNewInstance, getProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NFMSBootstrapper

public NFMSBootstrapper(java.util.Properties properties,
                        AuthenticIdentity id)
                 throws InstantiationContractException
Creates a new instance of NFMSBootstrapper

Method Detail

getDefaults

protected XProperties getDefaults()

getNFMS

public FileManagementServiceInterface getNFMS()
                                       throws NFMSException
Throws:
NFMSException

getBackend

public NFMSBackendInterface getBackend()
                                throws NFMSException
Throws:
NFMSException