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

java.lang.Object
  extended byse.kmr.scam.client.repository.AdministerFactory
      extended byse.kmr.scam.client.repository.ejb.AdministerFactoryImpl

public class AdministerFactoryImpl
extends AdministerFactory

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

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

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

Constructor Detail

AdministerFactoryImpl

public AdministerFactoryImpl()
Method Detail

create

public AdministerI create(HttpServletRequest request)
                   throws ArchiveException
Initiator. Loockup the 'Administer' 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 AdministerFactory
Returns:
Description of the Return Value
Throws:
ArchiveException


Copyright © 2003 SCAM. All Rights Reserved.