se.kmr.scam.client.repository.ejb
Class ManifestFactoryImpl

java.lang.Object
  extended byse.kmr.scam.client.repository.ManifestFactory
      extended byse.kmr.scam.client.repository.ejb.ManifestFactoryImpl

public class ManifestFactoryImpl
extends ManifestFactory

Factory for ManifestI-objects. An object from this factory is an EJB in the repository implementing the Manifest interface.

Version:
$Revision: 1.11 $
Author:
Jöran
Created:
den 16 augusti 2002

Constructor Summary
ManifestFactoryImpl()
           
 
Method Summary
 ManifestI create(HttpServletRequest request)
          Initiator.
 
Methods inherited from class se.kmr.scam.client.repository.ManifestFactory
create, getInstance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManifestFactoryImpl

public ManifestFactoryImpl()
Method Detail

create

public ManifestI create(HttpServletRequest request)
                 throws ArchiveException
Initiator. Loockup the 'Manifest' bean on server side. NOTE : Assumes that context exist, below is what assumes to be in CLASSPATH or JAVA_OPT. -Djava.naming.factory.initial=org.jnp.interfaces.NamingContextFactory -Djava.naming.provider.url=:1099 -Djava.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces

Specified by:
create in class ManifestFactory
Returns:
Description of the Return Value
Throws:
ArchiveException - Trhown in case of exception creating a ManifestI object.


Copyright © 2003 SCAM. All Rights Reserved.