Example usage for javax.ejb EJBLocalObject interface-usage

List of usage examples for javax.ejb EJBLocalObject interface-usage

Introduction

In this page you can find the example usage for javax.ejb EJBLocalObject interface-usage.

Usage

From source file com.netcracker.ejb.MapBeanLocal.java

/**
 *
 * @author 
 */
public interface MapBeanLocal extends EJBLocalObject {

From source file com.netcracker.ejb.MailerBeanLocal.java

/**
 *
 * @author Stanislav Zabielin
 */
public interface MailerBeanLocal extends EJBLocalObject {