Source code: org/ahlner/Log4J2DB/beans/LogEventRemote.java
1 /*
2 * Generated by XDoclet - Do not edit!
3 */
4 package org.ahlner.Log4J2DB.beans;
5
6 /**
7 * Remote interface for LogEvent.
8 */
9 public interface LogEventRemote
10 extends javax.ejb.EJBObject
11 {
12
13 public org.ahlner.Log4J2DB.beans.LogEventData getData( )
14 throws java.rmi.RemoteException;
15
16 public java.lang.String getEventid( )
17 throws java.rmi.RemoteException;
18
19 public java.lang.String getHostName( )
20 throws java.rmi.RemoteException;
21
22 public org.ahlner.Log4J2DB.beans.LogEventValue getLogEventValue( )
23 throws java.rmi.RemoteException;
24
25 public java.lang.String getLogger( )
26 throws java.rmi.RemoteException;
27
28 public java.lang.String getMessage( )
29 throws java.rmi.RemoteException;
30
31 public java.lang.String getPriority( )
32 throws java.rmi.RemoteException;
33
34 public java.lang.Float getTimeStamp( )
35 throws java.rmi.RemoteException;
36
37 }