01: /*
02: * Generated by XDoclet - Do not edit!
03: */
04: package com.mockrunner.example.jms.interfaces;
05:
06: /**
07: * Remote interface for PrintSession.
08: */
09: public interface PrintSession extends javax.ejb.EJBObject {
10:
11: public void sendMessage(java.lang.String customerId)
12: throws java.rmi.RemoteException;
13:
14: }
|