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

com.mockrunner.example.ejb.interfaces.LogSession Maven / Gradle / Ivy

/*
 * Generated by XDoclet - Do not edit!
 */
package com.mockrunner.example.ejb.interfaces;

/**
 * Remote interface for PrintSession.
 */
public interface LogSession
   extends javax.ejb.EJBObject
{

   void createLogTable()
      throws java.rmi.RemoteException;

   void logMessage(java.lang.String message)
      throws java.rmi.RemoteException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy