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