com.retek.component.security.impl.remote
Class ExternalUserTestServicesEjb

java.lang.Object
  extended bycom.retek.commons.domain.core.impl.remote.DefaultSessionEjb
      extended bycom.retek.component.security.impl.remote.ExternalUserTestServicesEjb
All Implemented Interfaces:
javax.ejb.EnterpriseBean, java.io.Serializable, javax.ejb.SessionBean

public class ExternalUserTestServicesEjb
extends DefaultSessionEjb

A DAO for accessing an external naming and directory service containing user data.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
DefaultSessionEjb.EjbOperation, DefaultSessionEjb.EjbOperationWithBusinessException
 
Constructor Summary
ExternalUserTestServicesEjb()
           
 
Method Summary
 void ejbCreate()
           
 void persist(ExternalUser externalUser)
           
 void reset()
           
 
Methods inherited from class com.retek.commons.domain.core.impl.remote.DefaultSessionEjb
checkDtoVersion, ejbActivate, ejbPassivate, ejbRemove, getLocal, getLocalHome, getRemote, getRemoteHome, getSessionContext, setSessionContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExternalUserTestServicesEjb

public ExternalUserTestServicesEjb()
Method Detail

ejbCreate

public void ejbCreate()

persist

public void persist(ExternalUser externalUser)
             throws SystemException,
                    javax.naming.NamingException
Throws:
SystemException
javax.naming.NamingException

reset

public void reset()
           throws SystemException,
                  javax.naming.NamingException
Throws:
SystemException
javax.naming.NamingException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28