Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.ahlner.Log4J2DB.beans
Interface LogEventRemote  view LogEventRemote download LogEventRemote.java

All Superinterfaces:
javax.ejb.EJBObject, java.rmi.Remote

public interface LogEventRemote
extends javax.ejb.EJBObject

Remote interface for LogEvent.


Method Summary
 LogEventData getData()
           
 java.lang.String getEventid()
           
 java.lang.String getHostName()
           
 LogEventValue getLogEventValue()
           
 java.lang.String getLogger()
           
 java.lang.String getMessage()
           
 java.lang.String getPriority()
           
 java.lang.Float getTimeStamp()
           
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

getData

public LogEventData getData()
                     throws java.rmi.RemoteException

getEventid

public java.lang.String getEventid()
                            throws java.rmi.RemoteException

getHostName

public java.lang.String getHostName()
                             throws java.rmi.RemoteException

getLogEventValue

public LogEventValue getLogEventValue()
                               throws java.rmi.RemoteException

getLogger

public java.lang.String getLogger()
                           throws java.rmi.RemoteException

getMessage

public java.lang.String getMessage()
                            throws java.rmi.RemoteException

getPriority

public java.lang.String getPriority()
                             throws java.rmi.RemoteException

getTimeStamp

public java.lang.Float getTimeStamp()
                             throws java.rmi.RemoteException