All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.tsl2.nano.service.util.IStatelessService Maven / Gradle / Ivy

Go to download

TSL2 JEE Service Access (Generic Services for Entity Access, JEE File-System-Connector, Generic Featuring, Job-Scheduling, BeanContainer, Batch, Comfortable Bean Query Definitions, JAAS, Authentification, Authorization, )

The newest version!
/*
 * File: $HeadURL$
 * Id  : $Id$
 * 
 * created by: ts, Thomas Schneider
 * created on: 19.05.2011
 * 
 * Copyright: (c) Thomas Schneider 2011, all rights reserved
 */
package de.tsl2.nano.service.util;

import java.util.Properties;

import javax.ejb.Remote;


/**
 * provides base services. used by {@link IGenericService}.
 * 
 * @author Thomas Schneider
 * @version $Revision$
 */
@Remote
public interface IStatelessService {
    /**
     * only for tests - creates an empty server side factory.
     */
    void initServerSideFactories();
    
    /**
     * only for debugging
     * @return server system properties
     */
    Properties getServerInfo();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy